1
0
Fork 0

CI: Drop obsolete tags to force jobs to run on whitewhale

This made sense some time ago. Nowdays, the whitewhale runner seems to
not really be reliable, so tagging jobs with it doesn't gain much.

Relates #45
This commit is contained in:
georg 2019-03-04 09:37:33 +00:00 committed by jvoisin
parent adf7adf854
commit a5a3e4677f
1 changed files with 0 additions and 6 deletions

View File

@ -45,8 +45,6 @@ tests:debian:
tests:debian_with_bubblewrap:
image: $CONTAINER_REGISTRY:debian
stage: test
tags:
- whitewhale
script:
- python3-coverage run --branch -m unittest discover -s tests/
- python3-coverage report --fail-under=100 -m --include 'libmat2/*'
@ -54,15 +52,11 @@ tests:debian_with_bubblewrap:
tests:fedora:
image: $CONTAINER_REGISTRY:fedora
stage: test
tags:
- whitewhale
script:
- python3 setup.py test
tests:archlinux:
image: $CONTAINER_REGISTRY:archlinux
stage: test
tags:
- whitewhale
script:
- python3 setup.py test