From 95a997f592c5d4bdc2cc4ccd542458d40029d688 Mon Sep 17 00:00:00 2001 From: Mikael Simberg Date: Fri, 14 Feb 2025 19:44:57 +0100 Subject: [PATCH] Repeat tests 10 times --- ci/mpi-ctest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/mpi-ctest b/ci/mpi-ctest index 3be13978a7..767e66a50a 100755 --- a/ci/mpi-ctest +++ b/ci/mpi-ctest @@ -22,10 +22,10 @@ if [[ $SLURM_PROCID == "0" ]]; then echo PIKA_MPI_COMPLETION_MODE=$PIKA_MPI_COMPLETION_MODE TZ=CET date +"Run started at: %H:%M:%S %z" - ctest --repeat-until-fail 5 --output-log "$CTEST_OUTPUT" -V $@ | grep -v "PU.*Core.*Socket.*pool" | grep -v "MPI rank: 0" | grep -E -v "\*{70}" + ctest --repeat-until-fail 10 --output-log "$CTEST_OUTPUT" -V $@ | grep -v "PU.*Core.*Socket.*pool" | grep -v "MPI rank: 0" | grep -E -v "\*{70}" TZ=CET date +"Run finished at: %H:%M:%S %z" else - ctest --repeat-until-fail 5 --output-log "$CTEST_OUTPUT" -V -Q $@ + ctest --repeat-until-fail 10 --output-log "$CTEST_OUTPUT" -V -Q $@ fi # Create coverage reports for code run