Unverified Commit 38df7670 authored by Derek Nola's avatar Derek Nola Committed by GitHub

Fix caching name for e2e vagrant box (#10695)

parent ae0d79c7
...@@ -52,7 +52,7 @@ jobs: ...@@ -52,7 +52,7 @@ jobs:
with: with:
path: | path: |
~/.vagrant.d/boxes ~/.vagrant.d/boxes
key: vagrant-box-ubuntu-2204 key: vagrant-box-ubuntu-2404
- name: "Vagrant Plugin(s)" - name: "Vagrant Plugin(s)"
run: vagrant plugin install vagrant-k3s vagrant-reload vagrant-scp run: vagrant plugin install vagrant-k3s vagrant-reload vagrant-scp
......
...@@ -71,12 +71,12 @@ ___ ...@@ -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 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 - [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 8](install/rocky-8) (stand-in for RHEL 8)
- [Rocky Linux 9](install/rocky-9) (stand-in for RHEL 9) - [Rocky Linux 9](install/rocky-9) (stand-in for RHEL 9)
- [Fedora 37](install/fedora) - [Fedora 40](install/fedora)
- [Leap 15.5](install/opensuse-leap) (stand-in for SLES) - [Leap 15.6](install/opensuse-leap) (stand-in for SLES)
- [Ubuntu 22.04](install/ubuntu-2204) - [Ubuntu 24.04](install/ubuntu-2404)
## Format ## Format
When adding new installer test(s) please copy the prevalent style for the `Vagrantfile`. When adding new installer test(s) please copy the prevalent style for the `Vagrantfile`.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment