From 7516c33da4642c8c8de84ffa4a75b941d8e1ce1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Thu, 23 Aug 2018 22:22:30 +0100 Subject: .gitlab-ci.yml: Only show the 20 slowest tests --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8e161ce10..cb94a6024 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -83,7 +83,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 --durations=0"' + - su buildstream -c 'python3 setup.py test --index-url invalid://uri --addopts "--integration --durations=20"' # Go back to the toplevel and collect our reports - cd ../.. @@ -137,7 +137,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 --durations=0" + - python3 setup.py test --index-url invalid://uri --addopts "--integration --durations=20" # Go back to the toplevel and collect our reports - cd ../.. -- cgit v1.2.1