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()