This is an automated email from the ASF dual-hosted git repository. not-in-ldap pushed a commit to branch aevri/enable_spawn_ci_7 in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit b48c4cb01ae6eea13de9957758e43bb2113141be Author: Angelos Evripiotis <[email protected]> AuthorDate: Mon Oct 28 09:46:26 2019 +0000 .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 21de1f2..f77c485 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,elements,format,plugins,internals,sourcecache}" + # Note that we're not specifying '--integration' here yet. + - su buildstream -c "tox -- --color=yes -n 2 tests/" # Run type checkers mypy:
