Skip to content

Commit

Permalink
Merge pull request #394 from stevenhorsman/amd-runner-label-fix
Browse files Browse the repository at this point in the history
ci: Fix up amd runner labels
  • Loading branch information
stevenhorsman committed Jul 12, 2024
2 parents 8327e46 + 24817d8 commit 1d719cd
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 1d719cd

Please sign in to comment.