From a8dc399a4d51aff1166797d3d1e377068e5db407 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Wed, 5 Jun 2024 18:23:44 +0200 Subject: [PATCH] ci: Add support for testing on a TDX machine MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For the TDX machine we're mostly interested on testing whatever will be tested with the kata-qemu-tdx runtime class, instead of the kata-qemu one. Signed-off-by: Fabiano FidĂȘncio --- .github/workflows/ccruntime_e2e.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ccruntime_e2e.yaml b/.github/workflows/ccruntime_e2e.yaml index b82e6bba..1e2626fe 100644 --- a/.github/workflows/ccruntime_e2e.yaml +++ b/.github/workflows/ccruntime_e2e.yaml @@ -25,6 +25,13 @@ jobs: - "az-ubuntu-2004" - "az-ubuntu-2204" - "s390x" + - "tdx" + exclude: + instance: "tdx" + runtimeclass: "kata-qemu" + include: + instance: "tdx" + runtimeclass: "kata-qemu-tdx" runs-on: ${{ matrix.instance }} steps: - name: Take a pre-action for self-hosted runner