Skip to content

Commit

Permalink
zombie test - kagome build - google cache
Browse files Browse the repository at this point in the history
  • Loading branch information
qdrvm-ci committed Jul 8, 2024
1 parent c349a39 commit 0460253
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .github/workflows/zombie-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,22 @@ jobs:
- name: "Cache dependencies"
if: env.package_exist == 'False'
id: cache-restore
uses: actions/cache/restore@v4
uses: mansagroup/gcs-cache-action@v2
with:
bucket: ci-cache-kagome
path: ${{ env.CACHE_PATH }}
key: ${{ github.job }}-${{ env.CACHE_VERSION }}-${{ github.event.inputs.build_type }}-${{ env.short_commit_hash }}
key: ${{ github.job }}-${{ runner.os }}-${{ env.CACHE_VERSION }}-${{ env.short_commit_hash }}
restore-keys: |
${{ github.job }}-${{ env.CACHE_VERSION }}-${{ github.event.inputs.build_type }}-
${{ github.job }}-${{ runner.os }}-${{ env.CACHE_VERSION }}-
# if: env.package_exist == 'False'
# id: cache-restore
# uses: actions/cache/restore@v4
# with:
# path: ${{ env.CACHE_PATH }}
# key: ${{ github.job }}-${{ env.CACHE_VERSION }}-${{ github.event.inputs.build_type }}-${{ env.short_commit_hash }}
# restore-keys: |
# ${{ github.job }}-${{ env.CACHE_VERSION }}-${{ github.event.inputs.build_type }}-

- name: "Build target"
if: env.package_exist == 'False'
Expand Down

0 comments on commit 0460253

Please sign in to comment.