From b090f439139b4f12b946f15f4e89d3707dfd15f4 Mon Sep 17 00:00:00 2001 From: stevenhorsman Date: Wed, 11 Dec 2024 16:47:05 +0000 Subject: [PATCH] workflows: Switch s390x e2e runner The get stable libvirt e2e tests we need to just use the large runner, so switch the runner label over Signed-off-by: stevenhorsman --- .github/workflows/e2e_run_all.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e_run_all.yaml b/.github/workflows/e2e_run_all.yaml index d486ef887..90b9de475 100644 --- a/.github/workflows/e2e_run_all.yaml +++ b/.github/workflows/e2e_run_all.yaml @@ -276,7 +276,7 @@ jobs: matrix: ${{ fromJSON(needs.libvirt_e2e_arch_prep.outputs.matrix) }} uses: ./.github/workflows/e2e_libvirt.yaml with: - runner: S390X + runner: s390x-large caa_image: ${{ inputs.registry }}/cloud-api-adaptor:${{ inputs.caa_image_tag }}-s390x-dev podvm_image: ${{ needs.podvm_mkosi_s390x.outputs.qcow2_oras_image }} install_directory_artifact: install_directory