This is an automated email from the ASF dual-hosted git repository. not-in-ldap pushed a commit to branch aevri/check_spawn_ci_working in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit fc78d7a0e76a1a59ec6f42490b30ce8339fb2799 Author: Angelos Evripiotis <[email protected]> AuthorDate: Thu Oct 17 10:15:34 2019 +0100 gitlab-ci: try all tests for spawn --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eb211b1..d7ed93e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -198,7 +198,8 @@ tests-spawn-multiprocessing-start-method: - mkdir -p "${INTEGRATION_CACHE}" - useradd -Um buildstream - chown -R buildstream:buildstream . - - su buildstream -c "tox -- -n 2 tests/{cachekey,internals,plugins}" + # - su buildstream -c "tox -- -n 2 tests/{cachekey,internals,plugins}" + - su buildstream -c "tox -- -n 2 tests/" # Run type checkers mypy:
