From 374405aed189a9891bf0bdc1c847af08218d2c1f Mon Sep 17 00:00:00 2001 From: Wainer dos Santos Moschetta Date: Wed, 7 Aug 2024 15:58:32 -0300 Subject: [PATCH] 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 --- .github/workflows/run-k8s-tests-on-amd64.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/run-k8s-tests-on-amd64.yaml b/.github/workflows/run-k8s-tests-on-amd64.yaml index d069ee81e3..338e923f29 100644 --- a/.github/workflows/run-k8s-tests-on-amd64.yaml +++ b/.github/workflows/run-k8s-tests-on-amd64.yaml @@ -39,15 +39,12 @@ jobs: - devmapper k8s: - k3s - instance: - - ubuntu-22.04 include: - vmm: qemu container_runtime: crio snapshotter: "" - instance: ubuntu-22.04 k8s: k0s - runs-on: ${{ matrix.instance }} + runs-on: ubuntu-22.04 env: DOCKER_REGISTRY: ${{ inputs.registry }} DOCKER_REPO: ${{ inputs.repo }}