Skip to content

Commit

Permalink
Revert "ci: Remove tdx CI jobs temporarily"
Browse files Browse the repository at this point in the history
This reverts commit a1a68e0, as the TDX
machine is back online.

Signed-off-by: Fabiano Fidêncio <[email protected]>
  • Loading branch information
fidencio committed Oct 9, 2024
1 parent f7b8a16 commit 7157f00
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ccruntime_e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- "ubuntu-20.04"
- "ubuntu-22.04"
- "s390x-large"
- "tdx"
- "sev"
- "sev-snp"
exclude:
Expand All @@ -35,6 +36,8 @@ jobs:
- runtimeclass: "kata-qemu"
instance: "sev-snp"
include:
- runtimeclass: "kata-qemu-tdx"
instance: "tdx"
- runtimeclass: "kata-qemu-sev"
instance: "sev"
- runtimeclass: "kata-qemu-snp"
Expand Down

0 comments on commit 7157f00

Please sign in to comment.