From 9b0a15268e96e31edd599a8badd2e418c5fc88f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simo=20F=C3=A4lt?= Date: Tue, 16 Jul 2024 14:24:57 +0300 Subject: [PATCH] CI: Use Ubuntu 22.04 with WebOS configs Pick-to: 6.8 Change-Id: I2d4a2f024140d79a2a893b02fe903a3e3ee8d37f Reviewed-by: Toni Saario --- coin/platform_configs/webos.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/coin/platform_configs/webos.yaml b/coin/platform_configs/webos.yaml index e0f285fe..46952bae 100644 --- a/coin/platform_configs/webos.yaml +++ b/coin/platform_configs/webos.yaml @@ -2,52 +2,52 @@ Version: 2 Module only: true Configurations: - Id: 'webos-emulator-build' - Template: 'qtci-linux-Ubuntu-20.04-x86_64-52' + Template: 'qtci-linux-Ubuntu-22.04-x86_64-52' Compiler: 'GCC' Features: ['DoNotRunTests'] Environment variables: ['BUILD_EMULATOR=enabled'] - Id: 'webos-emulator-qtbase-tests' - Template: 'qtci-linux-Ubuntu-20.04-x86_64-52' + Template: 'qtci-linux-Ubuntu-22.04-x86_64-52' Compiler: 'GCC' Features: ['TestOnly'] Environment variables: ['MODULE=qtbase'] Platform dependency: 'webos-emulator-build' - Id: 'webos-emulator-qtdeclarative-tests' - Template: 'qtci-linux-Ubuntu-20.04-x86_64-52' + Template: 'qtci-linux-Ubuntu-22.04-x86_64-52' Compiler: 'GCC' Features: ['TestOnly'] Environment variables: ['MODULE=qtdeclarative'] Platform dependency: 'webos-emulator-build' - Id: 'webos-emulator-qtwayland-tests' - Template: 'qtci-linux-Ubuntu-20.04-x86_64-52' + Template: 'qtci-linux-Ubuntu-22.04-x86_64-52' Compiler: 'GCC' Features: ['TestOnly'] Environment variables: ['MODULE=qtwayland'] Platform dependency: 'webos-emulator-build' - Id: 'webos-emulator-qtshadertools-tests' - Template: 'qtci-linux-Ubuntu-20.04-x86_64-52' + Template: 'qtci-linux-Ubuntu-22.04-x86_64-52' Compiler: 'GCC' Features: ['TestOnly'] Environment variables: ['MODULE=qtshadertools'] Platform dependency: 'webos-emulator-build' - Id: 'webos-emulator-qtgraphicaleffects-tests' - Template: 'qtci-linux-Ubuntu-20.04-x86_64-52' + Template: 'qtci-linux-Ubuntu-22.04-x86_64-52' Compiler: 'GCC' Features: ['TestOnly'] Environment variables: ['MODULE=qtgraphicaleffects'] Platform dependency: 'webos-emulator-build' - Id: 'webos-raspberry-build' - Template: 'qtci-linux-Ubuntu-20.04-x86_64-52' + Template: 'qtci-linux-Ubuntu-22.04-x86_64-52' Compiler: 'GCC' Features: ['DoNotRunTests'] Environment variables: ['BUILD_RASPBERRY=enabled'] - Id: 'webos-ndk-installer-build' - Template: 'qtci-linux-Ubuntu-20.04-x86_64-52' + Template: 'qtci-linux-Ubuntu-22.04-x86_64-52' Compiler: 'GCC' Features: ['DoNotRunTests'] Environment variables: ['BUILD_NDK_INSTALLER=enabled'] - Id: 'webos-ndk-install' - Template: 'qtci-linux-Ubuntu-20.04-x86_64-52' + Template: 'qtci-linux-Ubuntu-22.04-x86_64-52' Compiler: 'GCC' Features: ['TestOnly'] Platform dependency: ['webos-raspberry-build', 'webos-ndk-installer-build']