Skip to content

Commit

Permalink
ci: Add support for e2e tests on SEV/SNP nodes
Browse files Browse the repository at this point in the history
Enables testing of the kata-qemu-sev
runtime class on SEV and
kata-qemu-snp runtime class on the
SNP self hosted runner respectively.
Updated documentation accordingly.

Signed-Off-By: Adithya Krishnan Kannan <AdithyaKrishnan.Kannan@amd.com>
  • Loading branch information
AdithyaKrishnan authored and fitzthum committed Jul 11, 2024
1 parent c5a9c96 commit 8327e46
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ccruntime_e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,22 @@ jobs:
- "az-ubuntu-2204"
- "s390x"
- "tdx"
- "coco-ci-amd-rome-001"
- "coco-ci-amd-milan-001"
exclude:
- runtimeclass: "kata-qemu"
instance: "tdx"
- runtimeclass: "kata-qemu"
instance: "coco-ci-amd-rome-001"
- runtimeclass: "kata-qemu"
instance: "coco-ci-amd-milan-001"
include:
- runtimeclass: "kata-qemu-tdx"
instance: "tdx"
- runtimeclass: "kata-qemu-sev"
instance: "coco-ci-amd-rome-001"
- runtimeclass: "kata-qemu-snp"
instance: "coco-ci-amd-milan-001"
runs-on: ${{ matrix.instance }}
steps:
- name: Take a pre-action for self-hosted runner
Expand Down
2 changes: 2 additions & 0 deletions docs/DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ The following jobs will check for regessions on the default CcRuntime:
|e2e-pr / operator tests (kata-qemu, az-ubuntu-2004) | Non-TEE | Ubuntu 20.04 | QEMU |
|e2e-pr / operator tests (kata-qemu, az-ubuntu-2204) | Non-TEE | Ubuntu 22.04 | QEMU |
|e2e-pr / operator tests (kata-qemu-tdx, tdx) | TDX | Ubuntu 24.04 | QEMU |
|e2e-pr / operator tests (kata-qemu-sev, coco-ci-amd-rome-001, ) | SEV | Ubuntu 22.04 | QEMU |
|e2e-pr / operator tests (kata-qemu-snp, coco-ci-amd-milan-001) | SNP | Ubuntu 22.04 | QEMU |

Additionally the following jobs will check regressions on the enclave-cc CcRuntime:

Expand Down

0 comments on commit 8327e46

Please sign in to comment.