From 8086c75f61a3a3134f861fce27a07518add5f86a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Mon, 3 Apr 2023 14:30:59 +0200 Subject: [PATCH] gha: Also run k8s tests on AKS with dragonball MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .github/workflows/run-k8s-tests-on-aks.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/run-k8s-tests-on-aks.yaml b/.github/workflows/run-k8s-tests-on-aks.yaml index 83dd4ab7bb..0cad6581ea 100644 --- a/.github/workflows/run-k8s-tests-on-aks.yaml +++ b/.github/workflows/run-k8s-tests-on-aks.yaml @@ -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()