From aeea7e65c52b3a0b7cdab147e65246de369d77e5 Mon Sep 17 00:00:00 2001 From: Tristan van Berkom Date: Thu, 17 Sep 2020 15:51:22 +0900 Subject: .gitlab-ci.yml: Fix randomized overnight tests This was failing because we are trying to run the py38-randomized tox environment in the test, which is not supported. Use py38-randomized-nocover instead. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4e7fb0b36..503195b66 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -354,7 +354,7 @@ overnight-randomized: - chown -R buildstream:buildstream . # 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,py37-randomized,py38-randomized-nocover -- --color=yes --integration" # We need to override the exclusion from the template in order to run on schedules except: [] -- cgit v1.2.1