summaryrefslogtreecommitdiffstats
path: root/coin/instructions/cmake_regular_test_instructions_common.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'coin/instructions/cmake_regular_test_instructions_common.yaml')
-rw-r--r--coin/instructions/cmake_regular_test_instructions_common.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/coin/instructions/cmake_regular_test_instructions_common.yaml b/coin/instructions/cmake_regular_test_instructions_common.yaml
new file mode 100644
index 0000000000..ec6f23a3f7
--- /dev/null
+++ b/coin/instructions/cmake_regular_test_instructions_common.yaml
@@ -0,0 +1,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"