Skip to content
Snippets Groups Projects
Verified Commit f412c411 authored by Tomas Krizek's avatar Tomas Krizek
Browse files

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
parent 57041e1d
1 merge request!1064ci: use DAG & clenaup
...@@ -446,31 +446,6 @@ resperf:iter.udp-asan: ...@@ -446,31 +446,6 @@ resperf:iter.udp-asan:
script: script:
- pytest -r fEsxX tests/packaging -k $DISTRO - 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: packaging:centos_8:
<<: *packagingtest <<: *packagingtest
variables: variables:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment