summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2018-08-23 22:22:30 +0100
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2018-08-24 10:15:12 +0000
commit7516c33da4642c8c8de84ffa4a75b941d8e1ce1a (patch)
tree2bc45fcfc1b9d85b3eadf1a590559e133bd4f20a
parentb2bd4381a57d289212d4a469e68492c67804c831 (diff)
downloadbuildstream-jjardon/ci_show_timings.tar.gz
.gitlab-ci.yml: Only show the 20 slowest testsjjardon/ci_show_timings
-rw-r--r--.gitlab-ci.yml4
1 files 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 ../..