From 439a1336b5fd08a31ddbed9b2b2bc241c1125716 Mon Sep 17 00:00:00 2001 From: Adithya Krishnan Kannan Date: Wed, 13 Nov 2024 11:44:16 -0600 Subject: [PATCH] ci: Temporarily skip SNP CI As discussed in the CI working group, we are temporarily skipping the SNP CI to unblock the remaining workflow. Will revert after fixing the SNP runner. Signed-Off-By: Adithya Krishnan Kannan --- .github/workflows/run-kata-coco-tests.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/run-kata-coco-tests.yaml b/.github/workflows/run-kata-coco-tests.yaml index 2710641ed7..9eecbe00a3 100644 --- a/.github/workflows/run-kata-coco-tests.yaml +++ b/.github/workflows/run-kata-coco-tests.yaml @@ -161,6 +161,9 @@ jobs: run: bash tests/integration/kubernetes/gha-run.sh cleanup-snapshotter run-k8s-tests-sev-snp: + # Skipping SNP tests to unblock the CI. + # Will revert after issue is fixed. + if: false strategy: fail-fast: false matrix: