Merge pull request #9508 from BbolroC/gha-s390x-k8s-label

gha: Make integration tests for s390x run on s390x-large runners
This commit is contained in:
Hyounggyu Choi 2024-04-18 18:05:01 +02:00 committed by GitHub
commit 2b9c439fcf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

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

View File

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