parent
40ae89e3bf
commit
74c4fe10e9
|
@ -24,8 +24,20 @@ load(":angular_integration_test.bzl", "angular_integration_test")
|
||||||
# A subset of these tests fail or are not meant to be run with ivy bundles. These are tagged
|
# A subset of these tests fail or are not meant to be run with ivy bundles. These are tagged
|
||||||
# "no-ivy-aot".
|
# "no-ivy-aot".
|
||||||
INTEGRATION_TESTS = {
|
INTEGRATION_TESTS = {
|
||||||
"bazel": ["no-ivy-aot"],
|
"bazel": [
|
||||||
"bazel-schematics": ["no-ivy-aot"],
|
# Bazel-in-bazel tests are resource intensive and should not be over-parallized
|
||||||
|
# as they will compete for the resources of other parallel tests slowing
|
||||||
|
# everything down. Ask Bazel to allocate multiple CPUs for these tests with "cpu:n" tag.
|
||||||
|
"cpu:3",
|
||||||
|
"no-ivy-aot",
|
||||||
|
],
|
||||||
|
"bazel-schematics": [
|
||||||
|
# Bazel-in-bazel tests are resource intensive and should not be over-parallized
|
||||||
|
# as they will complete for the resources of other parallel tests slowing
|
||||||
|
# everything down. Ask Bazel to allocate multiple CPUs for these tests with "cpu:n" tag.
|
||||||
|
"cpu:3",
|
||||||
|
"no-ivy-aot",
|
||||||
|
],
|
||||||
"cli-hello-world": [],
|
"cli-hello-world": [],
|
||||||
"cli-hello-world-ivy-compat": [],
|
"cli-hello-world-ivy-compat": [],
|
||||||
"cli-hello-world-ivy-i18n": ["no-ivy-aot"],
|
"cli-hello-world-ivy-i18n": ["no-ivy-aot"],
|
||||||
|
|
Loading…
Reference in New Issue