From 3f4a2f4745dedca19241f078dc098fb1c026006a Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Thu, 3 Oct 2024 17:48:46 +0000 Subject: [PATCH] docs: Remove GH runners e2e not longer supported This PR removes the GH runners of the e2e jobs that are not longer being supported on the current CI. Signed-off-by: Gabriela Cervantes --- docs/DEVELOPMENT.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/DEVELOPMENT.md b/docs/DEVELOPMENT.md index 692161b8..e8480548 100644 --- a/docs/DEVELOPMENT.md +++ b/docs/DEVELOPMENT.md @@ -92,13 +92,11 @@ In order to be merged your opened pull request (PR) should pass the static analy The e2e tests jobs are executed on a variety of CcRuntime, configurations and platforms. These jobs that require confidential hardware (Intel TDX, AMD SEV, IBM SE, etc...) run on bare-metal machines and are often referred as "TEE tests". The remaining tests (a.k.a "Non-TEE") are executed on Virtual Machines (VM) deployed on-demand. -The following jobs will check for regessions on the default CcRuntime: +The following jobs will check for regressions on the default CcRuntime: |Job name | TEE | OS | VMM | |---|---|---|---| |e2e-pr / operator tests (kata-qemu, s390x) | Non-TEE | Ubuntu 22.04 (s390x) | QEMU | -|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, ubuntu-20.04) | Non-TEE | Ubuntu 20.04 | QEMU | |e2e-pr / operator tests (kata-qemu, ubuntu-22.04) | Non-TEE | Ubuntu 22.04 | QEMU | |e2e-pr / operator tests (kata-qemu-tdx, tdx) | TDX | Ubuntu 24.04 | QEMU |