aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Enable zlib in FFmpeg configurationHEADdevPavel Dubsky34 hours1-0/+8
| | | | | | | Fixes: QTBUG-103332 Pick-to: 6.10 6.9 6.8 6.5 Change-Id: I87a760edcd4d8a77966ec5a692cb1f1f4242b647 Reviewed-by: Artem Dyomin <artem.dyomin@qt.io>
* Windows ARM: Enable OpenGL for WoA 11 23h2Tero Heikkinen39 hours1-4/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OpenCL, OpenGL, and Vulkan Compatibility pack has been installed to WoA 11 23h2 Tier1 images to support OpenGL usage with these modules: - QtBase - QtGui - QtWidgets - QtDeclarative - QtQuick - Qt3D Enabling OpenGL by removing tags: -no-opengl -no-feature-run-opengl-tests Introduce new cross-compile build target for WoA 11 23h2 - windows-11_24H2-msvc2022-arm64-23H2 - Which has OpenGL enabled - Should not be used with WoA 11 22h2 as it doesn't have OpenGL New build will be used only for WoA 11 23h2 tests - windows-11-x86_64-arm64-tests-23H2 - Which has OpenGL tests enabled Names for these build and test targets will be renamed later when WoA 11 23h2 replaces WoA 11 22h2 by removing '-23H2' suffix from names. Task-number: QTQAINFRA-6973 Task-number: QTQAINFRA-6109 Task-number: QTBUG-126030 Pick-to: 6.10 6.9 6.9.2 Change-Id: Ifa29d93d996ac4884a86835328170d857bf91f33 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> Reviewed-by: Oliver Wolff <oliver.wolff@qt.io> Reviewed-by: Artem Dyomin <artem.dyomin@qt.io>
* provisioning: openSUSE-15.6 - fix gstreamer h264 codec installationTim Blechmann43 hours4-2/+4
| | | | | | | | | | | | | | the gstreamer-1.20-plugin-openh264 package seems to be outdated, as opensuse's openh264 repo seems to have moved to gstreamer-1.24 and renamed the package to gstreamer-plugin-openh264: https://codecs.opensuse.org/openh264/openSUSE_Leap/x86_64/ This partially reverts 69f651b01794c93da20894a7ea5728a332903850. Pick-to: 6.10 6.9 Change-Id: Ie159ec48f83a7b7d10671d2200f7eb4fbcf93db3 Reviewed-by: Lars Sutterud <lars.sutterud@qt.io> Reviewed-by: Artem Dyomin <artem.dyomin@qt.io>
* Temporarily remove open264 GStremer plugin from openSUSE builds on CILars Sutterud43 hours4-4/+2
| | | | | | | | | | | | | | Fix build issue for openSUSE on CI, probably related to the gstreamer-plugin-openh264 plugin being obsolete for the latest gstreamer-plugins-bad package https://forums.opensuse.org/t/gstreamer-plugins-bad-wants-to-obsolete-gstreamer-plugin-openh264/186318 GStreamer tests are disabled on openSUSE anyway atm. Pick-to: 6.10 6.9 6.8 Change-Id: I6e19e655c8753de879d6bbf82e532d18b25a01cb Reviewed-by: Tim Blechmann <tim.blechmann@qt.io> Reviewed-by: Artem Dyomin <artem.dyomin@qt.io>
* CMake: Force build tools when cross-compiling for Windows ARM64Alexandru Croitor5 days1-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TLDR: We need force cross-build the compilation of WebEngine tools when cross-compiling for Windows ARM64, to ensure that native development on Windows ARM64 hosts can use the WebEngine tools. Long version: We have two packaging configurations for Windows ARM64. 1) we cross-compile 'Windows On Arm' Qt on an x64 Windows host. This configuration includes the WoA WebEngine libraries, but not the tools. 2) we build Windows on Arm Qt on a native arm64 windows host. This currently lacks the WebEngine libraries and tools, because it takes too much time to build them on native arm hosts in the CI. When installing WoA on a Windows host using the Qt online installer, there are three possible scenarios: a) Running the x64 installer on an x64 Windows host, to be able to cross-build projects targeting Windows on Arm. This will install an x64 MSVC host qt, and an arm64 WoA target Qt from case '1' above. The x64 qt includes the WebEngine libraries and tools, and the WoA qt only includes the libraries, but not the tools. For WoA project builds, the build system will use the x64 host tools. This works fine. b) Running the x64 installer on an arm64 Windows host. This is very similar to the 'a' case, except it involves emulation of the x64 host tools. This will install an x64 MSVC host qt, and an arm64 WoA target Qt. The x64 qt includes the WebEngine libraries and tools, and the WoA qt only includes the libraries, but not the tools. For WoA project builds, the build system will use the x64 host tools using /emulation/. This works fine, as long as x64 emulation is available and enabled. c) Running the arm64 installer on an arm64 Windows host. This will install the native arm64 WoA Qt from case '2' above. The arm64 qt includes arm libraries and tools from case '2', but that lacks the WebEngine libraries and tools. So the installer will also install the cross-compiled arm64 WebEngine libraries from case '1', but not the WebEngine tools (e.g. dict conversion tool). To ensure that scenario 'c' also gets WebEngine tools, we need to force build (cross-compile) the tools in scenario '1'. This patch achieves that by passing -DQT_FORCE_BUILD_TOOLS=ON , similar how we do it for yocto builds. Pick-to: 6.9 6.10 Task-number: QTBUG-138859 Change-Id: I8270731a4afef7ab9af8df63326fb838e02968e8 Reviewed-by: Michal Klocek <michal.klocek@qt.io> Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
* Provisioning: Add arm64 libclang for Windows 11 24H2Alexandru Croitor5 days2-1/+6
| | | | | | | | | | | So it can be used during cross-compilation of arm64 packages. To ensure the env variable set does not conflict with the x86_64 version, the env variable is suffixed with "arm64". Pick-to: 6.9 6.10 Change-Id: I117f6c4a8431058b9af22390942539a49c632d6a Reviewed-by: Toni Saario <toni.saario@qt.io>
* coin: Make macOS nightly reference existing macOS configurationsTor Arne Vestbø5 days1-19/+8
| | | | | Change-Id: I8e4d7da2a3293d649f2af0dc978c9be2bfd5726c Reviewed-by: Toni Saario <toni.saario@qt.io>
* Add DoNotAbortTestingOnFirstFailure to macOS 26 test configsTor Arne Vestbø5 days1-2/+2
| | | | | | | So that we get complete test results for all failing tests. Change-Id: I83288f7b8865d494402ada8c8401bce932ac2510 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
* Update submodules on 'dev in qt/qt5'Qt Submodule Update Bot6 days44-0/+0
| | | | | Change-Id: I191c6cf548cb7d4215c555eabb9aff0dfbe9bbb0 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Add macOS 26 test and developer build configsTor Arne Vestbø7 days1-0/+24
| | | | | | | Effectively insignificant for now, due to COIN_CTEST_IGNORE_EXIT_CODE. Change-Id: I78a4e37c833c30d63da69da6b3d18e40a22da621 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
* Android: split nightly targets into their own filesElias Toivola10 days4-175/+149
| | | | | | | | | | | This makes configuring nightlies more simple and its results more readable. Pick-to: 6.10 6.9 6.8 6.5 Task-number: QTQAINFRA-5945 Task-number: QTQAINFRA-7069 Change-Id: I89ca6b65fbdfcd52dd607c008174e446dc6925f4 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
* COIN: Update Debian packaging rules branchSimo Fält13 days1-3/+3
| | | | | Change-Id: If8ea0d7abb0c7d6c031ea1797de9fbf4d93123a5 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Provisioning: Update macOS 26 ARM nightly to beta 4Ville-Pekka Karhu14 days1-2/+2
| | | | | | Task-number: QTQAINFRA-7196 Change-Id: If844b43380fc251efde96ed8f2f8f8654f99d518 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
* FFmpeg, Android: Add support for Android ARMv7 in Unix FFmpeg scriptNils Petter Skålerud2025-07-251-0/+12
| | | | | | | | | | This patch introduces support for building FFmpeg for Android ARMv7 on Unix hosts. Pick-to: 6.10 6.9 6.8 Change-Id: I21affa1137cb4b3aa3a5b9cfd5c71e755684db9c Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Rami Potinkara <rami.potinkara@qt.io>
* coin: Add cyclonedx-python-lib to sbom_requirements.txtAlexandru Croitor2025-07-251-0/+1
| | | | | | | | | | | | In preparation for generating a CycloneDX SBOM for Qt framework, install the cyclonedx-python-lib package which will be a required dependency for the SBOM generation process (assuming CycloneDX generation feature is enabled in the build). Pick-to: 6.8 6.9 6.10 Task-number: QTBUG-129598 Change-Id: Iacaeb22aa568cecd6ffbe2ece30de953e37c5cf2 Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
* Provisioning: Use bullseye-backports repo from archiveSimo Fält2025-07-251-2/+2
| | | | | | | | | Bullseye-backports has reached end-of-life and is no longer supported or updated. Pick-to: 6.8 6.9 6.10 Change-Id: If154155507e159333c0d0b638fc6910b1814665a Reviewed-by: Patrik Teivonen <patrik.teivonen@qt.io>
* Build zlib while provisioning on WindowsPavel Dubsky2025-07-2511-0/+293
| | | | | | | Task-number: QTBUG-103332 Pick-to: 6.10 6.9 6.8 6.5 Change-Id: I65289d393f3085c9a3ebc5bbbb1805490d270125 Reviewed-by: Artem Dyomin <artem.dyomin@qt.io>
* Prevent Enter-VsDevShell from changing current working directoryPavel Dubsky2025-07-241-1/+1
| | | | | | Pick-to: 6.10 6.9 6.8 6.5 Change-Id: I6de981c06326a6d70bc200af74164a1021f8c138 Reviewed-by: Artem Dyomin <artem.dyomin@qt.io>
* Enable QNX8.0 builds in CIMarianne Yrjänä2025-07-149-11/+53
| | | | | | | | | Added CI configs for QNX8.0. Toolchain updated to latest version. Qemu build files updated for new toolchain. Task-number: QTBUG-131708 Change-Id: I25f5386c85f6bc2f87c69bf820d1bacc0ebd2a47 Reviewed-by: Simo Fält <simo.falt@qt.io>
* Update homebrew after installationAku Pietikäinen2025-07-111-0/+5
| | | | | | | | | Get rid of incompatibility errors between homebrew client and server. Tark-number: QTQAINFRA-6903 Pick-to: 6.10 6.9 6.8 6.5 Change-Id: If42b721084f770763a378b93b3386733ab48828f Reviewed-by: Ville-Pekka Karhu <ville-pekka.karhu@qt.io>
* Explicitly install Metal toolchain for XcodeTor Arne Vestbø2025-07-081-0/+3
| | | | | | | It's not included by default in Xcode 26. Change-Id: Ie1e11bdeba18c4ee1e00132fc4bc075b8218e1fc Reviewed-by: Ville-Pekka Karhu <ville-pekka.karhu@qt.io>
* Disable warnings from Swift backtrace on macOS 26Tor Arne Vestbø2025-07-071-1/+1
| | | | | | | | | | | | | | | Many of the system tools seems to be written in Swift now, which results in a warning when running them: swift runtime: backtrace-on-crash is not supported for privileged executables Luckily we can silence this warning via 'warnings=suppressed'. See https://forums.swift.org/t/suppressing-backtrace-warnings/79235 Change-Id: I09b97553d996269fd4c9d23bf52a319bf964c833 Reviewed-by: Ville-Pekka Karhu <ville-pekka.karhu@qt.io>
* coin: Add missing dependency config to macOS nightlyTor Arne Vestbø2025-07-041-0/+5
| | | | | | Change-Id: I0b09ee4b92f656d59204202dcdabebfc5aa2b011 Reviewed-by: Tero Heikkinen <tero.heikkinen@qt.io> Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
* Provisioning: Add macOS 26 nightlyVille-Pekka Karhu2025-07-0455-6/+699
| | | | | | | | | Replaces macOS 15 nightly. Task-number: QTQAINFRA-7196 Change-Id: I3ea042382c13ec9584cf8cc163d43b51f61c78a3 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io> Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
* Add Windows 11 23h2 ARM with non-blocking tests in CITero Heikkinen2025-07-0372-0/+557
| | | | | | | | | | | | | | | | | | | | | | | | New targets: - windows-11_23h2-arm64-msvc2022 - windows-11-x86_64-arm64-tests-23H2 With latest versions - Visual Studio Professional 2022: 17.14.7 - MSVC: 14.44.35207 OpenGL is still disabled, but 'OpenCL, OpenGL, and Vulkan Compatibility pack' has been installed to WoA 11 23h2 Tier1 image to support OpenGL usage with QtWebengine, Qt3D etc. These targets will be added later: - windows-11_23h2-arm64-msvc2022-minimal-static-test - Windows-MSVC2022-arm64_Static-23H2 [CI Platforms] Task-number: QTQAINFRA-6973 Change-Id: I049f84ad7df91cd62e7f40044d8ef40705ac34e1 Reviewed-by: Simo Fält <simo.falt@qt.io>
* Enable testing with QT_USE_ANDROID_MODERN_BUNDLE enabledAlexey Edelev2025-07-031-0/+3
| | | | | | | | | Enable testing using QT_USE_ANDROID_MODERN_BUNDLE on the Android RHEL x86_64 platform. Change-Id: I1c31aad313b93ae454068bd1315d945b2ced227b Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Add Android bundletool provisioningAlexey Edelev2025-07-032-0/+33
| | | | | | | | | Tool allows managing modern android bundles. Provision it on RHEL 8.10 platform - the one we use for the Qt for Android x86_64 builds. Change-Id: Ia1a7bb077e9dc0afc95ad92cbd85c96724ab0ced Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
* Enable QT_USE_TARGET_ANDROID_BUILD_DIR when building tests for Android x86Alexey Edelev2025-07-031-0/+3
| | | | | | | | | The option is mature enough to attempt adding full support in CI. Enable it for CI testing on Android x86 RHEL machine. Change-Id: Ib0ba96f7a30b10be64bc6df44353e10c090ec3ad Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
* Update Debian rules branchSimo Fält2025-07-031-3/+3
| | | | | | Pick-to: 6.10 Change-Id: Id4685df29953db393c23302af191f1874d1c7726 Reviewed-by: Matti Paaso <matti.paaso@qt.io>
* COIN: Remove 'Packaging' feature from android-16 Linux configSimo Fält2025-07-021-1/+1
| | | | | | | | | | | If used it might over write package that we want to release. Pick-to: 6.8 6.9 6.10 Change-Id: I8c0403065cff7354699df6f4d16b5a8125277195 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> Reviewed-by: Tero Heikkinen <tero.heikkinen@qt.io> Reviewed-by: Akseli Salovaara <akseli.salovaara@qt.io> Reviewed-by: Rami Potinkara <rami.potinkara@qt.io>
* Update submodules on 'dev in qt/qt5'Qt Submodule Update Bot2025-07-0243-0/+0
| | | | | Change-Id: I16e6e9811f980975e92a7c0689d36397124a1565 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update submodules on 'dev in qt/qt5'Qt Submodule Update Bot2025-07-0143-0/+0
| | | | | Change-Id: I6499a8b6f25ee0e494c4fc0321aaf09d4be5d07f Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Integrate coin build procedures for qtopenapiTatiana Borisova2025-07-011-0/+15
| | | | | | | | - add platforms for qtopenapi build Task-number: QTBUG-137883 Change-Id: Ia4d889c6e8c5721ac133f3a2a995b61fea41a5b8 Reviewed-by: Simo Fält <simo.falt@qt.io>
* Remove Windows 11 23H2 x86_64 from CIElias Toivola2025-06-3010-156/+8
| | | | | | | | | 23H2 is replaced by 24H2. [CI Platforms] Pick-to: 6.10 Task-number: QTQAINFRA-6734 Change-Id: Ib136f46a6725aeb929d7bd406fbb31a290f71e58 Reviewed-by: Jukka Jokiniva <jukka.jokiniva@qt.io>
* Extend VCPKG_INSTALLED_DIR, VCPKG_HOST_TRIPLET, VCPGK_TARGET_TRIPLETTero Heikkinen2025-06-303-0/+10
| | | | | | | | | | | | Set the VCPKG_INSTALLED_DIR, VCPKG_HOST_TRIPLET, VCPGK_TARGET_TRIPLET environment variables after vcpkg ports installation. These variables will be used when building Qt modules to setup the correct build environment. (This commit extends original f41e72adc6905879ef82c20feae91d3ff6edf7bc) Change-Id: I7956fc828d6c490f19bfa5222d7db29d1550687e Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
* provisioning: install flite for ubuntu 24.04, debian 11 and rhelTim Blechmann2025-06-307-4/+11
| | | | | | | | | | The flite plugin for QtSpeech wasn't tested on CI as the development files weren't installed. Pick-to: 6.8 6.9 6.10 Change-Id: Ieefe42f67009b99cc95f54567f224972d12c1538 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io> Reviewed-by: Tim Blechmann <tim.blechmann@qt.io>
* wasm: set cache files for Emscripten 4.0.7Elias Toivola2025-06-292-3/+3
| | | | | | | | | | | | | | Files were prebuild by cloning emsdk repo in their respective VM produced by Coin provisioning, and running './emsdk install 4.0.7' and './emsdk activate 4.0.7' in macOS 15 and OpenSUSE 15.6. And just './emsdk install 4.0.7' in Windows 10. This amends 5510396f4d9f175e7f61a953ea0722ce57d059d4 Pick-to: 6.10 Task-number: COIN-1232 Change-Id: Ifa768173093c4b6b90599d0fff8b34a1db8b1bbc Reviewed-by: Lorn Potter <lorn.potter@qt.io>
* wasm: set EMSDK_PYTHON to Python installed in provisioningElias Toivola2025-06-292-1/+2
| | | | | | | | | | | | | Emscripten 4.0.7 requires Python +3.8, OpenSUSE does have Python 3.11 but its path is only set to PYTHON3_EXECUTABLE envvar defined in 08-pythondev.sh. OpenSUSE 15.6 comes with Python 3.6.15 which the previous emscripten 3.1.70 used. Pick-to: 6.10 Change-Id: Ied63ace32b7fb252d124ad447bc56dba353ff403 Reviewed-by: Lorn Potter <lorn.potter@qt.io>
* wasm: update to Emscripten 4.0.7Lorn Potter2025-06-292-3/+3
| | | | | | Pick-to: 6.10 Change-Id: I687b2a16df17a626febc3fb87cae21240f6521ed Reviewed-by: Piotr Wierciński <piotr.wiercinski@qt.io>
* Update submodules on 'dev in qt/qt5'Qt Submodule Update Bot2025-06-2843-0/+0
| | | | | Change-Id: Ie4e5c12bdd3859e723a6a3301dbbacd169b374cc Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Revert "Add no-opengl to cross-compile WoA"Michal Klocek2025-06-271-1/+1
| | | | | | | | | | | | | | | Adding no-opengl flag affects our release binaries and removes qt3d and qtdatavisualisation from packaging. Use run-opengl-tests feature instead. This reverts commit 9b7d6aedbced74021338c1c9b881cc3afef4a3cd. Task-number: COIN-1211 Fixes: QTBUG-136360 Change-Id: Iaeb1dfa93e33a1f2d94357c6b4c9116e7633fd3f Reviewed-by: Michael Brüning <michael.bruning@qt.io> (cherry picked from commit 9fa7dcf07e7ddba3e7b87883ce00642e7bab3eec) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Use run-opengl-test feature for Windows 11 24H2 x86_64Michal Klocek2025-06-271-1/+1
| | | | | | | | | | | | | | | | | | | | Native WoA builds are done with -no-opengl switch, therefore native test coin nodes do not need to have openglsw installed. (ms-windows-store://pdp/?productid=9NQPSL29BFFF) However, when trying to run cross compiled WoA on native test nodes this ends up with: tst_QOpenGLWindow::create() Failed to load opengl32sw (%1 is not a valid tst_QOpenGLWindow::create() Failed to load and resolve WGL/OpenGL function However, adding no-opengl flag would affect our release binaries and would remove qt3d and qtdatavisualisation from packaging. Use run-opengl-test feature instead. Pick-to: 6.10 Task-number: COIN-1211 Change-Id: Id21051bc69e431a9d3773c4b4e0c8c2e63315b42 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Switch 24H2 WoA cross compile target's platform dependency to MinGWElias Toivola2025-06-271-1/+2
| | | | | | | | | This amends c9423aea6c28346c6028df7d646e0414b69f5472 Pick-to: 6.10 Task-number: COIN-1211 Change-Id: Icfb3c8c10d094785cae791296f8ced32df313cb9 Reviewed-by: Jukka Jokiniva <jukka.jokiniva@qt.io>
* Make Windows 11 24H2 x86_64 tests as blocking in CIElias Toivola2025-06-276-11/+11
| | | | | | | | | | | | This change removes 'InsignificantTests' from all 24H2 targets and also adds 'Packaging' to 24H2 targets that have 'Packaging' in equivalent 23H2 targets. [CI Platforms] Pick-to: 6.10 Task-number: QTQAINFRA-6734 Change-Id: I6056ddafcb351875d297ab52565e6b20ba75bb2b Reviewed-by: Tero Heikkinen <tero.heikkinen@qt.io> Reviewed-by: Jukka Jokiniva <jukka.jokiniva@qt.io>
* Update submodules on 'dev in qt/qt5'Qt Submodule Update Bot2025-06-2744-0/+0
| | | | | Change-Id: I1a4811c52ea8c1d9a397eacc48c86dc9ae845851 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Export path to the Ninja executableAlexey Edelev2025-06-243-0/+5
| | | | | | | This path will be used as CMAKE_MAKE_PROGRAM explicitly. Change-Id: Ic15253f837b798c468f782ad4116d1ba4cc7c934 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Enable vcpkg cachesAlexey Edelev2025-06-242-0/+6
| | | | | Change-Id: I9c2bddd7cb2d22fd57e43893875b7eef9549c69d Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Revert "platform_configs: remove InsignificantTests for u2404 x11 dev"Liang Qi2025-06-231-1/+1
| | | | | | | | | | | | Ubuntu 24.04 GNOME X11 still has too many flaky issues in our CI, which blocks integrations too much. This reverts commit 365860ce425a24a6452833fd7b8693b486062025. Pick-to: 6.10 6.9 6.8 Task-number: QTBUG-137909 Change-Id: I058c5d9c5e67bbea4a5ea88a915270ef00110d7a Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
* Revert "platform_configs: remove two u2204 tests"Liang Qi2025-06-232-1/+14
| | | | | | | | | | | | Ubuntu 24.04 GNOME X11 still has too many flaky issues in our CI, which blocks integrations too much. This reverts commit e2e25e8a66211dea81b4f5b38dde04e8e0560580. Pick-to: 6.10 6.9 6.8 Task-number: QTBUG-137909 Change-Id: Ifcb56d0172b7bd0e66d1fe6e764ea6643b8e4834 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
* Revert "platform_configs: remove ubuntu-22.04-developer-build"Liang Qi2025-06-234-4/+11
| | | | | | | | | | | | Ubuntu 24.04 GNOME X11 still has too many flaky issues in our CI, which blocks integrations too much. This reverts commit 6db000ab671a045d70b30dba19ba603162a5123c. Pick-to: 6.10 6.9 6.8 Task-number: QTBUG-137909 Change-Id: Iec2323da11354b3176c2428e441965b77fd768a1 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>