mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-23 17:58:02 +00:00
workflows/run-k8s-tests-on-amd64: remove 'instance' from matrix
The jobs are all executed on ubuntu-22.04 so it's invariant and can be removed from the matrix (this will shrink the jobs names). Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
This commit is contained in:
@@ -39,15 +39,12 @@ jobs:
|
|||||||
- devmapper
|
- devmapper
|
||||||
k8s:
|
k8s:
|
||||||
- k3s
|
- k3s
|
||||||
instance:
|
|
||||||
- ubuntu-22.04
|
|
||||||
include:
|
include:
|
||||||
- vmm: qemu
|
- vmm: qemu
|
||||||
container_runtime: crio
|
container_runtime: crio
|
||||||
snapshotter: ""
|
snapshotter: ""
|
||||||
instance: ubuntu-22.04
|
|
||||||
k8s: k0s
|
k8s: k0s
|
||||||
runs-on: ${{ matrix.instance }}
|
runs-on: ubuntu-22.04
|
||||||
env:
|
env:
|
||||||
DOCKER_REGISTRY: ${{ inputs.registry }}
|
DOCKER_REGISTRY: ${{ inputs.registry }}
|
||||||
DOCKER_REPO: ${{ inputs.repo }}
|
DOCKER_REPO: ${{ inputs.repo }}
|
||||||
|
Reference in New Issue
Block a user