ci: target Azure CLH runtimes directly in AKS tests

Switch AKS Mariner matrix entries to clh-azure handlers and remove the
temporary host-OS based helm value overrides.

Update integration test wiring and required test labels so CI tracks the
new runtime names.

Signed-off-by: Fabiano Fidêncio <ffidencio@nvidia.com>
This commit is contained in:
Fabiano Fidêncio
2026-05-28 13:31:33 +02:00
parent 8c3a2c1a95
commit 81ce51a9aa
6 changed files with 21 additions and 28 deletions

View File

@@ -47,21 +47,21 @@ jobs:
matrix:
include:
- host_os: cbl-mariner
vmm: clh
vmm: clh-azure
instance-type: small
genpolicy-pull-method: oci-distribution
- host_os: cbl-mariner
vmm: clh
vmm: clh-azure
instance-type: small
genpolicy-pull-method: containerd
- host_os: cbl-mariner
vmm: clh
vmm: clh-azure
instance-type: normal
- host_os: cbl-mariner
vmm: clh-runtime-rs
vmm: clh-azure-runtime-rs
instance-type: small
- host_os: cbl-mariner
vmm: clh-runtime-rs
vmm: clh-azure-runtime-rs
instance-type: normal
concurrency:
group: ${{ github.workflow }}-${{ github.job }}-${{ github.event.pull_request.number || github.ref }}-run-k8s-tests-aks-${{ toJSON(matrix) }}