cc: gha: Avoid building twice the components set as "include"

Those components are being built twice, one as part of the normal matrix
assets, and the second one as part of the include.

Fixes: #7235

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
Fabiano Fidêncio 2023-07-06 12:54:00 +02:00
parent a2218f0a99
commit 0425c4fe7c
4 changed files with 0 additions and 12 deletions

View File

@ -15,17 +15,13 @@ jobs:
- no - no
asset: asset:
- cc-cloud-hypervisor - cc-cloud-hypervisor
- cc-kernel
- cc-qemu - cc-qemu
- cc-rootfs-image
- cc-virtiofsd - cc-virtiofsd
- cc-sev-kernel - cc-sev-kernel
- cc-sev-ovmf - cc-sev-ovmf
- cc-x86_64-ovmf - cc-x86_64-ovmf
- cc-snp-qemu - cc-snp-qemu
- cc-sev-rootfs-initrd - cc-sev-rootfs-initrd
- cc-tdx-kernel
- cc-tdx-rootfs-image
- cc-tdx-qemu - cc-tdx-qemu
- cc-tdx-td-shim - cc-tdx-td-shim
- cc-tdx-tdvf - cc-tdx-tdvf

View File

@ -14,9 +14,7 @@ jobs:
measured_rootfs: measured_rootfs:
- no - no
asset: asset:
- cc-kernel
- cc-qemu - cc-qemu
- cc-rootfs-image
- cc-rootfs-initrd - cc-rootfs-initrd
- cc-se-image - cc-se-image
- cc-virtiofsd - cc-virtiofsd

View File

@ -15,17 +15,13 @@ jobs:
- no - no
asset: asset:
- cc-cloud-hypervisor - cc-cloud-hypervisor
- cc-kernel
- cc-qemu - cc-qemu
- cc-rootfs-image
- cc-virtiofsd - cc-virtiofsd
- cc-sev-kernel - cc-sev-kernel
- cc-sev-ovmf - cc-sev-ovmf
- cc-x86_64-ovmf - cc-x86_64-ovmf
- cc-snp-qemu - cc-snp-qemu
- cc-sev-rootfs-initrd - cc-sev-rootfs-initrd
- cc-tdx-kernel
- cc-tdx-rootfs-image
- cc-tdx-qemu - cc-tdx-qemu
- cc-tdx-td-shim - cc-tdx-td-shim
- cc-tdx-tdvf - cc-tdx-tdvf

View File

@ -13,9 +13,7 @@ jobs:
matrix: matrix:
measured_rootfs: no measured_rootfs: no
asset: asset:
- cc-kernel
- cc-qemu - cc-qemu
- cc-rootfs-image
- cc-virtiofsd - cc-virtiofsd
include: include:
- measured_rootfs: yes - measured_rootfs: yes