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 80738847a3a7d9b487b97f2f1789dbb32e2c73e7 Author: Angelos Evripiotis <[email protected]> AuthorDate: Wed Oct 16 15:28:37 2019 +0100 wip --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d278b25..dfa4633 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -201,7 +201,7 @@ tests-spawn-multiprocessing-start-method: - echo 'start method' - echo 'start method' - echo 'start method' - - su buildstream -c "python -c 'import multiprocessing; print(multiprocessing.get_start_method(allow_none=True))'" + - su buildstream -c "python3 -c 'import multiprocessing; print(multiprocessing.get_start_method(allow_none=True))'" - echo '/start method' - echo '/start method' - echo '/start method'
