@@ -186,48 +186,6 @@ jobs:
186
186
- run : bazel build --build_tag_filters=-docs-package,-release-package -- src/...
187
187
- *slack_notify_on_failure
188
188
189
- # --------------------------------------------------------------------------------------------
190
- # Job that runs API golden tests in "tools/public_api_guard".
191
- # This job fails whenever an API has been updated but not explicitly approved through goldens.
192
- # --------------------------------------------------------------------------------------------
193
- api_golden_checks :
194
- << : *job_defaults
195
- resource_class : xlarge
196
- environment :
197
- GCP_DECRYPT_TOKEN : *gcp_decrypt_token
198
- steps :
199
- - checkout_and_rebase
200
- - *restore_cache
201
- - *setup_bazel_ci_config
202
- - *setup_bazel_remote_execution
203
- - *yarn_install
204
- - *setup_bazel_binary
205
-
206
- - run : bazel test tools/public_api_guard/...
207
- - *slack_notify_on_failure
208
-
209
- # -----------------------------------------------------------------
210
- # Job that runs the e2e tests with Protractor and Chromium headless
211
- # -----------------------------------------------------------------
212
- e2e_tests :
213
- << : *job_defaults
214
- resource_class : xlarge
215
- environment :
216
- GCP_DECRYPT_TOKEN : *gcp_decrypt_token
217
- steps :
218
- - checkout_and_rebase
219
- - *restore_cache
220
- - *setup_bazel_ci_config
221
- - *setup_bazel_remote_execution
222
- - *yarn_install
223
- - *setup_bazel_binary
224
-
225
- # Run e2e tests. Note that protractor test targets are flaky sometimes, so we run them
226
- # with flaky test attempts. This means that Bazel will re-run a failed e2e test target
227
- # a second time to ensure it's a real test failure. This improves CI stability.
228
- - run : yarn e2e --flaky_test_attempts=2
229
- - *slack_notify_on_failure
230
-
231
189
# ------------------------------------------------------------------------------------------
232
190
# Job that runs the unit tests on Bazel-provided browsers (Chrome and Firefox headless).
233
191
# ------------------------------------------------------------------------------------------
@@ -431,30 +389,6 @@ jobs:
431
389
- run : bazel test --build_tag_filters=-e2e --test_tag_filters=-e2e --build_tests_only -- src/...
432
390
- *slack_notify_on_failure
433
391
434
- # ----------------------------------------------------------------------------
435
- # Job that runs all Bazel integration tests.
436
- # ----------------------------------------------------------------------------
437
- integration_tests :
438
- << : *job_defaults
439
- resource_class : xlarge
440
- environment :
441
- GCP_DECRYPT_TOKEN : *gcp_decrypt_token
442
- steps :
443
- - checkout_and_rebase
444
- - *restore_cache
445
- - *setup_bazel_ci_config
446
- - *setup_bazel_remote_execution
447
- - *yarn_install
448
- - *setup_bazel_binary
449
-
450
- - run : yarn integration-tests
451
- - run :
452
- name : Running size integration tests (failures are reported in Slack only).
453
- command : |
454
- # If the size integration tests fail, report the failure to a dedicated #components-ci-size-tracking Slack channel.
455
- yarn integration-tests:size-test || yarn ci-notify-slack-failure components-ci-size-tracking
456
- - *slack_notify_on_failure
457
-
458
392
# ----------------------------------------------------------------------------
459
393
# Job that runs the AOT linker tests.
460
394
# ----------------------------------------------------------------------------
@@ -553,10 +487,6 @@ workflows:
553
487
jobs :
554
488
- bazel_build :
555
489
filters : *ignore_presubmit_branch_filter
556
- - api_golden_checks :
557
- filters : *ignore_presubmit_branch_filter
558
- - integration_tests :
559
- filters : *ignore_presubmit_branch_filter
560
490
- linker_aot_test :
561
491
filters : *ignore_presubmit_branch_filter
562
492
- linker_jit_test :
@@ -567,8 +497,6 @@ workflows:
567
497
filters : *ignore_presubmit_branch_filter
568
498
- tests_saucelabs :
569
499
filters : *ignore_presubmit_branch_filter
570
- - e2e_tests :
571
- filters : *ignore_presubmit_branch_filter
572
500
- build_release_packages :
573
501
filters : *ignore_presubmit_branch_filter
574
502
- upload_release_packages :
0 commit comments