Skip to content

Commit

Permalink
Repeat tests 10 times
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed Feb 14, 2025
1 parent 79898aa commit 95a997f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/mpi-ctest
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 95a997f

Please sign in to comment.