summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelos Evripiotis <jevripiotis@bloomberg.net>2019-10-17 14:11:14 +0100
committerAngelos Evripiotis <jevripiotis@bloomberg.net>2019-10-22 14:14:14 +0100
commit5c1588cdc044a914e5fbf5937cce2713aedf7865 (patch)
tree570dffe7eb5c18d48eb37d9441c30e22be93fdca
parenta7334a8f91cac226595a5d393ccd6f113500d53e (diff)
downloadbuildstream-aevri/enable_spawn_ci_3.tar.gz
.gitlab-ci: test-spawn, enable tests/format/*aevri/enable_spawn_ci_3
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 413592f41..927db6e36 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -199,7 +199,8 @@ 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,internals,sourcecache}"
+ - su buildstream -c "tox -- ${PYTEST_ARGS} tests/{cachekey,format,plugins,internals,sourcecache}"
+
# Run type checkers
mypy: