From 72003928e823f852dfd64af25ef90d8406749c9d Mon Sep 17 00:00:00 2001 From: Jana Babovakova Date: Thu, 27 Mar 2025 12:29:17 +0100 Subject: [PATCH] CI: OpenSuse Leap 15.4, 15.5 not available. --- .gitlab-ci.yml | 35 ++++++++++++++++++++--------------- 1 file changed, 20 insertions(+), 15 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f19001ae1..c400d3442 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -181,13 +181,15 @@ build-opensuse-15.3-amd64: <<: *build-linux image: registry.nic.cz/labs/bird:opensuse-15.3-amd64 -build-opensuse-15.4-amd64: - <<: *build-linux - image: registry.nic.cz/labs/bird:opensuse-15.4-amd64 +#installation not available +# build-opensuse-15.4-amd64: +# <<: *build-linux +# image: registry.nic.cz/labs/bird:opensuse-15.4-amd64 -build-opensuse-15.5-amd64: - <<: *build-linux - image: registry.nic.cz/labs/bird:opensuse-15.5-amd64 +#installation not available +# build-opensuse-15.5-amd64: +# <<: *build-linux +# image: registry.nic.cz/labs/bird:opensuse-15.5-amd64 #build-freebsd-11-amd64: # <<: *build-base @@ -397,6 +399,7 @@ pkg-fedora-41-amd64: needs: [build-fedora-41-amd64] image: registry.nic.cz/labs/bird:fedora-41-amd64 +#installation not available yet # pkg-fedora-42-amd64: # <<: *pkg-rpm # needs: [build-fedora-42-amd64] @@ -454,15 +457,17 @@ pkg-opensuse-15.3-amd64: needs: [build-opensuse-15.3-amd64] image: registry.nic.cz/labs/bird:opensuse-15.3-amd64 -pkg-opensuse-15.4-amd64: - <<: *pkg-rpm-wa - needs: [build-opensuse-15.4-amd64] - image: registry.nic.cz/labs/bird:opensuse-15.4-amd64 - -pkg-opensuse-15.5-amd64: - <<: *pkg-rpm-wa - needs: [build-opensuse-15.5-amd64] - image: registry.nic.cz/labs/bird:opensuse-15.5-amd64 +#installation not available +# pkg-opensuse-15.4-amd64: +# <<: *pkg-rpm-wa +# needs: [build-opensuse-15.4-amd64] +# image: registry.nic.cz/labs/bird:opensuse-15.4-amd64 + +#installation not available +# pkg-opensuse-15.5-amd64: +# <<: *pkg-rpm-wa +# needs: [build-opensuse-15.5-amd64] +# image: registry.nic.cz/labs/bird:opensuse-15.5-amd64 build-netlab: stage: build -- 2.47.2