[Notes] [Git][BuildStream/buildstream][jjardon/ci_show_timings] .gitlab-ci.yml: Only show the 20 slowest tests



Title: GitLab

Javier Jardón pushed to branch jjardon/ci_show_timings at BuildStream / buildstream

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -78,7 +78,7 @@ source_dist:
    78 78
     
    
    79 79
       # Run the tests from the source distribution, We run as a simple
    
    80 80
       # user to test for permission issues
    
    81
    -  - su buildstream -c 'python3 setup.py test --index-url invalid://uri --addopts "--integration --durations=0"'
    
    81
    +  - su buildstream -c 'python3 setup.py test --index-url invalid://uri --addopts "--integration --durations=20"'
    
    82 82
     
    
    83 83
       # Go back to the toplevel and collect our reports
    
    84 84
       - cd ../..
    
    ... ... @@ -132,7 +132,7 @@ tests-unix:
    132 132
         - cd dist && ./unpack.sh && cd buildstream
    
    133 133
     
    
    134 134
         # Since the unix platform is required to run as root, no user change required
    
    135
    -    - python3 setup.py test --index-url invalid://uri --addopts "--integration --durations=0"
    
    135
    +    - python3 setup.py test --index-url invalid://uri --addopts "--integration --durations=20"
    
    136 136
     
    
    137 137
         # Go back to the toplevel and collect our reports
    
    138 138
         - cd ../..
    



  • [Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]