File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -571,6 +571,10 @@ jobs:
571
571
- *yarn_install
572
572
- *setup_bazel_binary
573
573
- run : yarn integration-tests
574
+ - run :
575
+ name : Running size integration tests (failures are reported in Slack only).
576
+ command : |
577
+ yarn integration-tests:size-test || ./scripts/circleci/notify-slack-job-failure.sh
574
578
- run : yarn integration-tests:view-engine
575
579
- *slack_notify_on_failure
576
580
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