Revert "tests: k8s: Allow passing rust-runtime env var to kata-deploy"

This reverts commit 44899d4cdf, as we've
decided to keep both golang and rust runtime installable and usable at
the same time.

The decision of having both runtimes installable and usable  will help
users to test and easily catch any possible differences between those
runtimes, helping us to get on par with both implementations.

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
Fabiano Fidêncio
2023-11-23 11:13:54 +01:00
parent 158ca17ae7
commit 61aa84b158

View File

@@ -27,8 +27,6 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
rust-runtime:
- false
host_os: host_os:
- ubuntu - ubuntu
vmm: vmm:
@@ -42,8 +40,6 @@ 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 }}
@@ -55,7 +51,6 @@ 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: