aboutsummaryrefslogtreecommitdiffstats
path: root/coin/provisioning
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Add Git\usr\bin\ to path on windows"HEADdevJukka Jokiniva4 days4-9/+0
| | | | | | | | | This reverts commit 0477a26495538586e23a0e4147013cda23d9ee96. Reason for revert: This change breaks qtinterfaceframework mingw build Change-Id: Ib0790c2bee99aa0133925b7663999e80906d882d Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Add Ubuntu 22.04 aarch64 platform for RTAKalle Viironen4 days9-0/+146
| | | | | | | | | | | Ubuntu 22.04 arm64 with minimal provision is added for RTA use only: Git, Java and GCC are installed in 02-apt.sh script. Python 3.10.12 is found already in Ubuntu. Task-number: QTQAINFRA-6212 Change-Id: Ib9931974179626afacdc7d6c03810a333ed3ae8e Reviewed-by: Johanna Äijälä <johanna.aijala@qt.io> Reviewed-by: Matti Paaso <matti.paaso@qt.io>
* coin: Build OpenSSL as universal build for macOS ARMTor Arne Vestbø5 days4-4/+4
| | | | | Change-Id: I6769c4b1c62d9d89c502e90339841191cdfb674f Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
* Fix shellcheck problemsTony Sarajärvi6 days15-34/+33
| | | | | Change-Id: I277fd923f62aa5888d7e18c89471909732da30e5 Reviewed-by: Liang Qi <liang.qi@qt.io>
* Provisioning: Fix openssl lib path on DebianSimo Fält9 days1-2/+5
| | | | | | | | | | | This amends change Ia4bacf1b7751e15915fc7faca473cb0408a72e35. Task-number: QTBUG-123049 Pick-to: 6.7 Change-Id: I0a3e24dd8157fd63c1bdfb06019faff2fa5ef3df Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> (cherry picked from commit 2ac1bddea454c70fd040c2ac7e3bb3c36035a8cf) Reviewed-by: Toni Saario <toni.saario@qt.io>
* Provisioning: Install openssl3 into Debian VMSimo Fält9 days2-6/+14
| | | | | | Task-number: QTBUG-123049 Change-Id: Ia4bacf1b7751e15915fc7faca473cb0408a72e35 Reviewed-by: Toni Saario <toni.saario@qt.io>
* Use SetEnvVar instead of appending .bash_profile with LLVM variablesMichael Brüning10 days2-2/+2
| | | | | | | | | | | | | It seems that the existence of .bash_profile on Debian systems prevents the .profile file from being read on login, which means some additions to PATH that are essential for e.g. the Web Engine build are not made. Pick-to: 6.7 6.6 6.5 Change-Id: Ib271ef49e573fc0588ffbaa9bebbfda4469b60f9 Reviewed-by: Michal Klocek <michal.klocek@qt.io> Reviewed-by: Elias Toivola <elias.toivola@qt.io> Reviewed-by: Piotr Wierciński <piotr.wiercinski@qt.io> Reviewed-by: Simo Fält <simo.falt@qt.io>
* Android:Coin: fix shellcheck issues in android_linux.shAssam Boudjelthia10 days1-5/+5
| | | | | | | | | | | | use '=' and '?' instead of '\=' and '\?' and wrap the curl URL in quotes. Amends 39517ef0d0860827b2b96568dd31771d0f4afa2e. Pick-to: 6.7 Task-number: QTQAINFRA-6166 Change-Id: I6e6333cdb94043d5476cac5bc631ea1ca16bab1f Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Coin:Android: bump minimum CI test emulator to Android 8 api 26Assam Boudjelthia11 days1-3/+3
| | | | | | | | | | | 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>
* Android: remove unused Android 13 (api 33) system image downloadAssam Boudjelthia11 days1-5/+0
| | | | | | | | | | Android 13 system image was still being downloaded and an emulator created for it while it's not being used in CI, so it's just adds unnecessary load to provisioning. Pick-to: 6.7 Change-Id: Ie33c82fd578dcfe68a77426c8e5c0cf047938833 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
* Update MySQL and enable it for more Windows targetsElias Toivola13 days1-12/+7
| | | | | | | | | | | | | | | | | | Currently MySQL is enabled only for Windows 10 22h2 msvc2022 and it uses deprecated MySQL Connector/C. This change updates MySQL client library by replacing MySQL Connector/C with MySQL 8.0 Server package which contains a newer client library that works in other Windows targets. This change also enables MySQL in other non-packaging Windows 10/11 targets except ARM, as Windows on ARM still lacks MySQL support. Task-number: QTQAINFRA-4999 Fixes: QTBUG-106097 Change-Id: I4472d3e441668bada18268fc4486bbbeefc4afd6 Reviewed-by: Dimitrios Apostolou <jimis@qt.io> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
* Update provisioning script to build FFmpeg for Windows ARM64Pavel Dubsky2024-04-202-10/+29
| | | | | | | Fixes: QTBUG-122745 Pick-to: 6.7 6.5 Change-Id: Ib03484ac89f07d7ad6433b0035769f4a9363495b Reviewed-by: Artem Dyomin <artem.dyomin@qt.io>
* Provisioning: Add Get-CpuArchitecture helper functionOliver Wolff2024-04-201-0/+22
| | | | | | | | For the addition of ARM64 to our checked packages, this helper function will come in handy as it is more fine grained than Is64BitHost. Change-Id: I8956c1ca6e445c0b783a39e4d42069199496f053 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
* Add Git\usr\bin\ to path on windowsCasimir Saastamoinen2024-04-204-0/+9
| | | | | | | | | Adding Git\usr\bin\ to path would make it possible to use vim and compile in ssh session Task-number: COIN-1060 Change-Id: Ic96d787de3cc71c685e09ae6fd00c35745e747a1 Reviewed-by: Ville-Pekka Karhu <ville-pekka.karhu@qt.io>
* Android:Coin: do gradle build in provisioning to cache downloadablesAssam Boudjelthia2024-04-1411-1/+171
| | | | | | | | | | | | | | | | | If Gradle is not present in the system, it's downloaded from the URL from the Gradle wrapper. Also, the same for AGP when an Android project build is done. Currently, that's done on every integration, and that can be unreliable due to networking flakiness. With this patch, a Gradle build is done once during provisioning where the downloads of Gradle and AGP dependencies are downloaded. Fixes: QTQAINFRA-6166 Fixes: QTQAINFRA-4726 Fixes: QTBUG-117203 Fixes: QTBUG-114699 Change-Id: Ic9fd8aeea3379ca1d45ffeb4523a52e2846fcabb Reviewed-by: Dimitrios Apostolou <jimis@qt.io> Reviewed-by: Toni Saario <toni.saario@qt.io>
* Coin:Android: update emulator version to 34.1.19Assam Boudjelthia2024-04-051-3/+3
| | | | | | | | | | Update to latest (as of now) Android emulator version 34.1.19, which might solve Vulkan crashes on some CI tests. Pick-to: 6.7 6.6 6.5 Task-number: QTQAINFRA-5971 Change-Id: Ic81158f44ac5c922bfdbe6f5c04900234e063615 Reviewed-by: Jukka Jokiniva <jukka.jokiniva@qt.io>
* coin: test gcc-12 for qtbase onlyLiang Qi2024-04-041-0/+1
| | | | | | | Task-number: QTQAINFRA-6203 Change-Id: I4515b2be1cf9b9fe2f559dddf52f25d67f0e131f Reviewed-by: Tero Heikkinen <tero.heikkinen@qt.io> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Add gbm dependencies for webengine to RHELAllan Sandfeld Jensen2024-04-042-0/+6
| | | | | | | | Was previously only added for 8.4 and 9.0 Pick-to: 6.7 6.5 Change-Id: Ifa22b6836818ad59b6f3dcfd6b1a6dbc1293782b Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Fix shellcheck warnings in set_tcc_permissions.shTor Arne Vestbø2024-04-031-1/+2
| | | | | | Pick-to: 6.7 Change-Id: I6b4de6e02e92d4c85fbb58cb1573a0ab3a178b24 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Add Windows 11 23H2 as non-blocking in CIElias Toivola2024-03-2881-0/+233
| | | | | | | | | Windows 11 23H2 version which will replace Windows 11 22H2 once the new version is deemed as stable. Until then, 23h2 tests will be set as insignificant. Task-number: QTQAINFRA-6075 Task-number: QTQAINFRA-6113 Change-Id: I15054813896210fadf14da815ad5a7b3e402e800 Reviewed-by: Jukka Jokiniva <jukka.jokiniva@qt.io>
* Update vxworks VSB and VIPToni Saario2024-03-281-5/+5
| | | | | | | | | | | Adds flags "_WRS_CONFIG_KERNEL_SSP=y" "_WRS_CONFIG_RTP_SSP=y" for VSB. Task-number: QTBUG-123715 Change-Id: I069d86d9633148fc50654f2e43ab7b8c9152f973 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Provisioning: Update Axivion bauhaus-suiteMatti Paaso2024-03-271-5/+5
| | | | | | | | Update tool from version 7.7.1 into version 7.7.4. License file is also updated. Change-Id: Ia38ed9d58bd4b5e5c1efdacca866faf4bfe95a09 Reviewed-by: Jukka Jokiniva <jukka.jokiniva@qt.io>
* Provisioning: Disable keyring password promptSimo Fält2024-03-271-0/+3
| | | | | | | | | | Fixes: QTQAINFRA-6215 Pick-to: 6.6 6.5 Change-Id: I50e70177f763493107d0919625f4885dc3a9713d Reviewed-by: Tero Heikkinen <tero.heikkinen@qt.io> Reviewed-by: Toni Saario <toni.saario@qt.io> (cherry picked from commit 1716158656f39efdea5b47dd07ec8bbbd03474f6) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Provisioning: Upgrade Xcode to version 15.3 for macOS 14 ARM and IntelVille-Pekka Karhu2024-03-224-6/+6
| | | | | | Task-number: QTQAINFRA-6211 Change-Id: I26995366ca954d6b619f5dfe70f7abb5da7a2b31 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
* Add new Axivion Analysis configuration for 7.7.1Matti Paaso2024-03-181-2/+2
| | | | | | | | code_annotations.json file added into configuration. Change-Id: I64925cdcb592eb76d0e4231ea35a60f7fb29e0de Reviewed-by: <sebastian.krings@qt.io> Reviewed-by: Jukka Jokiniva <jukka.jokiniva@qt.io>
* Provisioning: Add Spotlight disabling to macOS 13 and 14 ARMVille-Pekka Karhu2024-03-152-0/+14
| | | | | | Pick-to: 6.7 Change-Id: Ibdb5d7d23d43b442811e4a47096b1038fcff3b27 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
* Implement dynamical ffmpeg linking on macOSArtem Dyomin2024-03-132-12/+52
| | | | | | | | | | | | | * fix dependencies and install names (absolute => relative) * fix compilation build of dylib on xcode 15. * add matching build instructions to yaml. * old macos versions don't have 'realpath', workaround is used. Task-number: QTBUG-120989 Pick-to: 6.7 6.6 6.5 Change-Id: I22e413d8f6d05c8c7d6d09a5926691216e781fd3 Reviewed-by: Artem Dyomin <artem.dyomin@qt.io> Reviewed-by: Jøger Hansegård <joger.hansegard@qt.io>
* Provisioning: Install webdriver-manager for Python3Piotr Wiercinski2024-03-121-1/+1
| | | | | | | | | WebDriverManager will be used to install correct version of chromedriver for WebAssembly Selenium testing. Task-number: QTBUG-122729 Change-Id: I49b61da3d8dd20b36ec6965c258a6a608ac33a63 Reviewed-by: Simo Fält <simo.falt@qt.io>
* coin: Give bootstrap-agent permission to use microphone on macOSTor Arne Vestbø2024-03-112-0/+36
| | | | | | | | | | | | | | The bootstrap-agent is the 'responsible process' in TCC terms when it comes to whether a test should be allowed to access the microphone. https://www.qt.io/blog/the-curious-case-of-the-responsible-process By giving this process the permission explicitly, by modifying the TCC database, we ensure that all tests run as child processes also get this permission. Change-Id: Ia03084ac89f0717ac6457b0035769f4a9863495b Reviewed-by: Ville-Pekka Karhu <ville-pekka.karhu@qt.io>
* COIN: Update used chroot for Debian packagesSimo Fält2024-02-284-49/+37
| | | | | | | | Use Ubuntu 22.04 instead of 20.04 Pick-to: 6.7 Change-Id: If03ba14555fdcd0c98fab3843bdfd5c2ca1eba3f Reviewed-by: Toni Saario <toni.saario@qt.io>
* Add a ubuntu lcov nightly configurationDominik Holland2024-02-271-0/+9
| | | | | | | | | Also install lcov 2.0 into our ubuntu machines. Change-Id: Ib70445c94ae1dab07b9b58ba58900b12f7d23161 Reviewed-by: Tero Heikkinen <tero.heikkinen@qt.io> Reviewed-by: Robert Griebl <robert.griebl@qt.io> Reviewed-by: Simo Fält <simo.falt@qt.io>
* Provisioning: Fix re-installing ca-certificates on DebianSimo Fält2024-02-271-2/+1
| | | | | | | | | | If the installed ca-certificates on tier1 is something that doesn't exist in the repo anymore, re-install will fail. So just try to install and expect update if a more recent version is available. Pick-to: 6.7 Change-Id: Ib6e610f4908fcae6af7e79ecc37ffe600c6ee7af Reviewed-by: Toni Saario <toni.saario@qt.io>
* Upgrade to msys2 20240113 in Windows provisioningJøger Hansegård2024-02-231-2/+2
| | | | | | | | | | This upgrade is needed because msys2 20220319 fails to install diffutils. Its url is broken. Diffutils was first added on 6.5 Fixes: QTBUG-122465 Pick-to: 6.7 6.6 6.5 Change-Id: If94cafed68f3400557e01365e743155e9b732dac Reviewed-by: Artem Dyomin <artem.dyomin@qt.io>
* Update ffmpeg: explicitly refer to the latest release 6.1.1Artem Dyomin2024-02-214-8/+8
| | | | | | Pick-to: 6.7 6.6 6.5 Change-Id: I231c5cdc6155de0d1ea98220a90ecc0f910b34d6 Reviewed-by: Lars Knoll <lars@knoll.priv.no>
* Provisioning: Make RHEL versions staticTero Heikkinen2024-02-2012-0/+50
| | | | | | | | | | | | | With new CI policy to always update packages when provisioning changes, but system & packages are tied to a specific RHEL release i.e. --set=9.2 This could reduce unwanted upgrades and make provisioning more stable. Task-number: QTQAINFRA-5658 Pick-to: 6.7 Change-Id: I898a793acf152ebb6e1f31c9b26a98f47145bd5a Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* coin: Update provisioned qdoc, qtattributionsscanner binariesTopi Reinio2024-02-181-2/+2
| | | | | | | | | | | | | Update qdoc and qtattributionsscanner to the latest versions from qttools/dev. The qdoc binary is now built against libClang v17.0.1. It also supports the new \compares and \compareswith commands introduced in Qt 6.7. Pick-to: 6.7 Task-number: QTBUG-111580 Change-Id: I7d91226a89870968ecf3c9938ffcb451b1ea5c68 Reviewed-by: Luca Di Sera <luca.disera@qt.io>
* wasm: update Emscripten to 3.1.50Lorn Potter2024-02-182-6/+6
| | | | | | | Pick-to: 6.7 Change-Id: I39f3dbfce016a95a5c88b11596e666791c2311af Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io> Reviewed-by: Piotr Wierciński <piotr.wiercinski@qt.io>
* Provisioning macos 11 ARM: Install util-linux package for license serviceHeikki Halmet2024-02-181-0/+9
| | | | | | | | | This is required for macOS ARM target in license service Task-number: QLS-455 Change-Id: I7029e58e84e54818e11f90540f6c830bf79b4d63 Reviewed-by: Ville-Pekka Karhu <ville-pekka.karhu@qt.io> Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Fix ci-files01-hki.intra.qt.io -> ci.qt.io in provision scriptsTony Sarajärvi2024-02-1820-20/+20
| | | | | | | Change-Id: I4d0a129c170583d79dd6a0c8c38aa3db95e08c31 Reviewed-by: Casimir Saastamoinen <casimir.saastamoinen@qt.io> Reviewed-by: Tero Heikkinen <tero.heikkinen@qt.io> Reviewed-by: Jukka Jokiniva <jukka.jokiniva@qt.io>
* Update ffmpeg 6.0 => 6.1 for android targets on unix hostsArtem Dyomin2024-02-141-3/+3
| | | | | | | | | In n6.1, the target cpu is supposed to be x86-64 instead of x86_64. Task-number: QTBUG-121343 Pick-to: 6.7 6.6 6.5 Change-Id: Id87a6eaaf73f093bbac66f245998cda6a3e992fc Reviewed-by: Lars Knoll <lars@knoll.priv.no>
* Retain symlinks upon making universal macOS binariesArtem Dyomin2024-02-121-2/+8
| | | | | | | | | | Saving symlinks is important when we build dynamic libs, it will be needed for building QtMM + dynamic ffmpeg. Task-number: QTBUG-120989 Pick-to: 6.7 6.6 6.5 Change-Id: I58c040a81f1fa6a3b316ace864fda0687415fd0a Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
* Add libprotoc libprotobuf and libgrpc to Debian aarch64 provisioningAlexey Edelev2024-02-121-0/+5
| | | | | | | | | Use the system libraries. Pick-to: 6.5 6.6 6.7 Task-number: QTBUG-121579 Change-Id: I15e0199a8aa41f607af43569a685cced3b522aec Reviewed-by: Tatiana Borisova <tatiana.borisova@qt.io>
* Provisioning: Install libclang on Debian 11 templateSimo Fält2024-02-122-4/+15
| | | | | | | Pick-to: 6.7 Task-number: QTBUG-120912 Change-Id: I12e71c5c3058756e3e0eac420fb19a1f752b64b7 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Enable gdb stacktraces on all Linux configurationsDimitrios Apostolou2024-02-062-0/+16
| | | | | | | | | | This amends commit c66f8407a8496f4aff861287439c230ff42d0d1a by running the script on the remaining Linux configurations where gdb stacktraces were already working, in order to avoid breakage in the future. Change-Id: Ic069ed5369f761dcc3557b2ea7e09de703ebc142 Reviewed-by: Tero Heikkinen <tero.heikkinen@qt.io> Reviewed-by: Jukka Jokiniva <jukka.jokiniva@qt.io>
* Fix RHEL-9.2 provisioning getting stuck in disabling packagekitDimitrios Apostolou2024-02-061-1/+2
| | | | | | | | | | | | | packagekit service can't be disabled (it's missing an [install] section), and sometimes it gets activated by other means before PackageKit uninstalled. So mask the unit, and try to stop the service repeatedly in case it resists. Fixes: QTQAINFRA-6078 Change-Id: I2c93b548007f24f7d7f632410d146eb472e2b4fb Reviewed-by: Simo Fält <simo.falt@qt.io>
* QtMultimedia - build ffmpeg plugin for iOSTimur Pocheptsov2024-02-032-0/+76
| | | | | | | | Minimal preliminary script for building ffmpeg for iOS. Change-Id: Ie210db8cd50b5a757fcc6d6258c3ebdf4fc53c51 Reviewed-by: Jøger Hansegård <joger.hansegard@qt.io> Reviewed-by: Artem Dyomin <artem.dyomin@qt.io>
* Provisioning: Update Python installationPiotr Wierciński2024-02-021-1/+6
| | | | | | | | | | For WebAssembly selenium tests we need a newer version of Python (>3.7), so install 3.11 instead of default 3.6. Selenium and Netifaces pip packages are also required. Change-Id: I9e3b317b359e8775d90bd143ff9692fc2a90cf42 Reviewed-by: Dominik Holland <dominik.holland@qt.io>
* COIN: Make sure we read env also from zsh profilesSimo Fält2024-02-021-1/+3
| | | | | | Pick-to: 6.7 Change-Id: I0aaa6552a8f3971b43d2aed6b3dd7c3e216f4236 Reviewed-by: Ville-Pekka Karhu <ville-pekka.karhu@qt.io>
* COIN: Move arm Mac brew and pyenv install script under common directorySimo Fält2024-02-0219-286/+274
| | | | | | Pick-to: 6.7 Change-Id: I83c6b017d81bc98431f0d0421167890466e5b855 Reviewed-by: Ville-Pekka Karhu <ville-pekka.karhu@qt.io>
* COIN: Revert 949594ef8385c3eb48c6a3be3b9c0e3dddad1b35 from arm MacSimo Fält2024-02-024-20/+0
| | | | | | | | Currently prevents provisioning. Pick-to: 6.7 Change-Id: I135c58452b44066a9279497ba8e57454b0c0a458 Reviewed-by: Ville-Pekka Karhu <ville-pekka.karhu@qt.io>