From: Jana Babovakova Date: Thu, 27 Mar 2025 11:29:17 +0000 (+0100) Subject: CI: OpenSuse Leap 15.4, 15.5 not available. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72003928e823f852dfd64af25ef90d8406749c9d;p=thirdparty%2Fbird.git CI: OpenSuse Leap 15.4, 15.5 not available. --- 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