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:
Wainer dos Santos Moschetta
2024-08-07 15:58:32 -03:00
parent d11ce129ac
commit 374405aed1

View File

@@ -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 }}