From 287bfefade332d34f57aa20919067f484fd5fc00 Mon Sep 17 00:00:00 2001 From: Paul Gschwendtner Date: Mon, 9 Mar 2020 15:16:50 +0100 Subject: [PATCH] ci: update components-repo-unit-tests job commit (#35961) Updates the commit that the `components-repo-unit-tests` job runs against to the latest available commit at time of writing. The motivation for updating is that a lot of changes have been made, and that a upcoming framework PR that fixes check no changes for OnPush components exposed a test failure in `angular/components`. See: https://github.com/angular/components/commit/eae5cf886d6e93e0d189a7974d2615cc448d54e8 PR Close #35961 --- .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 b4c1540b06..916643b5bf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -29,7 +29,7 @@ var_4_win: &cache_key_win_fallback v5-angular-win-node-12- # 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 v5-angular-components-2ec7254f88c4865e0de251f74c27e64c9d00d40a +var_5: &components_repo_unit_tests_cache_key v5-angular-components-598db096e668aa7e9debd56eedfd127b7a55e371 var_6: &components_repo_unit_tests_cache_key_fallback v5-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 717a4c8f01..9a9f5bf3d0 100755 --- a/.circleci/env.sh +++ b/.circleci/env.sh @@ -68,7 +68,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 "2ec7254f88c4865e0de251f74c27e64c9d00d40a" +setPublicVar COMPONENTS_REPO_COMMIT "598db096e668aa7e9debd56eedfd127b7a55e371" ####################################################################################################