summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelos Evripiotis <jevripiotis@bloomberg.net>2019-10-17 16:01:43 +0100
committerAngelos Evripiotis <jevripiotis@bloomberg.net>2019-10-21 09:29:21 +0100
commit28852bb6c987e7e1d714dba4d1f97517c9e0b241 (patch)
tree22c49c4e8eb54d7a8bdff0a53611b5f1572750f3
parent5a5cbfac5bedb7ae6fe876447ad8100447e7ccbd (diff)
downloadbuildstream-aevri/enable_spawn_ci_2.tar.gz
gitlab: spawn tests, enable internals, sourcecacheaevri/enable_spawn_ci_2
Now that more tests are passing, enable them.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 96cc4b2b1..413592f41 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -199,7 +199,7 @@ tests-spawn-multiprocessing-start-method:
- mkdir -p "${INTEGRATION_CACHE}"
- useradd -Um buildstream
- chown -R buildstream:buildstream .
- - su buildstream -c "tox -- ${PYTEST_ARGS} tests/{cachekey,plugins}"
+ - su buildstream -c "tox -- ${PYTEST_ARGS} tests/{cachekey,plugins,internals,sourcecache}"
# Run type checkers
mypy: