From f412c4113469ec3dafdc2a4c8f39c6c32cf97d3b Mon Sep 17 00:00:00 2001 From: Tomas Krizek Date: Wed, 23 Sep 2020 13:47:46 +0200 Subject: [PATCH] ci: remove duplicate non-functioning packaging tests 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 | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d6d73702a..4cbdad3a1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: -- 2.47.2