Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Enable running the ccruntime_e2e tests on AMD SEV/SNP nodes #392

Merged
merged 1 commit into from
Jul 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading