gha: Also run k8s tests on AKS with dragonball

As already done for Cloud Hypervisor and QEMU, let's make sure we can
run the AKS tests using dragonball.

Fixes: #6583

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
Fabiano Fidêncio 2023-04-03 14:30:59 +02:00
parent 1c6d7cb0f7
commit 8086c75f61

View File

@ -18,6 +18,7 @@ jobs:
matrix:
vmm:
- clh
- dragonball
- qemu
uses: ./.github/workflows/create-aks.yaml
with:
@ -30,6 +31,7 @@ jobs:
matrix:
vmm:
- clh
- dragonball
- qemu
runs-on: ubuntu-latest
needs: create-aks
@ -82,6 +84,7 @@ jobs:
matrix:
vmm:
- clh
- dragonball
- qemu
needs: run-k8s-tests
if: always()