From bec7d8ae9dfbd046c85c416099c4b1fcb937a260 Mon Sep 17 00:00:00 2001 From: Nicholas Bennett Date: Thu, 14 Sep 2023 12:26:49 +0300 Subject: [PATCH] Docs: Make sure documentation tests run on QtAA integration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Previously the dedicated documentation config was removed in favor of including ubuntu-22.04-documentation. Since then, that configuration lost the TestDocs flag. It now comes with ubuntu-22.04-documentation-x11-tests instead, so this change adds that configuration. Change-Id: I046f79aa8810ded6aa6dd07814ff43dd3fa2bbe8 Reviewed-by: Topi Reiniƶ (cherry picked from commit 6fea315c0f9ccf833ba1cb9eb28c3651ddc3d3e2) Reviewed-by: Qt Cherry-pick Bot (cherry picked from commit 6146c70d064c1707507c83c7169040eb00836b40) --- coin/platform_configs/tqtc-android-automotive.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/coin/platform_configs/tqtc-android-automotive.yaml b/coin/platform_configs/tqtc-android-automotive.yaml index 1f94c0d4..d72562e5 100644 --- a/coin/platform_configs/tqtc-android-automotive.yaml +++ b/coin/platform_configs/tqtc-android-automotive.yaml @@ -3,7 +3,8 @@ Include: [ cmake_platforms.yaml: [ 'rhel-8.6', 'windows-10_22h2-mingw11', - 'ubuntu-22.04-documentation' + 'ubuntu-22.04-documentation', + 'ubuntu-22.04-documentation-x11-tests' ], macos.yaml: [ 'macos-universal-on-x86_64'