File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -146,6 +146,7 @@ default:
146146 - .gradle/caches
147147 - .gradle/notifications
148148 policy : $DEPENDENCY_CACHE_POLICY
149+ unprotect : true
149150 fallback_keys : # Use fallback keys because all cache types are not populated. See note under: populate_dep_cache
150151 - ' $CI_SERVER_VERSION-base'
151152 - ' $CI_SERVER_VERSION-lib'
@@ -155,6 +156,7 @@ default:
155156 - .gradle/$GRADLE_VERSION/executionHistory
156157 - workspace
157158 policy : $BUILD_CACHE_POLICY
159+ unprotect : true
158160 before_script :
159161 - source .gitlab/gitlab-utils.sh
160162 # Akka token added to SSM from https://account.akka.io/token
Original file line number Diff line number Diff line change @@ -76,6 +76,8 @@ check-big-regressions:
7676 when : on_success
7777 tags : ["arch:amd64"]
7878 rules :
79+ - if : ' $POPULATE_CACHE'
80+ when : never
7981 - if : ' $CI_COMMIT_BRANCH !~ /^(master|release\/)/'
8082 when : on_success
8183 - when : never
You can’t perform that action at this time.
0 commit comments