Skip to content

Commit

Permalink
Remove restore-keys from GitHub actions cache
Browse files Browse the repository at this point in the history
We do not require the restore keys for the cache so we can remove them
and default to the `key` itself.

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
  • Loading branch information
saschagrunert authored and k8s-ci-robot committed Sep 12, 2022
1 parent 3c7557b commit 2b570c3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ jobs:
path: |
~/.vagrant.d/boxes
key: e2e-fedora-${{ hashFiles('hack/ci/Vagrantfile-fedora') }}
restore-keys: e2e-fedora-
- uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741
with:
name: image
Expand Down Expand Up @@ -117,7 +116,6 @@ jobs:
path: |
~/.vagrant.d/boxes
key: e2e-ubuntu-${{ hashFiles('hack/ci/Vagrantfile-ubuntu') }}
restore-keys: e2e-ubuntu-
- uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741
with:
name: image
Expand Down Expand Up @@ -158,7 +156,6 @@ jobs:
path: |
~/.vagrant.d/boxes
key: e2e-flatcar-${{ steps.vagrant-box.outputs.version }}-${{ hashFiles('hack/ci/Vagrantfile-flatcar') }}
restore-keys: e2e-flatcar-${{ steps.vagrant-box.outputs.version }}-
- name: Upgrade vagrant box
run: |
ln -sf hack/ci/Vagrantfile-flatcar Vagrantfile
Expand Down

0 comments on commit 2b570c3

Please sign in to comment.