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:
parent
9e2e845372
commit
2c3aea7d8e
2 changed files with 5 additions and 1 deletions
|
|
@ -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
1
fedora-tier-1.yaml
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
fedora-bootc.yaml
|
||||
Loading…
Add table
Add a link
Reference in a new issue