We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1767654 commit 168f138Copy full SHA for 168f138
.gitlab-ci.yml
@@ -305,8 +305,9 @@ tests_performance_slurm:
305
- slurm
306
script:
307
- *setup_and_build_ndebug_slurm
308
- - make -j$(nproc) performancetests |& tee performancetests.log
309
- - ../tests/summarise.sh performancetests.log tests/performance/output/benchmarks tests/performance/output/scaling
+ - make -j$(nproc) build_tests_category_performance |& tee performancetests.log
+ - ctest -L "mode:performance" --output-junit performance.xml
310
+ --output-on-failure &> performancetests.log
311
artifacts:
312
paths: [ build/*.log ]
313
expire_in: 1 month
0 commit comments