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 a8664dfe41ddfdd7562b53f03a568c8475aa1b3e Author: Angelos Evripiotis <[email protected]> AuthorDate: Thu Oct 17 08:36:05 2019 +0100 WIP: .gitlab-ci: enable working tests --- .gitlab-ci.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0e3ad2a..e8fa858 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -198,16 +198,7 @@ tests-spawn-multiprocessing-start-method: - mkdir -p "${INTEGRATION_CACHE}" - useradd -Um buildstream - chown -R buildstream:buildstream . - - echo 'start method' - - echo 'start method' - - echo 'start method' - - su buildstream -c "python3 -c 'import multiprocessing; print(multiprocessing.get_start_method(allow_none=True))'" - - echo '/start method' - - echo '/start method' - - echo '/start method' - # - su buildstream -c "tox -- tests/artifactcache/expiry.py" - # - su buildstream -c "tox -- tests/artifactcache" - - su buildstream -c "tox -- --integration tests/" + - su buildstream -c "tox -- tests/{cachekey,internals,plugins}" # Run type checkers mypy:
