You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by no...@apache.org on 2020/12/29 12:49:24 UTC

[buildstream] 01/04: Add durations parameter to tests

This is an automated email from the ASF dual-hosted git repository.

not-in-ldap pushed a commit to branch Qinusty/gitlab-ci-duration
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit fbc1cfc5a4ab38ccafa165cda7efa11aa9142613
Author: Josh Smith <qi...@gmail.com>
AuthorDate: Thu Aug 23 15:35:02 2018 +0100

    Add durations parameter to tests
---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a5aa0bc..facb61a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -78,7 +78,7 @@ source_dist:
 
   # Run the tests from the source distribution, We run as a simple
   # user to test for permission issues
-  - su buildstream -c 'python3 setup.py test --index-url invalid://uri --addopts --integration'
+  - su buildstream -c 'python3 setup.py test --index-url invalid://uri --addopts "--integration --durations=0"'
 
   # Go back to the toplevel and collect our reports
   - cd ../..
@@ -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 --integration
+    - python3 setup.py test --index-url invalid://uri --addopts "--integration --durations=0"
 
     # Go back to the toplevel and collect our reports
     - cd ../..