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
|
|
@ -4,8 +4,11 @@ include:
|
||||||
|
|
||||||
build-image:
|
build-image:
|
||||||
extends: .build-image
|
extends: .build-image
|
||||||
|
parallel:
|
||||||
|
matrix:
|
||||||
|
- TIER: [tier-0, tier-1, tier-x]
|
||||||
variables:
|
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:
|
rules:
|
||||||
- if: $CI_PROJECT_NAMESPACE != "fedora/bootc"
|
- if: $CI_PROJECT_NAMESPACE != "fedora/bootc"
|
||||||
when: never
|
when: never
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
fedora-bootc.yaml
|
||||||
Loading…
Reference in New Issue