From 24817d8e957eb32c3c27ee6c2425f7bab101f29d Mon Sep 17 00:00:00 2001 From: stevenhorsman Date: Fri, 12 Jul 2024 09:24:19 +0100 Subject: [PATCH] ci: Fix up amd runner labels - The instance need to be a label on the GHA runner, not the runner name, so fix this Signed-off-by: stevenhorsman --- .github/workflows/ccruntime_e2e.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ccruntime_e2e.yaml b/.github/workflows/ccruntime_e2e.yaml index 549ae3f8..3880e1f3 100644 --- a/.github/workflows/ccruntime_e2e.yaml +++ b/.github/workflows/ccruntime_e2e.yaml @@ -26,22 +26,22 @@ jobs: - "az-ubuntu-2204" - "s390x" - "tdx" - - "coco-ci-amd-rome-001" - - "coco-ci-amd-milan-001" + - "sev" + - "sev-snp" exclude: - runtimeclass: "kata-qemu" instance: "tdx" - runtimeclass: "kata-qemu" - instance: "coco-ci-amd-rome-001" + instance: "sev" - runtimeclass: "kata-qemu" - instance: "coco-ci-amd-milan-001" + instance: "sev-snp" include: - runtimeclass: "kata-qemu-tdx" instance: "tdx" - runtimeclass: "kata-qemu-sev" - instance: "coco-ci-amd-rome-001" + instance: "sev" - runtimeclass: "kata-qemu-snp" - instance: "coco-ci-amd-milan-001" + instance: "sev-snp" runs-on: ${{ matrix.instance }} steps: - name: Take a pre-action for self-hosted runner