summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgeorg2019-03-04 09:37:33 +0000
committerjvoisin2019-03-07 21:53:43 +0100
commita5a3e4677f65cc33f172507e74790ed371f33711 (patch)
treee9a3174b839b5d267493c6a2c531363ecda8bd58
parentadf7adf85450c05bc3e37d0b5b4c5e163591c135 (diff)
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
-rw-r--r--.gitlab-ci.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 56166e4..6f9a9da 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -45,8 +45,6 @@ tests:debian:
45tests:debian_with_bubblewrap: 45tests:debian_with_bubblewrap:
46 image: $CONTAINER_REGISTRY:debian 46 image: $CONTAINER_REGISTRY:debian
47 stage: test 47 stage: test
48 tags:
49 - whitewhale
50 script: 48 script:
51 - python3-coverage run --branch -m unittest discover -s tests/ 49 - python3-coverage run --branch -m unittest discover -s tests/
52 - python3-coverage report --fail-under=100 -m --include 'libmat2/*' 50 - python3-coverage report --fail-under=100 -m --include 'libmat2/*'
@@ -54,15 +52,11 @@ tests:debian_with_bubblewrap:
54tests:fedora: 52tests:fedora:
55 image: $CONTAINER_REGISTRY:fedora 53 image: $CONTAINER_REGISTRY:fedora
56 stage: test 54 stage: test
57 tags:
58 - whitewhale
59 script: 55 script:
60 - python3 setup.py test 56 - python3 setup.py test
61 57
62tests:archlinux: 58tests:archlinux:
63 image: $CONTAINER_REGISTRY:archlinux 59 image: $CONTAINER_REGISTRY:archlinux
64 stage: test 60 stage: test
65 tags:
66 - whitewhale
67 script: 61 script:
68 - python3 setup.py test 62 - python3 setup.py test