From d0d0a33bdb97117d052587d76694f0b5a943b717 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Ravier?= Date: Fri, 2 Jun 2023 14:47:23 +0200 Subject: [PATCH] Import GitLab CI config This config is not used in Fedora infra (see `.zuul.yaml` instead) but is used for testing in https://gitlab.com/fedora/ostree/ci-test. Importing it here makes synchronizing changes accross the repos easier. Co-authored by: Alexej Kowalew <616b2f@gmail.com> --- .gitlab-ci.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..2412ad8 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,28 @@ +# SPDX-License-Identifier: MIT + +# Only used in https://gitlab.com/fedora/ostree/ci-test +# For tests running in the Fedora infrastructure, see .zuul.yaml and +# https://fedoraproject.org/wiki/Zuul-based-ci + +# See: https://gitlab.com/fedora/ostree/buildroot +image: quay.io/fedora-ostree-desktops/buildroot + +stages: + - build + +# As those are not official images, we build all available variants +build: + stage: build + script: + - just compose-image $VARIANT + - just upload-container $VARIANT + parallel: + matrix: + - VARIANT: + - silverblue + - kinoite + - sericea + - vauxite + - lazurite + - onyx + - base