From 5b89abbb28ffaf6305c33446f1a4cbdbed47e993 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Wed, 5 Jun 2024 18:21:05 +0200 Subject: [PATCH] ci: Stop testing with "kata-clh" for now MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Unless someone opposes to that, I'd like to propose we stop testing with Cloud Hypervisor for now, as it still doesn't have TEE support. At the moment TEE support is added, we get back to testing it. Signed-off-by: Fabiano FidĂȘncio --- .github/workflows/ccruntime_e2e.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ccruntime_e2e.yaml b/.github/workflows/ccruntime_e2e.yaml index 674480ee..b82e6bba 100644 --- a/.github/workflows/ccruntime_e2e.yaml +++ b/.github/workflows/ccruntime_e2e.yaml @@ -21,14 +21,10 @@ jobs: matrix: runtimeclass: - "kata-qemu" - - "kata-clh" instance: - "az-ubuntu-2004" - "az-ubuntu-2204" - "s390x" - exclude: - - runtimeclass: "kata-clh" - instance: "s390x" runs-on: ${{ matrix.instance }} steps: - name: Take a pre-action for self-hosted runner