Skip to content

Commit

Permalink
Fix caching name for e2e vagrant box
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Nola <derek.nola@suse.com>
  • Loading branch information
dereknola committed Aug 12, 2024
1 parent ac247d2 commit bd99079
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
with:
path: |
~/.vagrant.d/boxes
key: vagrant-box-ubuntu-2204
key: vagrant-box-ubuntu-2404
- name: "Vagrant Plugin(s)"
run: vagrant plugin install vagrant-k3s vagrant-reload vagrant-scp

Expand Down
8 changes: 4 additions & 4 deletions tests/TESTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ ___
Install tests are a collection of tests defined under the [tests/install](./tests/install). These tests are used to validate the installation and operation of K3s on a variety of operating systems. The test themselves are Vagrantfiles describing single-node installations that are easily spun up with Vagrant for the `libvirt` and `virtualbox` providers:

- [Install Script](install) :arrow_right: scheduled nightly and on an install script change
- [CentOS 7](install/centos-7) (stand-in for RHEL 7)
- [CentOS 9 Stream](install/centos-stream)
- [Rocky Linux 8](install/rocky-8) (stand-in for RHEL 8)
- [Rocky Linux 9](install/rocky-9) (stand-in for RHEL 9)
- [Fedora 37](install/fedora)
- [Leap 15.5](install/opensuse-leap) (stand-in for SLES)
- [Ubuntu 22.04](install/ubuntu-2204)
- [Fedora 40](install/fedora)
- [Leap 15.6](install/opensuse-leap) (stand-in for SLES)
- [Ubuntu 24.04](install/ubuntu-2404)

## Format
When adding new installer test(s) please copy the prevalent style for the `Vagrantfile`.
Expand Down

0 comments on commit bd99079

Please sign in to comment.