From 738bd44d3887de2b4de63ba44574744f34a0e793 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Mon, 20 Jul 2026 17:06:52 +0200 Subject: [PATCH] coin: Fetch latest qlitehtml refs in Coin mirror during Nightly test This ensures that the RunCMake.InitRepository test will not fail due to an outdated checkout of the qlitehtml repository in the Coin git mirror. Pick-to: 6.11 6.8 Fixes: QTBUG-148458 Change-Id: If37fdf1c1ff7e3c2337efe2da06570627e4dbccd Reviewed-by: Joerg Bornemann (cherry picked from commit 9136724f2ef6bcb205c9fa1caf13f48ffd816e08) Reviewed-by: Qt Cherry-pick Bot --- coin/instructions/coin_run_top_level_cmake_tests.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/coin/instructions/coin_run_top_level_cmake_tests.yaml b/coin/instructions/coin_run_top_level_cmake_tests.yaml index fecc3d54..ad310c43 100644 --- a/coin/instructions/coin_run_top_level_cmake_tests.yaml +++ b/coin/instructions/coin_run_top_level_cmake_tests.yaml @@ -16,6 +16,13 @@ instructions: variableName: CONFIGURE_ENV_PREFIX variableValue: "{{.Env.ENV_PREFIX}}" + # Re-fetch the qlitehtml repository in the Coin git mirror, otherwise the + # RunCMake.InitRepository test might fail trying to checkout a newer sha1 than what is + # available in the Coin git mirror. + - type: UpdateRepo + gitRemote: code.qt.io + repos: [playground/qlitehtml.git] + - type: ExecuteCommand command: "{{.Env.CONFIGURE_ENV_PREFIX}} cmake {{.SourceDir}}/tests/manual/RunCMake" executeCommandArgumentSplitingBehavior: SplitAfterVariableSubstitution