Merge pull request #7308 from fidencio/topic/gha-temporarily-disable-tdx-runs

gha: k8s: tdx: Temporarily disable TDX tests
This commit is contained in:
Zvonko Kaiser 2023-07-12 08:39:02 +02:00 committed by GitHub
commit 4e352a73ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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