@@ -39,8 +39,7 @@ var_4_win: &cache_key_win_fallback v1-angular-win-node-14-{{ checksum "month.txt
3939var_5 : &components_repo_unit_tests_cache_key v1-angular-components-{{ checksum "month.txt" }}-d090617912da8e70aa336aa5b4d804b1b535402e
4040var_6 : &components_repo_unit_tests_cache_key_fallback v1-angular-components-{{ checksum "month.txt" }}
4141
42- # Workspace initially persisted by the `setup` job, and then enhanced by `build-npm-packages` and
43- # `build-ivy-npm-packages`.
42+ # Workspace initially persisted by the `setup` job, and then enhanced by `build-npm-packages`.
4443# https://circleci.com/docs/2.0/workflows/#using-workspaces-to-share-data-among-jobs
4544# https://circleci.com/blog/deep-diving-into-circleci-workspaces/
4645var_7 : &workspace_location ~/
@@ -543,24 +542,6 @@ jobs:
543542 - ~/bazel_repository_cache
544543 - ~/.cache/bazelisk
545544
546- # Build the ivy npm packages.
547- build-ivy-npm-packages :
548- executor :
549- name : default-executor
550- resource_class : xlarge
551- steps :
552- - custom_attach_workspace
553- - init_environment
554- - run : node scripts/build/build-ivy-npm-packages.js
555-
556- # Save the npm packages from //packages/... for other workflow jobs to read
557- - persist_to_workspace :
558- root : *workspace_location
559- paths :
560- - ng/dist/packages-dist-ivy-aot
561- - ng/dist/angular-in-memory-web-api-dist-ivy-aot
562- - ng/dist/zone.js-dist-ivy-aot
563-
564545 # This job creates compressed tarballs (`.tgz` files) for all Angular packages and stores them as
565546 # build artifacts. This makes it easy to try out changes from a PR build for testing purposes.
566547 # More info CircleCI build artifacts: https://circleci.com/docs/2.0/artifacts
@@ -848,9 +829,6 @@ workflows:
848829 - build-npm-packages :
849830 requires :
850831 - setup
851- - build-ivy-npm-packages :
852- requires :
853- - setup
854832 - legacy-unit-tests-saucelabs :
855833 requires :
856834 - setup
@@ -892,7 +870,6 @@ workflows:
892870 # Get the artifacts to publish from the build-packages-dist job
893871 # since the publishing script expects the legacy outputs layout.
894872 - build-npm-packages
895- - build-ivy-npm-packages
896873 - legacy-unit-tests-saucelabs
897874 - components-repo-unit-tests :
898875 requires :
0 commit comments