From 89b622dcb87fffa4d3fc9b2ff5b820748b7957e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Wed, 12 Jul 2023 08:26:10 +0200 Subject: [PATCH] gha: k8s: tdx: Temporarily disable TDX tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit TDX tests need to be temporarily disabled as the current machine allocated for this will be off for some time, and a new machine only will be added next week. Fixes: #7307 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 faec7fca43..c0c2074bbd 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