gha: ci-on-push: Don't skip tests for SEV

Now that SEV artifacts are built by GHA, remove
conditional that skips tests when using qemu-sev.

Signed-off-by: Tobin Feldman-Fitzthum <tobin@ibm.com>
This commit is contained in:
Tobin Feldman-Fitzthum 2023-05-11 18:37:44 +00:00 committed by Fabiano Fidêncio
parent da0f92cef8
commit 72308ddb07

View File

@ -54,10 +54,6 @@ else
)
fi
if [ ${KATA_HYPERVISOR} == "qemu-sev" ]; 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