gha: tag k8s tests on ppc64le to ppc64le-runner-01

This PR aims at running the k8s tests to one runner on ppc64le.

Fixes: #9520

Signed-off-by: Amulyam24 <amulmek1@in.ibm.com>
This commit is contained in:
Amulyam24
2024-04-19 12:04:25 +05:30
parent 6dd038fd58
commit 8255ed248a

View File

@@ -31,7 +31,7 @@ jobs:
- qemu - qemu
k8s: k8s:
- kubeadm - kubeadm
runs-on: ppc64le runs-on: k8s-ppc64le
env: env:
DOCKER_REGISTRY: ${{ inputs.registry }} DOCKER_REGISTRY: ${{ inputs.registry }}
DOCKER_REPO: ${{ inputs.repo }} DOCKER_REPO: ${{ inputs.repo }}