From 01e7a4ac989eb33cec86f56879172c84f2b48dc6 Mon Sep 17 00:00:00 2001 From: Archana Shinde Date: Thu, 3 Oct 2024 10:13:08 -0700 Subject: [PATCH] ci: Remove tdx CI jobs temporarily The CI machines for TDX are being brought down for some time. Disable tdx related jobs till they are brought back up to avoid jobs being queued. Signed-off-by: Archana Shinde --- .github/workflows/ccruntime_e2e.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ccruntime_e2e.yaml b/.github/workflows/ccruntime_e2e.yaml index 1d66b93f..89306b54 100644 --- a/.github/workflows/ccruntime_e2e.yaml +++ b/.github/workflows/ccruntime_e2e.yaml @@ -25,7 +25,6 @@ jobs: - "ubuntu-20.04" - "ubuntu-22.04" - "s390x-large" - - "tdx" - "sev" - "sev-snp" exclude: @@ -36,8 +35,6 @@ jobs: - runtimeclass: "kata-qemu" instance: "sev-snp" include: - - runtimeclass: "kata-qemu-tdx" - instance: "tdx" - runtimeclass: "kata-qemu-sev" instance: "sev" - runtimeclass: "kata-qemu-snp"