From 1cdffbdc2ea3dae5eced672bb48b0a8d732508b4 Mon Sep 17 00:00:00 2001 From: George Kalpakas Date: Tue, 2 Apr 2019 21:53:49 +0300 Subject: [PATCH] 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 --- .circleci/config.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a29b936cc7..243e18d664 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -266,12 +266,6 @@ jobs: steps: - *attach_workspace - *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) - run: yarn --cwd aio build-with-ivy --progress=false @@ -550,9 +544,9 @@ workflows: - test_aio_local: requires: - build-npm-packages - # - test_aio_local_ivy: - # requires: - # - build-ivy-npm-packages + - test_aio_local_ivy: + requires: + - build-npm-packages - test_aio_tools: requires: - build-npm-packages