Skip to content
Snippets Groups Projects
Commit 22637ec2 authored by Qinusty's avatar Qinusty Committed by Javier Jardón
Browse files

.gitlab-ci.yml: Show timing of every test

This helps identifying what tests are slow or if the CI got stuck on
some of them
parent 8216ff8d
No related branches found
No related tags found
No related merge requests found
Pipeline #28557761 passed
......@@ -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 ../..
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment