From a1a68e01c15d7b010fc0b3b610eef33452f584d6 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"