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 d1a5a5e9bc8de0b644bfde92e9245d171a9a6194 Author: Angelos Evripiotis <[email protected]> AuthorDate: Wed Oct 16 16:12:13 2019 +0100 try all tests --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3430332..7661374 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -205,8 +205,8 @@ tests-spawn-multiprocessing-start-method: - 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 -- tests/artifactcache/expiry.py" + # - su buildstream -c "tox -- tests/artifactcache" - su buildstream -c "tox -- tests/" # Run type checkers
