diff options
| -rw-r--r-- | coin/instructions/execute_license_check.yaml | 31 | ||||
| -rw-r--r-- | coin/module_config.yaml | 2 |
2 files changed, 1 insertions, 32 deletions
diff --git a/coin/instructions/execute_license_check.yaml b/coin/instructions/execute_license_check.yaml deleted file mode 100644 index 0bf4d3ca1..000000000 --- a/coin/instructions/execute_license_check.yaml +++ /dev/null @@ -1,31 +0,0 @@ -type: Group -instructions: - - type: ChangeDirectory - directory: "{{.AgentWorkingDir}}" - - type: InstallSourceArchive - maxTimeInSeconds: 600 - maxTimeBetweenOutput: 600 - project: qt/qtbase - ref: "CURRENT_BRANCH" - directory: qt/qtbase - userMessageOnFailure: > - Could not install source archive. Please investigate why. - - type: InstallSourceArchive - maxTimeInSeconds: 600 - maxTimeBetweenOutput: 600 - project: qt/qtqa - ref: master - directory: qt/qtqa-latest - userMessageOnFailure: > - Could not install source archive. Please investigate why. - - type: EnvironmentVariable - variableName: QT_MODULE_TO_TEST - variableValue: pyside/pyside-setup - userMessageOnFailure: > - Failed to set environment variable. This should not happen. - - type: ExecuteCommand - command: perl qt/qtqa-latest/tests/prebuild/license/tst_licenses.pl - maxTimeInSeconds: 7200 - maxTimeBetweenOutput: 120 - userMessageOnFailure: > - Failed to run license check script. diff --git a/coin/module_config.yaml b/coin/module_config.yaml index 6deb88fba..94dc0f17e 100644 --- a/coin/module_config.yaml +++ b/coin/module_config.yaml @@ -105,7 +105,7 @@ upload_pyside: &upload_pyside instructions: LicenseCheck: - - !include "{{pyside/pyside-setup}}/execute_license_check.yaml" + - !include "{{qt/qtbase}}/run_license_check.yaml" Build: - !include "{{pyside/pyside-setup}}/common_environment.yaml" - !include "{{pyside/pyside-setup}}/find_path_to_msvc_compiler.yaml" |
