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 0e2c5a7fb9336b25cf64df933dd669d3854799a8 Author: Angelos Evripiotis <[email protected]> AuthorDate: Wed Oct 16 15:13:27 2019 +0100 wip --- .gitlab-ci.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f88dc7f..d278b25 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -198,7 +198,13 @@ tests-spawn-multiprocessing-start-method: - mkdir -p "${INTEGRATION_CACHE}" - useradd -Um buildstream - chown -R buildstream:buildstream . - - su buildstream -c "tox -- --color=yes --integration" + - echo 'start method' + - echo 'start method' + - echo 'start method' + - su buildstream -c "python -c 'import multiprocessing; print(multiprocessing.get_start_method(allow_none=True))'" + - echo '/start method' + - echo '/start method' + - echo '/start method' # Run type checkers mypy:
