This is an automated email from the ASF dual-hosted git repository. tvb pushed a commit to branch aevri/check_spawn_ci_working in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit e39a28b230cf26beaf7d282f4813833535625d38 Author: Angelos Evripiotis <[email protected]> AuthorDate: Wed Oct 16 22:14:21 2019 +0100 WIP: do integration tests --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7661374..0e3ad2a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -207,7 +207,7 @@ tests-spawn-multiprocessing-start-method: - echo '/start method' # - su buildstream -c "tox -- tests/artifactcache/expiry.py" # - su buildstream -c "tox -- tests/artifactcache" - - su buildstream -c "tox -- tests/" + - su buildstream -c "tox -- --integration tests/" # Run type checkers mypy:
