Merge pull request #13197 from fidencio/topic/kata-monitor-tests-fixups

tests: align kata-monitor containerd version selector
This commit is contained in:
Steve Horsman
2026-06-10 15:12:43 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -61,7 +61,7 @@ jobs:
KATA_HYPERVISOR: ${{ matrix.vmm }}
KUBERNETES: ${{ matrix.k8s }}
CONTAINER_ENGINE: containerd
CONTAINER_ENGINE_VERSION: active
CONTAINER_ENGINE_VERSION: latest
KATA_MONITOR_IMAGE_REFERENCE: ${{ inputs.kata-monitor-image-reference }}
KATA_MONITOR_IMAGE_TAG: ${{ inputs.kata-monitor-image-tag }}
GH_TOKEN: ${{ github.token }}

View File

@@ -38,7 +38,7 @@ jobs:
container_engine:
- containerd
containerd_version:
- active
- latest
concurrency:
group: ${{ github.workflow }}-${{ github.job }}-${{ github.event.pull_request.number || github.ref }}-${{ toJSON(matrix) }}
cancel-in-progress: true