From ba884aac13718fe05a311a46d31d2d99ff43d556 Mon Sep 17 00:00:00 2001 From: Archana Shinde Date: Mon, 29 Jul 2024 13:50:21 -0700 Subject: [PATCH] ci: Enable nerdctl tests for clh A recent fix should resolve some the issues seen earlier with clh with the go runtime. Enabling this test to check if the issue is still seen. Signed-off-by: Archana Shinde --- .github/workflows/basic-ci-amd64.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/basic-ci-amd64.yaml b/.github/workflows/basic-ci-amd64.yaml index 935756fb1e..4f3b1b5b12 100644 --- a/.github/workflows/basic-ci-amd64.yaml +++ b/.github/workflows/basic-ci-amd64.yaml @@ -334,9 +334,6 @@ jobs: - dragonball - qemu - cloud-hypervisor - # TODO: enable with clh when https://github.com/kata-containers/kata-containers/issues/9852 is fixed - exclude: - - vmm: clh runs-on: ubuntu-22.04 env: KATA_HYPERVISOR: ${{ matrix.vmm }}