Skip to content

Commit 3f6fdaf

Browse files
committed
test: update components repo to test against recent revision
The changes in angular/components#20136 are required to allow the framework tests to succeed.
1 parent 7630234 commit 3f6fdaf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ var_4_win: &cache_key_win_fallback v7-angular-win-node-12-{{ checksum ".bazelver
3232

3333
# Cache key for the `components-repo-unit-tests` job. **Note** when updating the SHA in the
3434
# cache keys also update the SHA for the "COMPONENTS_REPO_COMMIT" environment variable.
35-
var_5: &components_repo_unit_tests_cache_key v7-angular-components-f428c00465dfcf8a020237f22532480eedbd2cb6
36-
var_6: &components_repo_unit_tests_cache_key_fallback v7-angular-components-
35+
var_5: &components_repo_unit_tests_cache_key v9-angular-components-09e68db8ed5b1253f2fe38ff954ef0df019fc25a
36+
var_6: &components_repo_unit_tests_cache_key_fallback v9-angular-components-
3737

3838
# Workspace initially persisted by the `setup` job, and then enhanced by `build-npm-packages` and
3939
# `build-ivy-npm-packages`.

.circleci/env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ setPublicVar COMPONENTS_REPO_TMP_DIR "/tmp/angular-components-repo"
7474
setPublicVar COMPONENTS_REPO_URL "https://github.com/angular/components.git"
7575
setPublicVar COMPONENTS_REPO_BRANCH "master"
7676
# **NOTE**: When updating the commit SHA, also update the cache key in the CircleCI `config.yml`.
77-
setPublicVar COMPONENTS_REPO_COMMIT "f428c00465dfcf8a020237f22532480eedbd2cb6"
77+
setPublicVar COMPONENTS_REPO_COMMIT "09e68db8ed5b1253f2fe38ff954ef0df019fc25a"
7878

7979

8080
####################################################################################################

0 commit comments

Comments
 (0)