mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-24 10:41:43 +00:00
tests: k8s: Allow passing rust-runtime env var to kata-deploy
This will be used for selecting the correct runtimes and runtimeclasses to be deployed with kata-deploy. Fixes: #8475 Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
parent
110574353d
commit
44899d4cdf
5
.github/workflows/run-k8s-tests-on-aks.yaml
vendored
5
.github/workflows/run-k8s-tests-on-aks.yaml
vendored
@ -27,6 +27,8 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
rust-runtime:
|
||||||
|
- false
|
||||||
host_os:
|
host_os:
|
||||||
- ubuntu
|
- ubuntu
|
||||||
vmm:
|
vmm:
|
||||||
@ -40,6 +42,8 @@ jobs:
|
|||||||
include:
|
include:
|
||||||
- host_os: cbl-mariner
|
- host_os: cbl-mariner
|
||||||
vmm: clh
|
vmm: clh
|
||||||
|
- dragonball:
|
||||||
|
rust-runtime: true
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
DOCKER_REGISTRY: ${{ inputs.registry }}
|
DOCKER_REGISTRY: ${{ inputs.registry }}
|
||||||
@ -51,6 +55,7 @@ jobs:
|
|||||||
KUBERNETES: "vanilla"
|
KUBERNETES: "vanilla"
|
||||||
USING_NFD: "false"
|
USING_NFD: "false"
|
||||||
K8S_TEST_HOST_TYPE: ${{ matrix.instance-type }}
|
K8S_TEST_HOST_TYPE: ${{ matrix.instance-type }}
|
||||||
|
RUST_RUNTIME: ${{ matrix.rust-runtime }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user