Merge pull request #6584 from fidencio/topic/gha-k8s-also-test-dragonball

gha: Also run k8s tests on AKS with dragonball
This commit is contained in:
Fabiano Fidêncio
2023-04-05 22:50:14 +02:00
committed by GitHub
2 changed files with 7 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ jobs:
matrix:
vmm:
- clh
- dragonball
- qemu
uses: ./.github/workflows/create-aks.yaml
with:
@@ -34,6 +35,7 @@ jobs:
matrix:
vmm:
- clh
- dragonball
- qemu
runs-on: ubuntu-latest
needs: create-aks
@@ -88,6 +90,7 @@ jobs:
matrix:
vmm:
- clh
- dragonball
- qemu
needs: run-k8s-tests
if: always()

View File

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