aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update submodules on '6.6.2 in qt/qt5'v6.6.26.6.2Qt Submodule Update Bot2024-02-1042-0/+0
| | | | | Change-Id: Id64ae53929bcec2fcf6ebe552a8afbc9b879a867 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update submodules on '6.6.2 in qt/qt5'Qt Submodule Update Bot2024-01-3143-0/+0
| | | | | Change-Id: Iffeb132a7c4ab5f2cc27ddffe18b8b7f027affe4 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update submodules on '6.6.2 in qt/qt5'Qt Submodule Update Bot2024-01-2942-0/+0
| | | | | Change-Id: I81e173769ae112ef36ef924a7ebda86d9f48b4cc Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update ffmpeg n6.0 -> n6.1 on WindowsArtem Dyomin2024-01-291-2/+2
| | | | | | | | | The update will go tohether with dynamic ffmpeg build on Windows. Task-number: QTBUG-121441 Pick-to: 6.7 6.6 6.5 dev Change-Id: I7a72d4009c8a8e4030899b526bad9cfedd6f45a7 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Update ffmpeg to n6.1 for Linux, and macOSArtem Dyomin2024-01-291-5/+2
| | | | | | | | | | | FFmpeg version was between n6.0 and n6.1 due to some hotfix for having it compilable on CI. Since n6.1 has been released, we should update. Task-number: QTBUG-121441 Pick-to: 6.7 6.6 6.5 dev Change-Id: I0d88599be53748eeb038287abe8aad6c0f189933 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Update commercial license agreement in src packagesJani Heikkinen2024-01-281-2091/+8
| | | | | | | | | | | Use new way to refer T&C in web pages instead of having exact license text. This file is already removed from 6.7 -> so do this update for 6.6 and older releases. Pick-to: 6.6 6.5 6.2 5.15 Change-Id: I2db6d9343a8b5c8fe69778a881559e0a1314390e Reviewed-by: Tino Pyssysalo <tino.pyssysalo@qt.io> Reviewed-by: Kai Köhne <kai.koehne@qt.io>
* Adjust submodule branchesJani Heikkinen2024-01-231-42/+42
| | | | Change-Id: I26011090bc9e407895658766d17be1d16ca63487
* Update submodules on '6.6 in qt/qt5'Qt Submodule Update Bot2024-01-2244-0/+0
| | | | | Change-Id: I8bec67916a162530d94c6b4838b6ec2ffc7964df Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Fix OpenSUSE 15.5 with new re-created Tier1 imageTero Heikkinen2024-01-214-15/+7
| | | | | | | | | | | Task-number: QTQAINFRA-6065 Pick-to: 6.5 Change-Id: I24530bcca2a8f8e50686703d8cd8519c27195de2 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io> (cherry picked from commit b6829751d273c545067df868b140f696a11b2740) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit a6a703153a381828ea14874987643033b7bc4bbb) Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* COIN: Install dummy sound device on openSuSE Leap 15.5Axel Spoerl2024-01-121-0/+17
| | | | | | | | | | | | | | Add missing dummy sound device, to prevent sound based tests from failing / flaking. Fixes: QTBUG-120655 Pick-to: 6.5 Change-Id: I555d1391b49892226732f36c6a67be7d8dae3d4b Reviewed-by: Elias Toivola <elias.toivola@qt.io> Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> (cherry picked from commit 198cd69244618813ebc048c51c120b699620a863) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit 769e914ddcec1f33a3f1803dc73a3b28bd5e3747)
* Fix windows network adapter name for Windos 10 x86Matti Paaso2024-01-101-2/+1
| | | | | | | | | | | Using the same solution as all the other Windows VMs Pick-to: 6.5 6.2 5.15 Change-Id: I643f332c99e62ba8037e2db60fa69298a585b306 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit 823f127bedf995adf602ecd0b04b2015713dcad6) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit b2f16b7e43694d7a1011a150376b64f33b12e8ed)
* Set resolution for newer qemu displaysToni Saario2023-12-305-0/+10
| | | | | | | | | | | | | Windows recognizes newer qemu as different display, which needs to be handled as well. Pick-to: 6.5 6.2 5.15 Task-number: QTQAINFRA-5987 Change-Id: I6819bfa6dd90a3f54cfcb0b5b885ba909052d375 Reviewed-by: Simo Fält <simo.falt@qt.io> (cherry picked from commit 349ce73bbaa3082dacd41e491631fa2b16ade022) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit d497b98b028d55fc34805e3f7a9e1bb7ba416397)
* Android: use Android emulator 32.1.15 to not break rhi testsAssam Boudjelthia2023-12-301-0/+12
| | | | | | | | | | | | Currently CI doesn't cache specific Android Emulator version, so after an update was availabe 33.1.23 is broke RHI tests on Android 13 emulator. The last known emulator version to to work was 32.1.15, so as a workaround we install this specific version. Fixes: QTBUG-119884 Pick-to: 6.5 Change-Id: Iec56207b6142d97a9dfabc0fb07a920c868e58b1 Reviewed-by: Jukka Jokiniva <jukka.jokiniva@qt.io>
* Add refresh support for all Red Hat versionsHeikki Halmet2023-12-305-122/+11
| | | | | | | | | | Pick-to: 6.5 6.2 5.15 Change-Id: I1fbfadf70a9b7dbf0f738aa41d627adfac6138c5 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> (cherry picked from commit 3c5d9cabf0c306106bf91b59deb9c5d5284b70bb) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit f0fb226c1981def4e6b8f1e13c8eff03275d56a0) Reviewed-by: Simo Fält <simo.falt@qt.io>
* Update submodules on '6.6 in qt/qt5'Qt Submodule Update Bot2023-12-2943-0/+0
| | | | | Change-Id: Id848cf24511dea23b1ec68ab13d0f771b324e140 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update submodules on '6.6 in qt/qt5'Qt Submodule Update Bot2023-12-2243-0/+0
| | | | | Change-Id: I619b1dd57cd74ad7e0ea0c05e6fbcae9dc82f690 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update remaining old style license header to SPDX style in coinLucie Gérard2023-12-132-77/+4
| | | | | | | | | Task-number: QTBUG-108364 Change-Id: Ic36ce592d0ff698b30fbf2edab106d4af5d31bc2 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> (cherry picked from commit 3d065be1d023f85f2a4b0a9218d045044d40f470) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit 459151ae835d9dc4beb47aa445cc7b623dce4390)
* Doc: Create a CONTRIBUTING.md fileSafiyyah Moosa2023-12-122-0/+17
| | | | | | | | | | | | | | | | Many users push Qt contributions to the Github repository mirror(s), however we cannot accept these contributions. This file directs users to Qt's contributing guidelines wiki page. A .github/pull_request_template.md file has also been created for Qt project. Fixes: QTBUG-116663 Pick-to: 6.5 Change-Id: Iea4cba8e6cb90859bd364ae4480be0e000f9bae6 Reviewed-by: Topi Reiniö <topi.reinio@qt.io> (cherry picked from commit baf7aacdac680503b6184346ac604d17b8470af1) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit a9df6ed369d3a9fdc9c157b030ffc1b9cfed5f3f)
* Update license header to SPDX formatLucie Gérard2023-12-121-38/+2
| | | | | | | | | | Pick-to: 6.5 Task-number: QTBUG-67283 Change-Id: Id3679318557c7611b040b155fe1c815e1093d8f9 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> (cherry picked from commit a09d8e0ae6abd8a2335d749c7bbb3c794faf059b) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit 6affbbde90a3ba0704f4f842373820479de836ae)
* Update submodules on '6.6 in qt/qt5'Qt Submodule Update Bot2023-12-0843-0/+0
| | | | | Change-Id: Id0aa5b408fbfcf554b3624f1c5e98afcefbd13be Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update webos tier 1 imageAku Pietikäinen2023-12-082-9/+68
| | | | | | | | | | Increase Ubuntu 20.04 disk size to 1 TB to fix webos build. Change-Id: Id1290bf7745f500097341bd8476dc5be45b69b0d Task-number: QTQAINFRA-5898 Reviewed-by: Toni Saario <toni.saario@qt.io> (cherry picked from commit cebd09e9ea1bfe06a711227b710b2a5ee4798149) Reviewed-by: Jukka Jokiniva <jukka.jokiniva@qt.io>
* Add back RHEL 8.6 configuration for Qt Creator buildsAntti Kokko2023-11-291-0/+6
| | | | | | | | Qt Creator uses Rhel8.6 from 6.6 branch in builds, bring back the configuration. Change-Id: Id0f51c4eb770404cc5fc18e372d6ff861a5e99cb Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Coin: Enable openssl for Android FFmpeg install scriptBartlomiej Moskal2023-11-282-2/+12
| | | | | | | | | | | | | | | | The FFmpeg library should use dynamically linked OpenSSL. To make it possible --enable-openssl flag need to be set. Additionally correct path for OpenSSL need to be passed to FFmpeg configuration script. Task-number: QTBUG-110805 Task-number: QTBUG-114954 Task-number: QTBUG-113980 Pick-to: 6.5 Change-Id: Id887c2c4083663a674123a0f0003b44661149116 Reviewed-by: Samuel Mira <samuel.mira@qt.io> Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> (cherry picked from commit 65101a61e695d3abb2c1ec55ee7ec0440bd3585d) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Upgrade Python on RHEL 8.8 from 3.8 to 3.11Petri Virkkunen2023-11-241-3/+4
| | | | | | | | | | | | | | In order to avoid installing packages to one version of python and then trying to use them from another version, stop installing python 3.8 and simply install Python 3.11, along with pip. Change-Id: Id2f63a6d1aff0d3fd3a5934887fe82a642f6ab92 Reviewed-by: Dominik Holland <dominik.holland@qt.io> Reviewed-by: Zoltan Gera <zoltan.gera@qt.io> (cherry picked from commit e9325a87a6130c1191e151af4b74772308cd50cc) Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> Reviewed-by: Simo Fält <simo.falt@qt.io> Reviewed-by: Tero Heikkinen <tero.heikkinen@qt.io>
* Add provisioning of gRPC on Windows machinesKonrad Kujawa2023-11-247-66/+28
| | | | | | | | | | | Enable native_grpc feature on msvc developer-builds. Fixes: QTBUG-109072 Change-Id: I64914d4bf0f26b907a98508f88587cbc8cb947b3 Reviewed-by: Alexey Edelev <alexey.edelev@qt.io> Reviewed-by: Tatiana Borisova <tatiana.borisova@qt.io> (cherry picked from commit 9707535fc1c7394aead73d21653548bce69161e5) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Remove RHEL 8.6 from yaml configurationsTero Heikkinen2023-11-239-125/+7
| | | | | | | | | | | | | | Removing RHEL 8.6 from yaml configurations at first and scripts will be kept for some time, until removed later. Task-number: QTQAINFRA-5768 Change-Id: I687f96de35b4bfa28d5a520717f29f059c4925c3 (cherry picked from commit 19cbccac8779d5f40b6e084980776d4278067670) Reviewed-by: Rami Potinkara <rami.potinkara@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> Reviewed-by: Petri Virkkunen <petri.virkkunen@qt.io> Reviewed-by: Tero Heikkinen <tero.heikkinen@qt.io>
* Update submodules on '6.6 in qt/qt5'Qt Submodule Update Bot2023-11-1843-0/+0
| | | | | Change-Id: I5058a0f5dd79efaa0b471046c0285d06bca03cd0 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Stop testing macOS developer builds on x86_64 hardwareTor Arne Vestbø2023-11-161-18/+0
| | | | | | | | | | | | | | | | Our x86_64 pool is overloaded, so we need to reduce jobs. As we're testing our packaging (universal) builds (both the one built on x86_64 and the one built on arm64) on x86_64 for all macOS platforms we support, it should be fine to remove the x86_64 tests of the developer builds. These developer builds are still tested on arm64, so the only test coverage we're losing on x86_64 are the subset of tests that depend on QT_BUILD_INTERNAL. Change-Id: Ia83964cc77d04ba796e3a59389ce000a51dcac93 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit 760cf592664fa682962669e3449082a9a62d299d) Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
* CMake: Update provisioned CMake to version 3.27.7Alexandru Croitor2023-11-166-14/+14
| | | | | | | | | | | We want access to the debugger, and also to be in sync with the CMake shipped with the Qt SDK. Task-number: QTBUG-118138 Change-Id: I4b43b9543e8e6ef23c9608a8e1c623ee16edfbd5 Reviewed-by: Alexey Edelev <alexey.edelev@qt.io> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> (cherry picked from commit bae2268c4751f4b8948e5e17f30cb1349b69d010)
* Add libatomic to RHEL 8.8Allan Sandfeld Jensen2023-11-142-1/+2
| | | | | | | | | | | Needed for qtwebengine 6.7 Pick-to: 6.5 Fixes: QTBUG-119109 Change-Id: I38d78731578dcb4ce5a8755d116e1326e6d6ffa4 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io> (cherry picked from commit 23ab8c94b07370d8f8b2ffe8cb6956bc84c8c076) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update submodules on '6.6 in qt/qt5'Qt Submodule Update Bot2023-11-1443-0/+0
| | | | | Change-Id: I5f12306490579afd2372970e141c06533e2618f2 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Add python3-venv to aarch64 debianDominik Holland2023-11-131-0/+1
| | | | | | | | | | Needed by qtinterfaceframework Pick-to: 6.5 Change-Id: I2c2d7d193ae2034fadd41864b430620ee635d9d0 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io> (cherry picked from commit 123b4be006c44f5bbcd913aebbf1f41b77b40eca) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Provisioning: Ignore unmount result with Squish scriptHeikki Halmet2023-11-121-1/+1
| | | | | | | | | | | Unmounting fails sometimes which cause provisoning failure. Let's ignore the result Task-number: QTQAINFRA-3709 Change-Id: Ifc321c8ef9942f9f51ec622370aadbbbb862d262 Reviewed-by: Jukka Jokiniva <jukka.jokiniva@qt.io> (cherry picked from commit 2ae9a6c099476c9367c5e293058cd25722956c9a) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Add missing optional dependency for qtgrpc submoduleJani Heikkinen2023-11-120-0/+0
| | | | | | | | | | | qtgrpc recommends qtdeclarative; add that one in .gitmodules as well; the dependency were added in the module in 681d104f0d03f97681536d3691d170d7c06aab2b Change-Id: I325abc8453d26cf0d75425e806e3e0e7b182070a Reviewed-by: Jukka Jokiniva <jukka.jokiniva@qt.io> (cherry picked from commit 21f55b70edf12bf479d0707a14d79dc7bf19a43d) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Coin: Install FFmpeg for Android on missing targetsBartlomiej Moskal2023-11-122-0/+2
| | | | | | | | | | | | | | | | On qtci-macos-13-x86_64 host CI tries to build and run the test on Android (arm64) while we still haven't managed to install FFmpeg for it. The same situation happened with qtci-linux-RHEL-8.8-x86_64 and Android x86. Task-number: QTBUG-110805 Task-number: QTBUG-114954 Task-number: QTBUG-113980 Pick-to: 6.5 Change-Id: If953221b104d5bb8fce9d48f8ecd977c2e80c41d Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> (cherry picked from commit 2d3245e0eacf14dd0c488b436cf8160a49723bd6) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Add license directory and update remaining license format in coinLucie Gérard2023-11-129-131/+1215
| | | | | | | Task-number: QTBUG-108364 Change-Id: I1250a46d60d5b4e85258b93f8f6f6fc4631b3a70 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> (cherry picked from commit 6757a4c399f5c80cf8c663481fb2d6078069676a)
* CI: Add minimal multimedia support for QNX qemuMarianne Yrjänä2023-11-101-0/+8
| | | | | | | | | | | | | Add minimum set of libraries needed for running qtmultimedia autotests. QNX qemu doesn't support graphics which limits the amount of runnable multimedia autotests for QNX. Task-number: QTBUG-92226 Pick-to: 6.5 Change-Id: I72973d5582389877dc112f98f5a62a7aaa07d23a Reviewed-by: Pasi Petäjäjärvi <pasi.petajajarvi@qt.io> (cherry picked from commit 931f282b7a09d5d4f0b4480e44feee5fecf9e4c4) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update submodules on '6.6 in qt/qt5'Qt Submodule Update Bot2023-11-0943-0/+0
| | | | | Change-Id: Ic0869713572dd87a418e44ce5ffccaaaf5002ace Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Provisioning: add nodejs18 to SLES15_SP5Johanna Äijälä2023-11-081-2/+1
| | | | | | | | | | Needed for QtWebEngine build done in RTA. Change-Id: Ia2338ac9446960cd6a56d4956126698e9400af32 Reviewed-by: Tero Heikkinen <tero.heikkinen@qt.io> Reviewed-by: Ville-Pekka Karhu <ville-pekka.karhu@qt.io> (cherry picked from commit 72861b5f5740cb2bd650e30f3d23c8fc55ba51da) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* QNX: Add CMAKE_SYSTEM_PROCESSOR definition for QNX toolchain filesMarianne Yrjänä2023-11-064-4/+7
| | | | | | | | | | | Add CMAKE_SYSTEM PROCESSOR definition and use that for finding processor specific binaries from QNX SDP. Task-number: QTBUG-116082 Pick-to: 6.5 Change-Id: I893cac45058d8e0ac6228159e9b97bc59307ff35 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit b5607a5894a441ff779ea7c46fffe7310a13cb9e) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update submodules on '6.6 in qt/qt5'Qt Submodule Update Bot2023-11-0443-0/+0
| | | | | Change-Id: I54904933cb96a8144cecbad5fc88603a5ad049eb Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update submodules on '6.6 in qt/qt5'Qt Submodule Update Bot2023-11-0243-0/+0
| | | | | Change-Id: If69b1c2615cf58266d22976c10b6dc8ce8f09889 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Coin: Fix install-ffmpeg calls for androidBartlomiej Moskal2023-11-022-2/+2
| | | | | | | | | | | | | | | There is a specialized script to install FFmpeg for Android. Use it instead of common install-ffmpeg.sh (which does not work for "android" parameter). Task-number: QTBUG-110805 Task-number: QTBUG-114954 Task-number: QTBUG-113980 Pick-to: 6.5 Change-Id: I2409e0f8ffe0f8b28eadce4738c2551fe00a7fbf Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> (cherry picked from commit 185b7219a4f8b65e3dab71d14eeaacbb3d4fed76) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Replace OpenSUSE leap 15.4 with OpenSUSE leap 15.5Tero Heikkinen2023-11-0233-7/+371
| | | | | | | | | | | | | OpenSUSE 15.5 will replace 15.4 in yaml configurations at first and OpenSUSE 15.4 scripts are still kept for some time. OpenSUSE 15.4 scripts will be removed later. Task-number: QTQAINFRA-5666 Change-Id: Ic04dee5935b2d0ea9b99dd103f796d38ea90ba2d (cherry picked from commit 0122ea6e0ae5d01b3dea0530234441a0b6c4eb4b) Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
* Update Android Automotive emulator image on RHEL 8.8 to use AAOS12Petri Virkkunen2023-11-021-4/+4
| | | | | | | | | | | | | Original patch updating QtAA emulator image to AAOS12 did not include the RHEL 8.8 configuration. Android 12 is the desired platform for most users, need to run our tests on it instead of A11. Fixes: QAA-2142 Change-Id: I0d08897cd43ae8f7e9fae084c103c66d6602e028 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> Reviewed-by: Toni Saario <toni.saario@qt.io>
* OpenSuSE: disable kwin overviewAxel Spoerl2023-10-314-0/+64
| | | | | | | | | | | | | The KDE window manager kwin launches window overview, when the mouse remains in the top left for about 1 second. This causes flakiness in autotests, if they move the mouse to the top left. => Disable the overview function, which is enabled by default. Change-Id: I43925d15db99f5d40b6cc0cdba39203513e8c59f Reviewed-by: Toni Saario <toni.saario@qt.io> (cherry picked from commit 71b55915f02bfe035215494d941fcdb842e22c02) Reviewed-by: Tero Heikkinen <tero.heikkinen@qt.io>
* Update submodules on '6.6 in qt/qt5'Qt Submodule Update Bot2023-10-3143-0/+0
| | | | | Change-Id: Id6201d8cfc63a0737a293fd4255c8d01e8d81bc6 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Provisioning: Fix SLES 15 SP5 packagekit flakinessTero Heikkinen2023-10-301-13/+10
| | | | | | | | Task-number: QTQAINFRA-5899 Change-Id: Ie5070cc4d99e7fe451c394c3078aeb60e8332fff (cherry picked from commit 530f00502a72fb6807afe5150efd214da98e614a) Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Update Android Automotive emulator image in CI to use AAOS 12Petri Virkkunen2023-10-302-10/+10
| | | | | | | | | | | Android 12 is the desired platform for most users, need to run our tests on it instead of A11. Task-number: QAA-1739 Change-Id: Iadfdfcbc97b062baa1c4ef6eb46e9e1af6e3478a Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> Reviewed-by: Rami Potinkara <rami.potinkara@qt.io> (cherry picked from commit 3115ca5d17042cd00aa399dce7e3e86126d0b3a8)
* Provisioning: Upgrade ffmeg version to fix make issue with SLESHeikki Halmet2023-10-291-44/+9
| | | | | | | | | | | | | | | | | | Version points to commit: c5039e158d20e85d4d8a2dee3160533d627b839a This commit is the latest one in 6.0 branch. This way we'll get fix also for https://fftrac-bg.ffmpeg.org/ticket/10405 Version should be changed to official release when the next official release is available. Task-number: QTQAINFRA-5912 Change-Id: I4e7acea5a54ce692334c7fe22ba074791c94cf03 Reviewed-by: Matti Paaso <matti.paaso@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> (cherry picked from commit 4067395aeefc151610e05f62e30066e96b8198fe) Reviewed-by: Toni Saario <toni.saario@qt.io>