Skip to content

Commit 168f138

Browse files
fixing CI file
1 parent 1767654 commit 168f138

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,8 +305,9 @@ tests_performance_slurm:
305305
- slurm
306306
script:
307307
- *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
308+
- make -j$(nproc) build_tests_category_performance |& tee performancetests.log
309+
- ctest -L "mode:performance" --output-junit performance.xml
310+
--output-on-failure &> performancetests.log
310311
artifacts:
311312
paths: [ build/*.log ]
312313
expire_in: 1 month

0 commit comments

Comments
 (0)