aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs/linux_android_tests_developer.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Coin:Android: bump minimum CI test emulator to Android 8 api 26Assam Boudjelthia9 days1-1/+1
| | | | | | | | | | | Qt 6.7 has the minimum supported Android version as 8, this applies that to the CI as well. Pick-to: 6.7 Task-number: QTBUG-111919 Change-Id: Id4c9eda29f1b61bf739eae3624b07f44a893cfae Reviewed-by: Rami Potinkara <rami.potinkara@qt.io> Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
* Remove RHEL 8.6 from yaml configurationsTero Heikkinen2023-10-071-15/+0
| | | | | | | | | | 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 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* COIN/Android: Use -avd param to avoid appending '@' to AVD nameAssam Boudjelthia2023-08-011-2/+2
| | | | | | | | | | | Using -avd emulator param saves us from using the '@' character at the start of the name (which I didn't do few times, and was faced with an unresponsive emulator and not immediately seeing the problem in a debug vm). Task-number: QTQAINFRA-5596 Change-Id: I3863dc312fd33dae78eeb3dd02f5fb16ca79d72b Reviewed-by: Simo Fält <simo.falt@qt.io>
* Disable native_grpc feature for "Packaging" platformsAlexey Edelev2023-07-201-0/+2
| | | | | | | | | | | | | Native gRPC channels rely on the reference gRPC implementation that doesn't guarantee the ABI compatibility between different versions. We shouldn't link libQt6GRPC to any 3rdparty libraries that are not delivered as part of Qt when make packaging builds in CI. Task-number: QTBUG-115055 Task-number: QTBUG-110107 Pick-to: 6.6 6.5 Change-Id: Ie099b0af833d87308179d3b4eecc47738078010c Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Add Red Hat 8.8 to CITero Heikkinen2023-06-261-0/+14
| | | | | | | | | | | | RHEL 8.8 will be added as parallel with RHEL 8.6 until packaging site gives green light to remove the older Red Hat version. Removing also some obsolete package installations. Task-number: QTQAINFRA-5600 Change-Id: Ie77500a805a89db9019b5347539e662bc016af59 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Jukka Jokiniva <jukka.jokiniva@qt.io>
* Remove conan profilesTor Arne Vestbø2023-06-201-3/+0
| | | | | | | | | The conan experiment has ended, and the files are only bitrotting nowadays. Pick-to: 6.5 6.6 Change-Id: Iefdc6fa1a48bb4062b15cf035f372a2d44bddda9 Reviewed-by: Toni Saario <toni.saario@qt.io>
* Replace RHEL 8.4 with RHEL 8.6Heikki Halmet2023-05-111-2/+2
| | | | | | | | This also includes support for OpenSSL 3 for RHEL 8.6. Task-number: QTQAINFRA-5368 Change-Id: Ifeb87f840eaa0df227ae2b8c20a58c126f654d2e Reviewed-by: Kai Köhne <kai.koehne@qt.io>
* Revert back to use RHEL 8.4 with Android targetsHeikki Halmet2023-01-241-1/+1
| | | | | | | | | | | | RHEL-9 is causing problems in QtApplicationmanager when using RHEL-8.4 as a host build: It can't load libcrypto in Android build phase Task-number: QTBUG-110172 Change-Id: I6d5ef4684fb11e384eb54f9a37bd30e4ef8d145b Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> (cherry picked from commit 7ac39979ce0714399171cdf848745db25e7b6b79) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Change RHEL 9.0 to RHEL 8.4 for packaging targetsHeikki Halmet2023-01-171-1/+1
| | | | | | | | | | | | RHEL 9 is causing glibc issue with older linux distros. Let's revert back to use the older RHEL version. For Android targets we can still use RHEL 9 Task-number: QTBUG-110172 Change-Id: I6d61a550fceaab4946e27bd8806263ccfa38a6e6 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> (cherry picked from commit 1759420accb3c67614f3d089323928437b79b3b1) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Provision FFmpeg library for AndroidSamuel Mira2023-01-111-0/+1
| | | | | | | Pick-to: 6.4 6.5 Fixes: QTBUG-100474 Change-Id: I5cc6f645bd020628bc6a77d4a5d42575f4fcf979 Reviewed-by: Lars Knoll <lars@knoll.priv.no>
* Add ID for all targetsHeikki Halmet2023-01-101-1/+2
| | | | | | | | | All targets should have ID. This way it's easier to refer to needed target Pick-to: 6.4 6.5 6.3 6.2 Change-Id: I0af8399c3a4c436ab1e778ab4396c65ccd3a373b Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
* Add RHEL 9 to CIHeikki Halmet2022-12-231-2/+2
| | | | | | | | | This will replace RHEL 8 Task-number: QTQAINFRA-5111 Change-Id: Ib65e9b7a2afa85418d5113261bc83ba915b2bce0 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Ville Voutilainen <ville.voutilainen@qt.io>
* Revert "Android: Add WarningsAreErrors to Android targets"Fabian Kosmale2022-12-061-1/+1
| | | | | | | | | | This reverts commit d522c16201def8e521f271f9dbb5832382ae84f7. Reason for revert: This currently breaks CI, as declarative and qtbase are in fact not warning free. Change-Id: I52ecd7e845ea5ed3b47a6e7dd6426c6ac57b1095 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
* Android: Add WarningsAreErrors to Android targetsAssam Boudjelthia2022-12-061-1/+1
| | | | | | | | | Many times there were warnings of comparison of signs which can go unnoticed for various Android ABIs, so make warnings as errors to make sure to catch such issues on the fly. Change-Id: Idbc65bb3533188705ff7f7b9aaaf9de093817e4b Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
* Support multiple Android NDK versionsHeikki Halmet2022-09-201-2/+2
| | | | | | | | | | | | | | | We need to verify latest Android NDK version in all Qt6 branches and we need to retain the NDK version we had when the specific branch was released at the first time. Verification of the latest NDK will be done during integrations in 'dev' branch and with older brances it will be done using nightly build targets Task-number: QTQAINFRA-4990 Change-Id: I2a96e419d403820f55f4244230c28ad09dc9095b Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
* Also let Linux Android developer build use configureAndreas Buhr2022-06-231-2/+3
| | | | | | | Pick-to: 6.3 6.4 Change-Id: I31bfab26a28aa60354608dfe6531d9605f556c33 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Toni Saario <toni.saario@qt.io>
* Activate testing of developer build for Android in qtdeclarativeAndreas Buhr2022-05-181-0/+16
Pick-to: 6.2 6.3 Fixes: QTBUG-101865 Fixes: QTBUG-102943 Change-Id: Ib6a2345f77b52749c5e7945d19e2eaa52e311758 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>