From c0c6c910e81fb508056228e67a2b045089610f78 Mon Sep 17 00:00:00 2001 From: Vladimír Čunát Date: Mon, 6 Feb 2023 15:38:46 +0100 Subject: ci: leap < 15.4 are dead These packaging tests are dying anyway; the manager branch reworked them. So at least the breakages won't be shown in red until then. https://gitlab.nic.cz/knot/knot-resolver/-/jobs/852665 https://build.opensuse.org/request/show/1050454 obs:leap15 after updating fails later in the vagrant step though: https://gitlab.nic.cz/knot/knot-resolver/-/jobs/852799 --- ci/pkgtest.yaml | 40 ---------------------------------------- 1 file changed, 40 deletions(-) (limited to 'ci') diff --git a/ci/pkgtest.yaml b/ci/pkgtest.yaml index 74f6ec8d..e841a972 100644 --- a/ci/pkgtest.yaml +++ b/ci/pkgtest.yaml @@ -92,22 +92,6 @@ fedora-35:pkgbuild: - dnf install -y rpm-build python3-pip - *apkgbuild -opensuse-15.2:pkgbuild: - <<: *pkgbuild - image: $CI_REGISTRY/labs/lxc-gitlab-runner/opensuse-15.2 - script: - - zypper addrepo -G -f https://download.opensuse.org/repositories/home:CZ-NIC:knot-resolver-build/openSUSE_Leap_15.2/home:CZ-NIC:knot-resolver-build.repo - - zypper install -y rpm-build python3-pip - - *apkgbuild - -opensuse-15.3:pkgbuild: - <<: *pkgbuild - image: $CI_REGISTRY/labs/lxc-gitlab-runner/opensuse-15.3 - script: - - zypper addrepo -G -f https://download.opensuse.org/repositories/home:CZ-NIC:knot-resolver-build/openSUSE_Leap_15.3/home:CZ-NIC:knot-resolver-build.repo - - zypper install -y rpm-build python3-pip - - *apkgbuild - rocky-8:pkgbuild: <<: *pkgbuild image: $CI_REGISTRY/labs/lxc-gitlab-runner/rocky-8 @@ -240,30 +224,6 @@ fedora-35:pkgtest: - systemctl start kresd@1 - kdig @127.0.0.1 nic.cz | grep -qi NOERROR -opensuse-15.2:pkgtest: - <<: *pkgtest - needs: - - opensuse-15.2:pkgbuild - image: $CI_REGISTRY/labs/lxc-gitlab-runner/opensuse-15.2 - script: - - zypper addrepo -G -f https://download.opensuse.org/repositories/home:CZ-NIC:knot-resolver-build/openSUSE_Leap_15.2/home:CZ-NIC:knot-resolver-build.repo - - zypper install -y knot-utils - - zypper install --allow-unsigned-rpm -y $(find ./pkg/pkgs -name '*.rpm' | grep -v module | grep -v debug | grep -v devel) - - systemctl start kresd@1 - - kdig @127.0.0.1 nic.cz | grep -qi NOERROR - -opensuse-15.3:pkgtest: - <<: *pkgtest - needs: - - opensuse-15.3:pkgbuild - image: $CI_REGISTRY/labs/lxc-gitlab-runner/opensuse-15.3 - script: - - zypper addrepo -G -f https://download.opensuse.org/repositories/home:CZ-NIC:knot-resolver-build/openSUSE_Leap_15.3/home:CZ-NIC:knot-resolver-build.repo - - zypper install -y knot-utils - - zypper install --allow-unsigned-rpm -y $(find ./pkg/pkgs -name '*.rpm' | grep -v module | grep -v debug | grep -v devel) - - systemctl start kresd@1 - - kdig @127.0.0.1 nic.cz | grep -qi NOERROR - rocky-8:pkgtest: <<: *pkgtest needs: -- cgit v1.2.3