Skip to content

Commit

Permalink
[CI]: test all MPI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhei committed Dec 20, 2022
1 parent 05f6f41 commit 62eca32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/ci/Jenkinsfile.mpi
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ pipeline
time ninja test # quicktests
time ctest --rerun-failed --output-on-failure -R quick_tests/
time ninja setup_tests
time ctest -R "all-headers|multigrid/transfer|matrix_free/matrix_" --output-on-failure -j $NP --no-compress-output -T test
time ctest -R "all-headers|mpirun" --output-on-failure -j $NP --no-compress-output -T test
'''
githubNotify context: 'Jenkins: MPI', description: 'OK', status: 'SUCCESS'
}
Expand Down

0 comments on commit 62eca32

Please sign in to comment.