aboutsummaryrefslogtreecommitdiffstats
path: root/coin/instructions/provision.yaml
diff options
context:
space:
mode:
authorPatrik Teivonen <patrik.teivonen@qt.io>2023-05-02 10:07:01 +0300
committerEike Ziller <eike.ziller@qt.io>2023-05-12 12:41:49 +0000
commit8cd00ad279e5cb9e0c392b27c52631f9935e8e95 (patch)
treedf56e3a06a293aeee584df2d4bc6dc6b06ac7b29 /coin/instructions/provision.yaml
parent9e54d37ef6853163d522b19e95ddafcfaec329da (diff)
Coin: Switch to the new packaging tools scripts location9.0
Script location is changed from qtsdk.git to tqtc-qtsdk.git. Adjust the coin instructions to use the new location. This change should be picked to all the branches in use. Task-number: QTQAINFRA-5506 Change-Id: I78abb36781cfaaff72870c297ba152066ac5f385 Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Diffstat (limited to 'coin/instructions/provision.yaml')
-rw-r--r--coin/instructions/provision.yaml9
1 files changed, 1 insertions, 8 deletions
diff --git a/coin/instructions/provision.yaml b/coin/instructions/provision.yaml
index c11325d137..75fab04136 100644
--- a/coin/instructions/provision.yaml
+++ b/coin/instructions/provision.yaml
@@ -19,13 +19,6 @@ instructions:
- type: InstallSourceArchive
maxTimeInSeconds: 600
maxTimeBetweenOutput: 600
- project: qtsdk/qtsdk
- ref: master
- directory: "build/qtsdk"
- userMessageOnFailure: "Failed to install qtsdk, check logs"
- - type: InstallSourceArchive
- maxTimeInSeconds: 600
- maxTimeBetweenOutput: 600
project: qtsdk/tqtc-qtsdk
ref: master
directory: "build/tqtc-qtsdk"
@@ -57,7 +50,7 @@ instructions:
property: host.os
not_equals_value: Windows
- type: ChangeDirectory
- directory: "{{.BuildDir}}/qtsdk/packaging-tools"
+ directory: "{{.BuildDir}}/tqtc-qtsdk/packaging_tools"
- type: ExecuteCommand
command: "python3 -m pipenv run python -u install_qt.py --qt-path {{.BuildDir}}/qt_install_dir --base-url {{.Env.QTC_QT_BASE_URL}} --base-url-postfix={{.Env.QTC_QT_POSTFIX}} --icu7z http://master.qt.io/development_releases/prebuilt/icu/prebuilt/56.1/icu-linux-g++-Rhel7.2-x64.7z {{.Env.QTC_QT_MODULES}}"
executeCommandArgumentSplitingBehavior: SplitAfterVariableSubstitution