Skip to content

Commit b60541c

Browse files
devversionmatsko
authored andcommitted
ci: update commit for material-unit-tests job (angular#33221)
Updates the commit of the Angular components repository for which the `material-unit-tests` job runs tests against. We need to update to the latest commit at the time of writing, in order to be able to remove the gesture tests from the material-ci/blocklist. This is now possible because the Angular components repository removes the dependency on `hammerjs` completely. PR Close angular#33221
1 parent d1323b5 commit b60541c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ var_4_win: &cache_key_win_fallback v5-angular-win-node-12.0-
2929

3030
# Cache key for the Material unit tests job. **Note** when updating the SHA in the cache keys,
3131
# also update the SHA for the "MATERIAL_REPO_COMMIT" environment variable.
32-
var_5: &material_unit_tests_cache_key v4-angular-material-d4bf7be64b03a2cfdaaf6f045cfc7c72de6470c2
32+
var_5: &material_unit_tests_cache_key v4-angular-material-818a8c7d6bb3f25d0637e5d6462cf9a84403b78f
3333
var_6: &material_unit_tests_cache_key_fallback v4-angular-material-
3434

3535
# Workspace initially persisted by the `setup` job, and then enhanced by `build-npm-packages` and

.circleci/env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ setPublicVar MATERIAL_REPO_TMP_DIR "/tmp/material2"
8484
setPublicVar MATERIAL_REPO_URL "https://github.com/angular/material2.git"
8585
setPublicVar MATERIAL_REPO_BRANCH "master"
8686
# **NOTE**: When updating the commit SHA, also update the cache key in the CircleCI "config.yml".
87-
setPublicVar MATERIAL_REPO_COMMIT "d4bf7be64b03a2cfdaaf6f045cfc7c72de6470c2"
87+
setPublicVar MATERIAL_REPO_COMMIT "818a8c7d6bb3f25d0637e5d6462cf9a84403b78f"
8888

8989
# Source `$BASH_ENV` to make the variables available immediately.
9090
source $BASH_ENV;

0 commit comments

Comments
 (0)