summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelos Evripiotis <jevripiotis@bloomberg.net>2019-10-28 09:46:26 +0000
committerAngelos Evripiotis <jevripiotis@bloomberg.net>2019-10-30 15:35:45 +0000
commitf841e80772d558066197cd2d38b36d2d07dfe781 (patch)
tree6f9cdd420cb5c393c6cdedfc87293345490c5774
parent8004c61f6f9a791eb186c3f418df9c76fa5db83a (diff)
downloadbuildstream-aevri/enable_spawn_ci_5a.tar.gz
.gitlab-ci: tests-spawn, most non-integration okaevri/enable_spawn_ci_5a
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: