CI: also build tier-0 and tier-x

Let's at least verify tier-0 and tier-x can build fine. Ideally in the
future we actually run some tests on the resulting image, though let's
wait until this CI is migrated to Konflux before doing that.
This commit is contained in:
Jonathan Lebon 2024-09-17 21:23:53 -04:00
parent 9e2e845372
commit 2c3aea7d8e
No known key found for this signature in database
2 changed files with 5 additions and 1 deletions

View File

@ -4,8 +4,11 @@ include:
build-image:
extends: .build-image
parallel:
matrix:
- TIER: [tier-0, tier-1, tier-x]
variables:
EXTRA_ARGS: "--security-opt=label=disable --cap-add=all"
EXTRA_ARGS: "--security-opt=label=disable --cap-add=all --build-arg MANIFEST=fedora-$TIER.yaml"
rules:
- if: $CI_PROJECT_NAMESPACE != "fedora/bootc"
when: never

1
fedora-tier-1.yaml Symbolic link
View File

@ -0,0 +1 @@
fedora-bootc.yaml