mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-05-01 13:14:33 +00:00
gha: k8s: tdx: Temporarily disable TDX tests
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 <fabiano.fidencio@intel.com>
This commit is contained in:
parent
ae55893deb
commit
89b622dcb8
16
.github/workflows/ci.yaml
vendored
16
.github/workflows/ci.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user