mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-08-05 05:29:39 +00:00
Update to newer OS images for install testing (#10681)
* Update to newer OS images for install testing * Update vagrant images used for E2E Signed-off-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
4
.github/workflows/install.yaml
vendored
4
.github/workflows/install.yaml
vendored
@@ -30,7 +30,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
vm: [centos-7, rocky-8, rocky-9, fedora, opensuse-leap, ubuntu-2204]
|
||||
vm: [centos-9, rocky-8, rocky-9, fedora, opensuse-leap, ubuntu-2404]
|
||||
max-parallel: 3
|
||||
defaults:
|
||||
run:
|
||||
@@ -65,7 +65,7 @@ jobs:
|
||||
vagrant ssh -c "sudo mv /tmp/k3s /usr/local/bin/k3s"
|
||||
vagrant provision --provision-with=k3s-upload
|
||||
- name: Add binary to PATH
|
||||
if: matrix.vm == 'centos-7' || matrix.vm == 'rocky-8' || matrix.vm == 'rocky-9' || matrix.vm == 'opensuse-leap'
|
||||
if: matrix.vm == 'centos-9' || matrix.vm == 'rocky-8' || matrix.vm == 'rocky-9' || matrix.vm == 'opensuse-leap'
|
||||
run: vagrant provision --provision-with=add-bin-path
|
||||
- name: "⏩ Install K3s"
|
||||
run: |
|
||||
|
||||
2
.github/workflows/nightly-install.yaml
vendored
2
.github/workflows/nightly-install.yaml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
channel: [stable, latest]
|
||||
vm: [rocky-8, fedora, opensuse-leap, ubuntu-2204]
|
||||
vm: [rocky-9, fedora, opensuse-leap, ubuntu-2404]
|
||||
max-parallel: 4
|
||||
defaults:
|
||||
run:
|
||||
|
||||
Reference in New Issue
Block a user