This is an automated email from the ASF dual-hosted git repository. tvb pushed a commit to branch Qinusty/gitlab-ci-duration in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit 8b93175e21804f3383434f8ee15f5baa875e97dd Author: Josh Smith <[email protected]> AuthorDate: Thu Aug 23 16:15:42 2018 +0100 test: Add integration to unix --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 56ce4a4..d6c144b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -132,7 +132,7 @@ tests-unix: - cd dist && ./unpack.sh && cd buildstream # Since the unix platform is required to run as root, no user change required - - python3 setup.py test --index-url invalid://uri --addopts "--durations=0 -s" + - python3 setup.py test --index-url invalid://uri --addopts "--durations=0 -s --integration" # Go back to the toplevel and collect our reports - cd ../..
