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 22e629916be6d514a5391a89335a0b8f3feb9361 Author: Angelos Evripiotis <[email protected]> AuthorDate: Wed Oct 16 15:51:33 2019 +0100 enable more tests --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e0c9b99..3430332 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -206,6 +206,8 @@ tests-spawn-multiprocessing-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/" # Run type checkers mypy:
