From 2c3aea7d8e0453b595ab37bd8f60d5bcb9e5e1e6 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Tue, 17 Sep 2024 21:23:53 -0400 Subject: [PATCH] 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. --- .gitlab-ci.yml | 5 ++++- fedora-tier-1.yaml | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) create mode 120000 fedora-tier-1.yaml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d67d0f8..08c0ffe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/fedora-tier-1.yaml b/fedora-tier-1.yaml new file mode 120000 index 0000000..d9c3fd0 --- /dev/null +++ b/fedora-tier-1.yaml @@ -0,0 +1 @@ +fedora-bootc.yaml \ No newline at end of file