mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-07-10 07:05:51 +00:00
tests: run qemu-runtime-rs-tdx
Signed-off-by: Fabiano Fidêncio <ffidencio@nvidia.com>
This commit is contained in:
10
.github/workflows/run-kata-coco-tests.yaml
vendored
10
.github/workflows/run-kata-coco-tests.yaml
vendored
@@ -55,14 +55,8 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- runner: tdx
|
||||
vmm: qemu-tdx
|
||||
- runner: tdx
|
||||
vmm: qemu-tdx-runtime-rs
|
||||
- runner: sev-snp
|
||||
vmm: qemu-snp
|
||||
- runner: sev-snp
|
||||
vmm: qemu-snp-runtime-rs
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.job }}-${{ github.event.pull_request.number || github.ref }}-k8s-tee-${{ toJSON(matrix) }}
|
||||
cancel-in-progress: true
|
||||
@@ -83,10 +77,6 @@ jobs:
|
||||
AUTHENTICATED_IMAGE_PASSWORD: ${{ secrets.AUTHENTICATED_IMAGE_PASSWORD }}
|
||||
AUTO_GENERATE_POLICY: "yes"
|
||||
steps:
|
||||
- name: Skip non-nightly TDX runtime-rs
|
||||
if: ${{ matrix.vmm == 'qemu-tdx-runtime-rs' && inputs.pr-number != 'nightly' }}
|
||||
run: echo "SKIP_JOB=true" >> "${GITHUB_ENV}"
|
||||
|
||||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
if: ${{ env.SKIP_JOB != 'true' }}
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user