From 5e5b90196cf5e158c753ff95ecca624fbcea495a Mon Sep 17 00:00:00 2001 From: Angelos Evripiotis Date: Mon, 28 Oct 2019 09:46:26 +0000 Subject: .gitlab-ci: tests-spawn, enable non-integration Enable all 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. --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f669e1905..f77c4859c 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/{artifactcache,cachekey,elements,format,frontend,internals,plugins,sourcecache}" + # Note that we're not specifying '--integration' here yet. + - su buildstream -c "tox -- --color=yes -n 2 tests/" # Run type checkers mypy: -- cgit v1.2.1