From da0f92cef850afb4cb244394bca5889bd7be5d20 Mon Sep 17 00:00:00 2001 From: Tobin Feldman-Fitzthum Date: Thu, 11 May 2023 15:40:37 +0000 Subject: [PATCH] gha: ci-on-push: Don't skip tests for SEV-SNP Now that we have SNP artifacts in place and they are built via gha, remove the condition that skips the tests for SNP. Fixes: #6809 Signed-off-by: Tobin Feldman-Fitzthum --- tests/integration/kubernetes/run_kubernetes_tests.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/integration/kubernetes/run_kubernetes_tests.sh b/tests/integration/kubernetes/run_kubernetes_tests.sh index 281d1d878..daddb756a 100644 --- a/tests/integration/kubernetes/run_kubernetes_tests.sh +++ b/tests/integration/kubernetes/run_kubernetes_tests.sh @@ -58,10 +58,6 @@ if [ ${KATA_HYPERVISOR} == "qemu-sev" ]; then exit 0 fi -if [ ${KATA_HYPERVISOR} == "qemu-snp" ]; then - exit 0 -fi - # we may need to skip a few test cases when running on non-x86_64 arch arch_config_file="${kubernetes_dir}/filter_out_per_arch/${TARGET_ARCH}.yaml" if [ -f "${arch_config_file}" ]; then