summaryrefslogtreecommitdiffstats
path: root/coin/instructions/cmake_run_ctest_ignore_exit_code.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'coin/instructions/cmake_run_ctest_ignore_exit_code.yaml')
-rw-r--r--coin/instructions/cmake_run_ctest_ignore_exit_code.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/coin/instructions/cmake_run_ctest_ignore_exit_code.yaml b/coin/instructions/cmake_run_ctest_ignore_exit_code.yaml
new file mode 100644
index 0000000000..f2617ead68
--- /dev/null
+++ b/coin/instructions/cmake_run_ctest_ignore_exit_code.yaml
@@ -0,0 +1,9 @@
+type: Group
+instructions:
+ - type: ExecuteCommand
+ command: "{{.Env.TESTS_ENV_PREFIX}} ctest -V --rerun-failed --force-new-ctest-process"
+ ignoreExitCode: true
+ maxTimeInSeconds: 7200
+ maxTimeBetweenOutput: 900
+ userMessageOnFailure: >
+ Failed to run tests.