From 7127178acca6d27970fc3e236c5b2b600083534e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Wed, 19 Jun 2024 16:56:15 +0200 Subject: [PATCH] ci: tdx: Use vanilla k8s instead of k3s MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We've noticed a bunch of issues related to deploying and deleting the nydus-snapshotter. As we don't see the same issues on other machines using vanilla kubernetes, let's avoid using k3s for now follow the flow. Signed-off-by: Fabiano FidĂȘncio --- .github/workflows/run-kata-coco-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-kata-coco-tests.yaml b/.github/workflows/run-kata-coco-tests.yaml index 9c110eacf7..330dc0235e 100644 --- a/.github/workflows/run-kata-coco-tests.yaml +++ b/.github/workflows/run-kata-coco-tests.yaml @@ -40,7 +40,7 @@ jobs: # DOCKER_TAG: ${{ inputs.tag }} # PR_NUMBER: ${{ inputs.pr-number }} # KATA_HYPERVISOR: ${{ matrix.vmm }} - # KUBERNETES: "k3s" + # KUBERNETES: "vanilla" # USING_NFD: "true" # KBS: "true" # K8S_TEST_HOST_TYPE: "baremetal"