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 <tobin@ibm.com>
This commit is contained in:
Tobin Feldman-Fitzthum 2023-05-11 15:40:37 +00:00 committed by Fabiano Fidêncio
parent 9630c13ac0
commit da0f92cef8

View File

@ -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