Skip to content

Commit 623fd3f

Browse files
devversionIgorMinar
authored andcommitted
build: remove legacy-unit-tests-local job (angular#28703)
Since all unit tests are now run with Bazel, we can remove the local legacy unit tests job. We still need to keep the Saucelabs legacy job until we can run all of these web unit tests with Saucelabs and Bazel. PR Close angular#28703
1 parent bcdd4b5 commit 623fd3f

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.circleci/config.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -460,20 +460,6 @@ jobs:
460460
command: 'curl --request POST --header "Content-Type: application/json" --data "{\"text\":\":x: \`$CIRCLE_JOB\` job failed on build $CIRCLE_BUILD_NUM: $CIRCLE_BUILD_URL :scream:\"}" $SLACK_CARETAKER_WEBHOOK_URL'
461461
when: on_fail
462462

463-
legacy-unit-tests-local:
464-
<<: *job_defaults
465-
docker:
466-
- image: *browsers_docker_image
467-
steps:
468-
- checkout:
469-
<<: *post_checkout
470-
- *restore_cache
471-
- *init_environment
472-
- *yarn_install
473-
- run: yarn tsc -p packages
474-
- run: yarn tsc -p modules
475-
- run: yarn karma start ./karma-js.conf.js --single-run --browsers=ChromeNoSandbox
476-
477463
legacy-unit-tests-saucelabs:
478464
<<: *job_defaults
479465
# In order to avoid the bottleneck of having a slow host machine, we acquire a better
@@ -543,7 +529,6 @@ workflows:
543529
- build-npm-packages
544530
- build-ivy-npm-packages
545531
- test_aio
546-
- legacy-unit-tests-local
547532
- legacy-unit-tests-saucelabs
548533
- deploy_aio:
549534
requires:
@@ -597,7 +582,6 @@ workflows:
597582
- build-npm-packages
598583
- build-ivy-npm-packages
599584
- legacy-misc-tests
600-
- legacy-unit-tests-local
601585
- legacy-unit-tests-saucelabs
602586
- material-unit-tests:
603587
requires:

0 commit comments

Comments
 (0)