ci(docs-infra): use pre-ivy packages in `test_aio_local_ivy` to test ngcc (#29989)

To better test ngcc (in addition to Ivy) on angular.io, change the
`test_aio_local_ivy` CircleCI job to use the pre-ivy Angular packages
(and have ngcc transform them to Ivy ones).

PR Close #29989
This commit is contained in:
George Kalpakas 2019-04-02 21:53:49 +03:00 committed by Ben Lesh
parent e575892774
commit f957c7c1cd
1 changed files with 1 additions and 7 deletions

View File

@ -295,12 +295,6 @@ jobs:
steps: steps:
- *attach_workspace - *attach_workspace
- *init_environment - *init_environment
# Rename the Ivy packages dist folder to "dist/packages-dist" as the AIO
# package installer picks up the locally built packages from that location.
# *Note*: We could also adjust the packages installer, but given we won't have
# two different folders of Angular distributions in the future, it's likely not
# worth the efforts to change the AIO packages installer.
- run: mv dist/packages-dist-ivy-aot dist/packages-dist
# Build aio with Ivy (using local Angular packages) # Build aio with Ivy (using local Angular packages)
- run: yarn --cwd aio build-with-ivy --progress=false - run: yarn --cwd aio build-with-ivy --progress=false
@ -632,7 +626,7 @@ workflows:
- build-npm-packages - build-npm-packages
- test_aio_local_ivy: - test_aio_local_ivy:
requires: requires:
- build-ivy-npm-packages - build-npm-packages
- test_aio_tools: - test_aio_tools:
requires: requires:
- build-npm-packages - build-npm-packages