File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -570,7 +570,13 @@ jobs:
570
570
- *setup_bazel_remote_execution
571
571
- *yarn_install
572
572
- *setup_bazel_binary
573
- - run : yarn integration-tests
573
+ # TODO: Re-enable when there are integration tests that should run with Ivy.
574
+ # Currently this command fails as there are no tests.
575
+ # - run: yarn integration-tests
576
+ - run :
577
+ name : Running size integration tests (failures are reported in Slack only).
578
+ command : |
579
+ yarn integration-tests:size-test || ./scripts/circleci/notify-slack-job-failure.sh
574
580
- run : yarn integration-tests:view-engine
575
581
- *slack_notify_on_failure
576
582
Original file line number Diff line number Diff line change 42
42
"merge" : " ng-dev pr merge" ,
43
43
"approve-api" : " node ./scripts/approve-api-golden.js" ,
44
44
"approve-size-tests" : " node ./scripts/approve-size-golden.js" ,
45
- "integration-tests" : " bazel test //integration/... --test_tag_filters=-view-engine-only --build_tests_only" ,
46
- "integration-tests:view-engine" : " bazel test //integration/... --test_tag_filters=view-engine-only --build_tests_only --config=view-engine"
45
+ "integration-tests" : " bazel test --test_tag_filters=-view-engine-only --build_tests_only -- //integration/... -//integration/size-test/..." ,
46
+ "integration-tests:view-engine" : " bazel test --test_tag_filters=view-engine-only --build_tests_only -- //integration/... -//integration/size-test/..." ,
47
+ "integration-tests:size-test" : " bazel test //integration/size-test/..."
47
48
},
48
49
"version" : " 10.1.0-next.0" ,
49
50
"dependencies" : {
You can’t perform that action at this time.
0 commit comments