From ac5f5353ba5c801a782b53187517690b383de767 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Tue, 18 Jul 2023 10:33:43 +0200 Subject: [PATCH] ci: k8s: Bring TDX tests back MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Now that we have a new TDX machine plugged into our CI, let's re-enable the TDX tests. Fixes: #7368 Signed-off-by: Fabiano FidĂȘncio --- .github/workflows/ci.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 151c8fe877..78b2a49aed 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -59,14 +59,14 @@ jobs: tag: ${{ inputs.tag }}-amd64 commit-hash: ${{ inputs.commit-hash }} -# run-k8s-tests-on-tdx: -# needs: publish-kata-deploy-payload-amd64 -# uses: ./.github/workflows/run-k8s-tests-on-tdx.yaml -# with: -# registry: ghcr.io -# repo: ${{ github.repository_owner }}/kata-deploy-ci -# tag: ${{ inputs.tag }}-amd64 -# commit-hash: ${{ inputs.commit-hash }} + run-k8s-tests-on-tdx: + needs: publish-kata-deploy-payload-amd64 + uses: ./.github/workflows/run-k8s-tests-on-tdx.yaml + with: + registry: ghcr.io + repo: ${{ github.repository_owner }}/kata-deploy-ci + tag: ${{ inputs.tag }}-amd64 + commit-hash: ${{ inputs.commit-hash }} run-metrics-tests: needs: build-kata-static-tarball-amd64