From 5a67e61a0e75320edfa6659616d83eb33e84d80b Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Fri, 18 Oct 2024 11:26:18 +0200 Subject: [PATCH] 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 (cherry picked from commit 6c6a63cc8f49918d1059910644bcfaa4554b12f1) Reviewed-by: Qt Cherry-pick Bot --- coin/instructions/run_license_check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coin/instructions/run_license_check.yaml b/coin/instructions/run_license_check.yaml index da1ec04254a..cd0e48b9314 100644 --- a/coin/instructions/run_license_check.yaml +++ b/coin/instructions/run_license_check.yaml @@ -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.