Skip to content

Commit

Permalink
ci: Add support for testing on a TDX machine
Browse files Browse the repository at this point in the history
For the TDX machine we're mostly interested on testing whatever will be
tested with the kata-qemu-tdx runtime class, instead of the kata-qemu
one.

Signed-off-by: Fabiano Fidêncio <[email protected]>
  • Loading branch information
fidencio committed Jun 5, 2024
1 parent 5b89abb commit a8dc399
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ccruntime_e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ jobs:
- "az-ubuntu-2004"
- "az-ubuntu-2204"
- "s390x"
- "tdx"
exclude:
instance: "tdx"
runtimeclass: "kata-qemu"
include:
instance: "tdx"
runtimeclass: "kata-qemu-tdx"
runs-on: ${{ matrix.instance }}
steps:
- name: Take a pre-action for self-hosted runner
Expand Down

0 comments on commit a8dc399

Please sign in to comment.