mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-15 16:13:20 +00:00
ci: k8s: devmapper tests should be using ubuntu 20.04
That's what we've been using as part of Jenkins, so let's ensure things
will work as they did before, and only after that consider upgrading the
base OS used for the tests.
Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
(cherry picked from commit aaec5a09f3
)
This commit is contained in:
parent
aee6f36c86
commit
c723a7d9c8
2
.github/workflows/run-k8s-tests-on-garm.yaml
vendored
2
.github/workflows/run-k8s-tests-on-garm.yaml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
- devmapper
|
||||
k8s:
|
||||
- k3s
|
||||
runs-on: garm-ubuntu-2204
|
||||
runs-on: garm-ubuntu-2004
|
||||
env:
|
||||
DOCKER_REGISTRY: ${{ inputs.registry }}
|
||||
DOCKER_REPO: ${{ inputs.repo }}
|
||||
|
Loading…
Reference in New Issue
Block a user