summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelos Evripiotis <jevripiotis@bloomberg.net>2019-10-16 13:09:53 +0100
committerAngelos Evripiotis <jevripiotis@bloomberg.net>2019-10-16 13:09:53 +0100
commit8d838d452a3d55b300531f74985db45af913aea6 (patch)
treeb54b19a034855baac065b5e0c1e7f80b0d23c91c
parent50e3b916eba92b18a46952441db49ef8801d33af (diff)
downloadbuildstream-8d838d452a3d55b300531f74985db45af913aea6.tar.gz
TEMP: gitlab-ci: no pytest parallelism
-rw-r--r--.gitlab-ci.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ef31ad326..f88dc7fcb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -194,6 +194,11 @@ tests-spawn-multiprocessing-start-method:
<<: *tests
variables:
BST_FORCE_START_METHOD: "spawn"
+ script:
+ - mkdir -p "${INTEGRATION_CACHE}"
+ - useradd -Um buildstream
+ - chown -R buildstream:buildstream .
+ - su buildstream -c "tox -- --color=yes --integration"
# Run type checkers
mypy: