Skip to content

Commit

Permalink
ci: Fix up amd runner labels
Browse files Browse the repository at this point in the history
- The instance need to be a label on the GHA runner,
not the runner name, so fix this

Signed-off-by: stevenhorsman <[email protected]>
  • Loading branch information
stevenhorsman committed Jul 12, 2024
1 parent 8327e46 commit 24817d8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ccruntime_e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 24817d8

Please sign in to comment.