summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorTristan van Berkom <tristan@codethink.co.uk>2020-09-17 15:36:01 +0900
committerTristan van Berkom <tristan@codethink.co.uk>2020-09-17 16:03:04 +0900
commit9c5f0c70127b6c64343ddc973a6ab37f2e98adc6 (patch)
tree90370927251edcded272e87ba016894ed035e2d1 /.gitlab-ci.yml
parent0a2b558f465f1ada89ef7b83cfd6caf2250936e3 (diff)
downloadbuildstream-9c5f0c70127b6c64343ddc973a6ab37f2e98adc6.tar.gz
.gitlab-ci.yml: Finish removing the external tests
In december, Ben removed the "external" tox environment marker, in commit: 2d2bd16a1f931b4aece069baf94257df22e869cc The overnight tests have still been trying to run tests with environments such as `py36-randomized-external` which is invalid.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index df0c26b89..4e7fb0b36 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -355,7 +355,6 @@ overnight-randomized:
# Don't run tests multiprocessed here, the randomized order doesn't like that
- su buildstream -c "tox -e py36-randomized,py37-randomized,py38-randomized -- --color=yes --integration"
- - su buildstream -c "tox -e py36-randomized-external,py37-randomized-external,py38-randomized-external -- --color=yes --integration"
# We need to override the exclusion from the template in order to run on schedules
except: []