mirror of https://github.com/k3s-io/k3s.git
Fix caching name for e2e vagrant box (#10695)
Signed-off-by: Derek Nola <derek.nola@suse.com>pull/10843/head
parent
6f91699a69
commit
6f099943fc
|
@ -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
|
||||
|
||||
|
|
|
@ -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`.
|
||||
|
|
Loading…
Reference in New Issue