@@ -186,25 +186,6 @@ jobs:
186186 - run : bazel build --build_tag_filters=-docs-package,-release-package -- src/...
187187 - *slack_notify_on_failure
188188
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-
208189 # -------------------------------------------------------------------------------------------
209190 # Job that builds all release packages. The built packages can be then used in the same
210191 # workflow to publish snapshot builds.
@@ -408,8 +389,6 @@ workflows:
408389 jobs :
409390 - bazel_build :
410391 filters : *ignore_presubmit_branch_filter
411- - tests_browsers :
412- filters : *ignore_presubmit_branch_filter
413392 - build_release_packages :
414393 filters : *ignore_presubmit_branch_filter
415394 - upload_release_packages :
@@ -426,7 +405,6 @@ workflows:
426405 filters : *publish_branches_filter
427406 requires :
428407 - build_release_packages
429- - tests_browsers
430408
431409 # Snapshot tests workflow that is scheduled to run all specified jobs every hour.
432410 # This workflow runs various jobs against the Angular snapshot builds from Github.
0 commit comments