mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-30 12:44:39 +00:00
ci: k8s: Bring TDX tests back
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 <fabiano.fidencio@intel.com>
This commit is contained in:
parent
7729d82e6e
commit
ac5f5353ba
16
.github/workflows/ci.yaml
vendored
16
.github/workflows/ci.yaml
vendored
@ -59,14 +59,14 @@ jobs:
|
|||||||
tag: ${{ inputs.tag }}-amd64
|
tag: ${{ inputs.tag }}-amd64
|
||||||
commit-hash: ${{ inputs.commit-hash }}
|
commit-hash: ${{ inputs.commit-hash }}
|
||||||
|
|
||||||
# run-k8s-tests-on-tdx:
|
run-k8s-tests-on-tdx:
|
||||||
# needs: publish-kata-deploy-payload-amd64
|
needs: publish-kata-deploy-payload-amd64
|
||||||
# uses: ./.github/workflows/run-k8s-tests-on-tdx.yaml
|
uses: ./.github/workflows/run-k8s-tests-on-tdx.yaml
|
||||||
# with:
|
with:
|
||||||
# registry: ghcr.io
|
registry: ghcr.io
|
||||||
# repo: ${{ github.repository_owner }}/kata-deploy-ci
|
repo: ${{ github.repository_owner }}/kata-deploy-ci
|
||||||
# tag: ${{ inputs.tag }}-amd64
|
tag: ${{ inputs.tag }}-amd64
|
||||||
# commit-hash: ${{ inputs.commit-hash }}
|
commit-hash: ${{ inputs.commit-hash }}
|
||||||
|
|
||||||
run-metrics-tests:
|
run-metrics-tests:
|
||||||
needs: build-kata-static-tarball-amd64
|
needs: build-kata-static-tarball-amd64
|
||||||
|
Loading…
Reference in New Issue
Block a user