diff options
author | Angelos Evripiotis <jevripiotis@bloomberg.net> | 2019-10-28 09:46:26 +0000 |
---|---|---|
committer | Angelos Evripiotis <jevripiotis@bloomberg.net> | 2019-10-31 11:21:04 +0000 |
commit | 5e5b90196cf5e158c753ff95ecca624fbcea495a (patch) | |
tree | 3d61a3edb82f099107d179e86c1401a87aa3f8ca | |
parent | b0164e05bb71ac4d62cd62d475230ca14e786d96 (diff) | |
download | buildstream-aevri/enable_spawn_ci_6.tar.gz |
.gitlab-ci: tests-spawn, enable non-integrationaevri/enable_spawn_ci_6
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.
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
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: |