summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelos Evripiotis <jevripiotis@bloomberg.net>2019-10-28 09:46:26 +0000
committerbst-marge-bot <marge-bot@buildstream.build>2019-10-31 09:40:08 +0000
commit76c2bac8e4fd545859d278187e90b2fdc33212fc (patch)
tree448107f67b78c76d2fb6fa5569aac7f52c2cdc0e
parentf3922f4fff1a81dff3de5328e6a7165b6d87c217 (diff)
downloadbuildstream-76c2bac8e4fd545859d278187e90b2fdc33212fc.tar.gz
.gitlab-ci: tests-spawn, most non-integration ok
Enable artifactcache and frontend. This is most of the tests that aren't marked as being integration, as we ratchet up the required support for spawn mode. Note that this also doesn't include tests that aren't under the `tests/` directory.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 21de1f2de..f669e1905 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,elements,format,plugins,internals,sourcecache}"
+ - su buildstream -c "tox -- ${PYTEST_ARGS} tests/{artifactcache,cachekey,elements,format,frontend,internals,plugins,sourcecache}"
# Run type checkers
mypy: