coin: Use dynamic current branch for qtqa license checking

Coin can now dynamically refer to the current branch of the repo being
integrated in the module instructions.

Change the license checking instructions to use the current branch
of the qtqa repo, rather than the dev branch.

This makes the behavior consistent with what everyone expects, instead
of using a hardcoded qtqa branch for all stable branches.

Amends 2a0e89981a52633c497f62bad0c7d26c466493cb

Task-number: COIN-573
Task-number: QTQAINFRA-3935
Task-number: QTQAINFRA-3878
Task-number: QTQAINFRA-4975
Change-Id: I6575c2868f3a7170570803f620feb5723fbbe6df
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
(cherry picked from commit 6c6a63cc8f49918d1059910644bcfaa4554b12f1)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Alexandru Croitor 2024-10-18 11:26:18 +02:00 committed by Qt Cherry-pick Bot
parent 4a0d8b2bf8
commit 5a67e61a0e

View File

@ -6,7 +6,7 @@ instructions:
maxTimeInSeconds: 600
maxTimeBetweenOutput: 600
project: qt/qtqa
ref: dev
ref: "CURRENT_BRANCH"
directory: qt/qtqa-latest
userMessageOnFailure: >
Could not install qtqa source archive. Please investigate why.