Skip to content

Commit

Permalink
Add retries to ctest_submit() in spack_ci_bridge.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
zackgalbreath committed Jun 26, 2024
1 parent 17ee275 commit 666a439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/spack_ci_bridge.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ if (NOT "${test_status}" EQUAL 0)
message(SEND_ERROR "some tests did not pass cleanly")
endif()
ctest_coverage()
ctest_submit()
ctest_submit(RETRY_COUNT 5 RETRY_DELAY 10)

0 comments on commit 666a439

Please sign in to comment.