summaryrefslogtreecommitdiffstats
path: root/coin/instructions/cmake_run_ctest_enforce_exit_code.yaml
blob: dcab6f78614f2812522255933eddac760815a2fa (plain)
1
2
3
4
5
6
7
8
9
type: Group
instructions:
  - type: ExecuteCommand
    command: "{{.Env.TESTS_ENV_PREFIX}} ctest -V --rerun-failed --force-new-ctest-process --repeat until-pass:5"
    ignoreExitCode: false
    maxTimeInSeconds: 7200
    maxTimeBetweenOutput: 900
    userMessageOnFailure: >
      Failed to run tests.