gha: Make integration tests for s390x run on s390x-large runners

This is to make a workflow `run-k8s-tests` and `run-cri-containerd`
(s390x and zvsi) run only on the runners labeled by `s390x-large`.

Fixes: #9507

Signed-off-by: Hyounggyu Choi <Hyounggyu.Choi@ibm.com>
This commit is contained in:
Hyounggyu Choi
2024-04-17 21:08:45 +02:00
parent 2d8e7933c5
commit 49a0d57f66
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ jobs:
matrix:
containerd_version: ['active']
vmm: ['qemu', 'qemu-runtime-rs']
runs-on: s390x
runs-on: s390x-large
env:
CONTAINERD_VERSION: ${{ matrix.containerd_version }}
GOPATH: ${{ github.workspace }}

View File

@@ -33,7 +33,7 @@ jobs:
- devmapper
k8s:
- k3s
runs-on: s390x
runs-on: s390x-large
env:
DOCKER_REGISTRY: ${{ inputs.registry }}
DOCKER_REPO: ${{ inputs.repo }}