From f930e75a809a1e21369050884c20f42a350c411f Mon Sep 17 00:00:00 2001 From: Paul Gschwendtner Date: Wed, 6 May 2020 23:25:48 +0200 Subject: [PATCH] ci: update components-repo-unit-tests job commit (#36921) Updates the `components-repo-unit-tests` job to https://github.com/angular/components/commit/d3a9ac67d2ef89ca9570c73af41111c796c135ca. We need to update since we added a new diagnostic in ngtsc, and the given commit in the components repo fixes failures caused by the new diagnostic. Note: This commit currently points to a PR as it's unlikely that this fix lands soon, but we want to move forward. There is no downside to doing that as the PR is based on top of the latest components repo `master`. PR Close #36921 --- .circleci/config.yml | 2 +- .circleci/env.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 99d9670215..da85f1baed 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -32,7 +32,7 @@ var_4_win: &cache_key_win_fallback v7-angular-win-node-12-{{ checksum ".bazelver # Cache key for the `components-repo-unit-tests` job. **Note** when updating the SHA in the # cache keys also update the SHA for the "COMPONENTS_REPO_COMMIT" environment variable. -var_5: &components_repo_unit_tests_cache_key v7-angular-components-15efb677a751f41cc7ca109e734b58abdee8d8a3 +var_5: &components_repo_unit_tests_cache_key v7-angular-components-448523bffffecd2b53a3d2854c3051b6b7a3934f var_6: &components_repo_unit_tests_cache_key_fallback v7-angular-components- # Workspace initially persisted by the `setup` job, and then enhanced by `build-npm-packages` and diff --git a/.circleci/env.sh b/.circleci/env.sh index 152d859233..20cc3e3b2f 100755 --- a/.circleci/env.sh +++ b/.circleci/env.sh @@ -74,7 +74,7 @@ setPublicVar COMPONENTS_REPO_TMP_DIR "/tmp/angular-components-repo" setPublicVar COMPONENTS_REPO_URL "https://github.com/angular/components.git" setPublicVar COMPONENTS_REPO_BRANCH "master" # **NOTE**: When updating the commit SHA, also update the cache key in the CircleCI `config.yml`. -setPublicVar COMPONENTS_REPO_COMMIT "15efb677a751f41cc7ca109e734b58abdee8d8a3" +setPublicVar COMPONENTS_REPO_COMMIT "448523bffffecd2b53a3d2854c3051b6b7a3934f" ####################################################################################################