@@ -358,7 +358,7 @@ jobs:
358
358
command : |
359
359
yarn bazel run //tools/saucelabs:sauce_service_setup
360
360
TESTS=$(./node_modules/.bin/bazelisk query --output label '(kind(karma_web_test, ...) intersect attr("tags", "saucelabs", ...)) except attr("tags", "ivy-only", ...) except attr("tags", "fixme-saucelabs-ve", ...)')
361
- yarn bazel test --config=saucelabs ${TESTS}
361
+ yarn bazel test --config=saucelabs --config=view-engine ${TESTS}
362
362
yarn bazel run //tools/saucelabs:sauce_service_stop
363
363
no_output_timeout : 40m
364
364
- notify_webhook_on_fail :
@@ -382,7 +382,7 @@ jobs:
382
382
command : |
383
383
yarn bazel run //tools/saucelabs:sauce_service_setup
384
384
TESTS=$(./node_modules/.bin/bazelisk query --output label '(kind(karma_web_test, ...) intersect attr("tags", "saucelabs", ...)) except attr("tags", "no-ivy-aot", ...) except attr("tags", "fixme-saucelabs-ivy", ...)')
385
- yarn bazel test --config=saucelabs --config=ivy ${TESTS}
385
+ yarn bazel test --config=saucelabs ${TESTS}
386
386
yarn bazel run //tools/saucelabs:sauce_service_stop
387
387
no_output_timeout : 40m
388
388
- notify_webhook_on_fail :
@@ -776,11 +776,11 @@ jobs:
776
776
- setup_win
777
777
- run :
778
778
name : Build all windows CI targets
779
- command : bazel build --build_tag_filters=-ivy-only //packages/compiler-cli/...
779
+ command : bazel build --config=view-engine -- build_tag_filters=-ivy-only //packages/compiler-cli/...
780
780
no_output_timeout : 15m
781
781
- run :
782
782
name : Test all windows CI targets
783
- command : bazel test --test_tag_filters="-ivy-only,-browser:chromium-local" //packages/compiler-cli/...
783
+ command : bazel test --config=view-engine -- test_tag_filters="-ivy-only,-browser:chromium-local" //packages/compiler-cli/...
784
784
no_output_timeout : 15m
785
785
786
786
test_ivy_aot_win :
@@ -789,11 +789,11 @@ jobs:
789
789
- setup_win
790
790
- run :
791
791
name : Build all windows CI targets
792
- command : bazel build --config=ivy -- build_tag_filters=-no-ivy-aot,-fixme-ivy-aot //packages/compiler-cli/...
792
+ command : bazel build --build_tag_filters=-no-ivy-aot,-fixme-ivy-aot //packages/compiler-cli/...
793
793
no_output_timeout : 15m
794
794
- run :
795
795
name : Test all windows CI targets
796
- command : bazel test --config=ivy -- test_tag_filters="-no-ivy-aot,-fixme-ivy-aot,-browser:chromium-local" //packages/compiler-cli/... //packages/localize/...
796
+ command : bazel test --test_tag_filters="-no-ivy-aot,-fixme-ivy-aot,-browser:chromium-local" //packages/compiler-cli/... //packages/localize/...
797
797
no_output_timeout : 15m
798
798
# Save dependencies to use on subsequent runs.
799
799
- save_cache :
0 commit comments