From 19294837893cb2bc12d7f349ab5c8296a77478d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Sat, 6 Jun 2026 11:45:48 +0200 Subject: [PATCH] tests: run qemu-runtime-rs-tdx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabiano FidĂȘncio --- .github/workflows/run-kata-coco-tests.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/run-kata-coco-tests.yaml b/.github/workflows/run-kata-coco-tests.yaml index 1b009f23a3..c49547d45a 100644 --- a/.github/workflows/run-kata-coco-tests.yaml +++ b/.github/workflows/run-kata-coco-tests.yaml @@ -55,14 +55,8 @@ jobs: fail-fast: false matrix: include: - - runner: tdx - vmm: qemu-tdx - runner: tdx vmm: qemu-tdx-runtime-rs - - runner: sev-snp - vmm: qemu-snp - - runner: sev-snp - vmm: qemu-snp-runtime-rs concurrency: group: ${{ github.workflow }}-${{ github.job }}-${{ github.event.pull_request.number || github.ref }}-k8s-tee-${{ toJSON(matrix) }} cancel-in-progress: true @@ -83,10 +77,6 @@ jobs: AUTHENTICATED_IMAGE_PASSWORD: ${{ secrets.AUTHENTICATED_IMAGE_PASSWORD }} AUTO_GENERATE_POLICY: "yes" steps: - - name: Skip non-nightly TDX runtime-rs - if: ${{ matrix.vmm == 'qemu-tdx-runtime-rs' && inputs.pr-number != 'nightly' }} - run: echo "SKIP_JOB=true" >> "${GITHUB_ENV}" - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 if: ${{ env.SKIP_JOB != 'true' }} with: