From 61aa84b158313c4e34a43a4fa4f3a95bdfa75518 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Thu, 23 Nov 2023 11:13:54 +0100 Subject: [PATCH] Revert "tests: k8s: Allow passing rust-runtime env var to kata-deploy" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 44899d4cdf6aca72849c12ee4d8af1ceca97ffac, 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 --- .github/workflows/run-k8s-tests-on-aks.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/run-k8s-tests-on-aks.yaml b/.github/workflows/run-k8s-tests-on-aks.yaml index e275869796..aea0a02406 100644 --- a/.github/workflows/run-k8s-tests-on-aks.yaml +++ b/.github/workflows/run-k8s-tests-on-aks.yaml @@ -27,8 +27,6 @@ jobs: strategy: fail-fast: false matrix: - rust-runtime: - - false host_os: - ubuntu vmm: @@ -42,8 +40,6 @@ jobs: include: - host_os: cbl-mariner vmm: clh - - dragonball: - rust-runtime: true runs-on: ubuntu-latest env: DOCKER_REGISTRY: ${{ inputs.registry }} @@ -55,7 +51,6 @@ jobs: KUBERNETES: "vanilla" USING_NFD: "false" K8S_TEST_HOST_TYPE: ${{ matrix.instance-type }} - RUST_RUNTIME: ${{ matrix.rust-runtime }} steps: - uses: actions/checkout@v4 with: