13c460d0ff
Task-number: QTQAINFRA-3867 Pick-to: 6.0 Change-Id: Ie6dd9c2dfeeccd526c2133d7ac03efce5b7ed091 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
24 lines
823 B
YAML
24 lines
823 B
YAML
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"
|
|
- type: ExecuteCommand
|
|
command: "ln -s {{.InstallDir}}/target fake_prefix"
|
|
maxTimeInSeconds: 6000
|
|
maxTimeBetweenOutput: 1200
|
|
userMessageOnFailure: >
|
|
Failed to run android hack. See QTBUG-88579 to check if this can be removed
|
|
enable_if:
|
|
condition: property
|
|
property: features
|
|
contains_value: AndroidTestRun
|