From 71a1be9c578edfc53a24afe7e21064eacf2e1f1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bombo?= Date: Mon, 18 Mar 2024 23:33:17 +0000 Subject: [PATCH] ci: aks: also run tests in normal instance for Mariner MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently we're only running the small instance tests. This adds the normal instance tests as well. Fixes: #9298 Signed-off-by: Aurélien Bombo --- .github/workflows/run-k8s-tests-on-aks.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/run-k8s-tests-on-aks.yaml b/.github/workflows/run-k8s-tests-on-aks.yaml index 9d937d1150..48a12d398f 100644 --- a/.github/workflows/run-k8s-tests-on-aks.yaml +++ b/.github/workflows/run-k8s-tests-on-aks.yaml @@ -44,6 +44,10 @@ jobs: include: - host_os: cbl-mariner vmm: clh + instance-type: small + - host_os: cbl-mariner + vmm: clh + instance-type: normal runs-on: ubuntu-latest env: DOCKER_REGISTRY: ${{ inputs.registry }}