summaryrefslogtreecommitdiffstats
path: root/coin/instructions/cmake_regular_test_instructions_common.yaml
blob: ec6f23a3f76d32a4aabcafbda8afe18be519aa78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
type: Group
instructions:
  - type: MakeDirectory
    directory: "{{.SourceDir}}_standalone_tests"
  - type: InstallTestBinaryArchive
    relativeStoragePath: "{{.Env.MODULE_ARTIFACTS_RELATIVE_STORAGE_PATH}}/tests.tar.gz"
    directory: "{{.SourceDir}}_standalone_tests"
    maxTimeInSeconds: 1200
    maxTimeBetweenOutput: 1200
    userMessageOnFailure: >
      Failed to install tests archive.
  - type: ChangeDirectory
    directory: "{{.SourceDir}}_standalone_tests"