gha: Add SNP components to the cc-payload workflows

Adding SNP components needed to the x86 payload push and release payloads.

QEMU is needed in both the after-push payload and release payload, while OVMF is only
missing from the release workflow.

Fixes: #6600

Signed-Off-By: Alex Carter <AlexCarter@ibm.com>
This commit is contained in:
Alex Carter
2023-04-04 11:57:21 -04:00
parent 5c27f27af0
commit ee20810a78
2 changed files with 3 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ jobs:
- cc-sev-kernel
- cc-sev-ovmf
- cc-x86_64-ovmf
- cc-snp-qemu
- cc-sev-rootfs-initrd
- cc-tdx-kernel
- cc-tdx-rootfs-image

View File

@@ -19,6 +19,8 @@ jobs:
- cc-virtiofsd
- cc-sev-kernel
- cc-sev-ovmf
- cc-x86_64-ovmf
- cc-snp-qemu
- cc-sev-rootfs-initrd
- cc-tdx-kernel
- cc-tdx-rootfs-image