summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorVladimír Čunát <vladimir.cunat@nic.cz>2023-02-06 15:38:46 +0100
committerVladimír Čunát <vladimir.cunat@nic.cz>2023-02-07 09:21:01 +0100
commitc0c6c910e81fb508056228e67a2b045089610f78 (patch)
tree6007d541eed0d7ce346deaea2843e167fa0234d2 /ci
parentMerge !1378: tests/pytests: quality-of-life improvements and notes (diff)
downloadknot-resolver-c0c6c910e81fb508056228e67a2b045089610f78.tar.xz
knot-resolver-c0c6c910e81fb508056228e67a2b045089610f78.zip
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
Diffstat (limited to 'ci')
-rw-r--r--ci/pkgtest.yaml40
1 files changed, 0 insertions, 40 deletions
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: