Skip to content

Commit dbc0dab

Browse files
committed
ci: disable aio_preview CircleCI job temporarily (angular#45932)
This commit disables the `aio_preview` CircleCI job temporarily, since it's failing after switching to CircleCI API v2. It will be enabled back once the code is updated. More info can be found here: angular#45931 PR Close angular#45932
1 parent baa3e18 commit dbc0dab

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

.circleci/config.yml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -785,14 +785,17 @@ workflows:
785785
- test_docs_examples:
786786
requires:
787787
- build-npm-packages
788-
- aio_preview:
789-
# Only run on PR builds. (There can be no previews for non-PR builds.)
790-
<<: *only_on_pull_requests
791-
requires:
792-
- setup
793-
- test_aio_preview:
794-
requires:
795-
- aio_preview
788+
# NOTE: the following CI jobs are currently disabled due to CircleCI API changes
789+
# and the jobs will be enabled again once the code is fully compatible.
790+
# More info is available here: https://github.com/angular/angular/issues/45931
791+
#- aio_preview:
792+
# # Only run on PR builds. (There can be no previews for non-PR builds.)
793+
# <<: *only_on_pull_requests
794+
# requires:
795+
# - setup
796+
#- test_aio_preview:
797+
# requires:
798+
# - aio_preview
796799
- publish_packages_as_artifacts:
797800
requires:
798801
- build-npm-packages

0 commit comments

Comments
 (0)