mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-24 02:07:31 +00:00
ci: aks: also run tests in normal instance for Mariner
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 <abombo@microsoft.com>
This commit is contained in:
4
.github/workflows/run-k8s-tests-on-aks.yaml
vendored
4
.github/workflows/run-k8s-tests-on-aks.yaml
vendored
@@ -44,6 +44,10 @@ jobs:
|
|||||||
include:
|
include:
|
||||||
- host_os: cbl-mariner
|
- host_os: cbl-mariner
|
||||||
vmm: clh
|
vmm: clh
|
||||||
|
instance-type: small
|
||||||
|
- host_os: cbl-mariner
|
||||||
|
vmm: clh
|
||||||
|
instance-type: normal
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
DOCKER_REGISTRY: ${{ inputs.registry }}
|
DOCKER_REGISTRY: ${{ inputs.registry }}
|
||||||
|
Reference in New Issue
Block a user