@@ -186,25 +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 the unit tests on Bazel-provided browsers (Chrome and Firefox headless).
191
- # ------------------------------------------------------------------------------------------
192
- tests_browsers :
193
- << : *job_defaults
194
- resource_class : xlarge
195
- environment :
196
- GCP_DECRYPT_TOKEN : *gcp_decrypt_token
197
- steps :
198
- - checkout_and_rebase
199
- - *restore_cache
200
- - *setup_bazel_ci_config
201
- - *setup_bazel_remote_execution
202
- - *yarn_install
203
- - *setup_bazel_binary
204
-
205
- - run : bazel test --build_tag_filters=-e2e --test_tag_filters=-e2e --build_tests_only -- src/...
206
- - *slack_notify_on_failure
207
-
208
189
# -------------------------------------------------------------------------------------------
209
190
# Job that builds all release packages. The built packages can be then used in the same
210
191
# workflow to publish snapshot builds.
@@ -408,8 +389,6 @@ workflows:
408
389
jobs :
409
390
- bazel_build :
410
391
filters : *ignore_presubmit_branch_filter
411
- - tests_browsers :
412
- filters : *ignore_presubmit_branch_filter
413
392
- build_release_packages :
414
393
filters : *ignore_presubmit_branch_filter
415
394
- upload_release_packages :
@@ -426,7 +405,6 @@ workflows:
426
405
filters : *publish_branches_filter
427
406
requires :
428
407
- build_release_packages
429
- - tests_browsers
430
408
431
409
# Snapshot tests workflow that is scheduled to run all specified jobs every hour.
432
410
# This workflow runs various jobs against the Angular snapshot builds from Github.
0 commit comments