summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelos Evripiotis <jevripiotis@bloomberg.net>2019-10-17 12:05:42 +0100
committerbst-marge-bot <marge-bot@buildstream.build>2019-10-18 13:21:17 +0000
commitac8ce6053846023b154b70905139884c6c45bb68 (patch)
tree05a1960996dc8a1de7a1bf1c31fded42350f6c44
parent11cd08206eb3c4bbb5d82d6a71f7773997ded6a9 (diff)
downloadbuildstream-aevri/enable_spawn_ci.tar.gz
.gitlab-ci.yml: disable most spawn testsaevri/enable_spawn_ci
-rw-r--r--.gitlab-ci.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bda1be87f..96cc4b2b1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -194,6 +194,12 @@ tests-spawn-multiprocessing-start-method:
<<: *tests
variables:
BST_FORCE_START_METHOD: "spawn"
+ script:
+ # FIXME: Until all the tests pass as normal, override which tests will run here.
+ - mkdir -p "${INTEGRATION_CACHE}"
+ - useradd -Um buildstream
+ - chown -R buildstream:buildstream .
+ - su buildstream -c "tox -- ${PYTEST_ARGS} tests/{cachekey,plugins}"
# Run type checkers
mypy: