]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
ci: remove duplicate non-functioning packaging tests
authorTomas Krizek <tomas.krizek@nic.cz>
Wed, 23 Sep 2020 11:47:46 +0000 (13:47 +0200)
committerTomas Krizek <tomas.krizek@nic.cz>
Wed, 23 Sep 2020 14:48:07 +0000 (16:48 +0200)
These tests are currently failing and since they're sort of
duplicate, and we want to get rid of them anyway, I'm removing
them from CI.

Related #612

.gitlab-ci.yml

index d6d73702a2306b0956ab0f8b3da5d3b4e7a0ba13..4cbdad3a188a5d71e48f1060f2ad97a6db7f9fe0 100644 (file)
@@ -446,31 +446,6 @@ resperf:iter.udp-asan:
   script:
     - pytest -r fEsxX tests/packaging -k $DISTRO
 
-packaging:debian_10:
-  <<: *packagingtest
-  variables:
-    DISTRO: debian_10
-
-packaging:debian_9:
-  <<: *packagingtest
-  variables:
-    DISTRO: debian_9
-
-packaging:ubuntu_20.04:
-  <<: *packagingtest
-  variables:
-    DISTRO: ubuntu_20.04
-
-packaging:ubuntu_18.04:
-  <<: *packagingtest
-  variables:
-    DISTRO: ubuntu_18.04
-
-packaging:ubuntu_16.04:
-  <<: *packagingtest
-  variables:
-    DISTRO: ubuntu_16.04
-
 packaging:centos_8:
   <<: *packagingtest
   variables: