From ea6895380681b30072b9e589a53618772e95a172 Mon Sep 17 00:00:00 2001 From: Ryan Savino Date: Mon, 15 Jan 2024 12:27:41 -0600 Subject: [PATCH] docs: added snp and sev machines, jobs and labels to CI documentation Added the snp and sev machines and jobs to the table with their required and assigned labels. Fixes: #316 Signed-Off-By: Ryan Savino --- docs/DEVELOPMENT.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/DEVELOPMENT.md b/docs/DEVELOPMENT.md index f6a922fc..15bdf008 100644 --- a/docs/DEVELOPMENT.md +++ b/docs/DEVELOPMENT.md @@ -69,6 +69,8 @@ This is a list of the bare-metal machines and VMs that are utilized by the proje | Machine | Type | TEE Capability | Assigned Labels | | --- | --- | --- | --- | +| amd-milan-kata-ci-ubuntu2004 | bare-metal | AMD SNP | amd-milan | +| amd-rome-kata-ci-ubuntu2004 | bare-metal | AMD SEV | amd-rome | | ubuntu-20.04-s390x | bare-metal | IBM SE | | | az-ubuntu-2004 | virtual | Non-TEE | | | az-ubuntu-2204 | virtual | Non-TEE | | @@ -77,6 +79,8 @@ The following jobs will check for regessions on the default CcRuntime: |Job name | TEE | OS | VMM | Required Labels | |---|---|---|---|---| +| cc-operator-e2e-ubuntu-20.04-x86_64-containerd_kata-qemu-snp | AMD SNP | Ubuntu 20.04 | QEMU | amd-milan | +| cc-operator-e2e-ubuntu-20.04-x86_64-containerd_kata-qemu-sev | AMD SEV | Ubuntu 20.04 | QEMU | amd-rome | |cc-operator-e2e-ubuntu-20.04-s390x-containerd_kata-qemu | IBM SE | Ubuntu 20.04 (s390x) | QEMU | | |ccruntime e2e tests / operator tests (kata-clh, az-ubuntu-2004) | Non-TEE | Ubuntu 20.04 | Cloud Hypervisor | | |ccruntime e2e tests / operator tests (kata-clh, az-ubuntu-2204) | Non-TEE | Ubuntu 22.04 | Cloud Hypervisor | |