From 1e5a7113bad7ef48c2423f00f5722cca4f6dbf7d Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Sat, 22 Mar 2025 02:04:02 +0100 Subject: [PATCH] CI: Remove broken package builds Some package build tests were broken due to apkg changes, disable them temporarily. --- .gitlab-ci.yml | 36 ++++++++++++++++++++---------------- 1 file changed, 20 insertions(+), 16 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b6f34f621..fd7582770 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -337,15 +337,17 @@ pkg-fedora-34-amd64: # needs: [build-centos-7-amd64] # image: registry.nic.cz/labs/bird:centos-7-amd64 -pkg-centos-8-amd64: - <<: *pkg-rpm-wa - needs: [build-centos-8-amd64] - image: registry.nic.cz/labs/bird:centos-8-amd64 +# Removed due to apkg breakage +#pkg-centos-8-amd64: +# <<: *pkg-rpm-wa +# needs: [build-centos-8-amd64] +# image: registry.nic.cz/labs/bird:centos-8-amd64 -pkg-ubuntu-18.04-amd64: - <<: *pkg-deb - needs: [build-ubuntu-18_04-amd64] - image: registry.nic.cz/labs/bird:ubuntu-18.04-amd64 +# Removed due to apkg breakage +#pkg-ubuntu-18.04-amd64: +# <<: *pkg-deb +# needs: [build-ubuntu-18_04-amd64] +# image: registry.nic.cz/labs/bird:ubuntu-18.04-amd64 pkg-ubuntu-20.04-amd64: <<: *pkg-deb @@ -363,15 +365,17 @@ pkg-ubuntu-21.10-amd64: # needs: [build-ubuntu-21_04-amd64] # image: registry.nic.cz/labs/bird:ubuntu-21.04-amd64 -pkg-opensuse-15.1-amd64: - <<: *pkg-rpm-wa - needs: [build-opensuse-15.1-amd64] - image: registry.nic.cz/labs/bird:opensuse-15.1-amd64 +# Removed due to apkg breakage +#pkg-opensuse-15.1-amd64: +# <<: *pkg-rpm-wa +# needs: [build-opensuse-15.1-amd64] +# image: registry.nic.cz/labs/bird:opensuse-15.1-amd64 -pkg-opensuse-15.2-amd64: - <<: *pkg-rpm-wa - needs: [build-opensuse-15.2-amd64] - image: registry.nic.cz/labs/bird:opensuse-15.2-amd64 +# Removed due to apkg breakage +#pkg-opensuse-15.2-amd64: +# <<: *pkg-rpm-wa +# needs: [build-opensuse-15.2-amd64] +# image: registry.nic.cz/labs/bird:opensuse-15.2-amd64 pkg-opensuse-15.3-amd64: <<: *pkg-rpm-wa -- 2.47.2