@@ -262,11 +262,11 @@ jobs:
262262 uses : actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
263263 with :
264264 path : .data
265- key : v26.2 .0-db11-${{ hashFiles('db_cache_branch') }}-${{ hashFiles('db_cache_fallback') }}-${{ hashFiles('db_cache_timestamp') }}
265+ key : v26.4 .0-db11-${{ hashFiles('db_cache_branch') }}-${{ hashFiles('db_cache_fallback') }}-${{ hashFiles('db_cache_timestamp') }}
266266 # Fallback to caching by default branch name only. Allows to use
267267 # cache from the branch build on the previous day.
268268 restore-keys : |
269- v26.2 .0-db11-${{ hashFiles('db_cache_branch') }}-${{ hashFiles('db_cache_fallback') }}-
269+ v26.4 .0-db11-${{ hashFiles('db_cache_branch') }}-${{ hashFiles('db_cache_fallback') }}-
270270
271271 - name : Download DB
272272 run : |
@@ -303,7 +303,7 @@ jobs:
303303 if : env.db_hash != hashFiles('.data')
304304 with :
305305 path : .data
306- key : v26.2 .0-db11-${{ hashFiles('db_cache_branch') }}-${{ hashFiles('db_cache_fallback_yes') }}-${{ hashFiles('db_cache_timestamp') }}
306+ key : v26.4 .0-db11-${{ hashFiles('db_cache_branch') }}-${{ hashFiles('db_cache_fallback_yes') }}-${{ hashFiles('db_cache_timestamp') }}
307307 # ;> !PROVISION_TYPE_PROFILE
308308
309309 build :
@@ -371,7 +371,7 @@ jobs:
371371 date "${VORTEX_CI_DB_CACHE_TIMESTAMP}" | tee db_cache_timestamp
372372
373373 - name : Show cache key for database caching
374- run : echo 'v26.2 .0-db11-${{ hashFiles('db_cache_branch') }}-${{ hashFiles('db_cache_fallback_yes') }}-${{ hashFiles('db_cache_timestamp') }}'
374+ run : echo 'v26.4 .0-db11-${{ hashFiles('db_cache_branch') }}-${{ hashFiles('db_cache_fallback_yes') }}-${{ hashFiles('db_cache_timestamp') }}'
375375
376376 # Restore DB cache based on the cache strategy set by the cache keys below.
377377 # Change 'v1' to 'v2', 'v3' etc., commit and push to force cache reset.
@@ -383,9 +383,9 @@ jobs:
383383 path : .data
384384 fail-on-cache-miss : true
385385 # Use cached database from previous builds of this branch.
386- key : v26.2 .0-db11-${{ hashFiles('db_cache_branch') }}-${{ hashFiles('db_cache_fallback_yes') }}-${{ hashFiles('db_cache_timestamp') }}
386+ key : v26.4 .0-db11-${{ hashFiles('db_cache_branch') }}-${{ hashFiles('db_cache_fallback_yes') }}-${{ hashFiles('db_cache_timestamp') }}
387387 restore-keys : |
388- v26.2 .0-db11-${{ hashFiles('db_cache_branch') }}-${{ hashFiles('db_cache_fallback_yes') }}-
388+ v26.4 .0-db11-${{ hashFiles('db_cache_branch') }}-${{ hashFiles('db_cache_fallback_yes') }}-
389389 # ;> !PROVISION_TYPE_PROFILE
390390
391391 - name : Login to container registry
0 commit comments