aboutsummaryrefslogtreecommitdiffstats
path: root/coin
Commit message (Collapse)AuthorAgeFilesLines
* Provisioning: Remove squish script call under Windows 10 x86Heikki Halmet2021-02-251-1/+0
| | | | | | | | | | RTA don't use squish with Windows 10 x86 in Qt6 Pick-to: dev Pick-to: 6.1 Change-Id: Ib1c27e53310506f2c91ab8b65404caba8fcfcaf8 Reviewed-by: Johanna Äijälä <johanna.aijala@qt.io> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Drop failing qmake builds from AndroidJani Heikkinen2021-02-241-17/+0
| | | | | | | | | | | | We are not supporting to build Qt 6.0 with qmake so it is better to drop these failing targets instead of wasting time to fix the regression. These targets are already dropped from newer releases so it is OK to drop them from Qt 6.0 as well Fixes: QTBUG-91356 Change-Id: Id5cd4c9758ea7375aca72d23b4aa648e8479869d Reviewed-by: Ulf Hermann <ulf.hermann@qt.io> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
* CI: remove InsignificantTests flag for win10 msvc2019 developer buildLiang Qi2021-02-051-1/+1
| | | | | | | | | Task-number: QTQAINFRA-3949 Change-Id: I3e39a082fe5d2a22f7e263185b5032fd4f0928e5 Reviewed-by: Liang Qi <liang.qi@qt.io> (cherry picked from commit d3fc95535cb2b9a543d5d043d7535806fdafd9f0) Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Provisioning: Disable multicast advertisementsHeikki Halmet2021-02-041-1/+3
| | | | | | | | | | | | To get rid of the computer name notification multicat advertisements needs to be disabled. This notification seems to affect to autotest by causing misleading failures. Task-number: QTBUG-89746 Change-Id: I2365092ee05cc731b78e17c56eee7c4370a9f0a7 Reviewed-by: Toni Saario <toni.saario@qt.io> (cherry picked from commit a3c798e76a8cc9c6b4dfc3c178b45f0a294ecf77) Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Provisioning: Update Squish for Qt6Johanna Äijälä2021-02-022-17/+35
| | | | | | | | | | | | | | These are snapshot packages from Froglogic, not available for macOS yet, thus it will still use Qt5.15 based Squish. Only Linux and Win packages are updated now. Along with the Squish for Qt6 we need the Squish for Qt5 to be able to run Creator tests (since Creator is still Qt5 based). Change-Id: Iec0294e1de036db004633ee6b95e1e68a6dd23a5 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Heikki Halmet <heikki.halmet@qt.io> (cherry picked from commit d86303a561a0179003802b9591ae8b7690033d16) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Add MinGW developer build with testing and build of examplesTony Sarajärvi2021-01-251-0/+8
| | | | | | | | | Task-number: QTQAINFRA-3758 Change-Id: I8f1fc88175b91848b47ab8e794ac252c88221aa5 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> (cherry picked from commit 61e28c4e57cd8caa474fa77782719d9e170fdb35) Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
* Provisioning: get-pip.py address changed for python 2.7Heikki Halmet2021-01-241-1/+8
| | | | | | | | | | | | | | | For python27 get-pip file's location has been changed and we need to use two different get-pip files for different python versions. Let's also cache these python files and use cache as primary url. Task-number: QTQAINFRA-4210 Change-Id: Iebc00f6f319bb914f7548d4737e13fed9ac2b292 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit 6d20944daf78c50b0de03e516293c87959616623) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Provisioning: Install dynamic libclang to macOS 10.15Simo Fält2021-01-221-0/+6
| | | | | | | Change-Id: I8e0917b15eba79e3a616a096722f68088859f0c7 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io> (cherry picked from commit c149644775017e4c5c0a928ca6b94e4830e2fe6f) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Provisioning: Upgrade Xcode and Command Line Tools to version 12.3Heikki Halmet2021-01-223-6/+6
| | | | | | | | | | Xcode 12.3 is currently supported in macOS 10.15.4 and 11.1 Task-number: QTQAINFRA-3962 Change-Id: Id919e63cd792e4c35b4bb625a574009fd044f440 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit a4d03dbc1997a90b1645014f1ec73db7239c8486)
* Provisioning: Use prebuilt Android openssl if availableHeikki Halmet2021-01-211-24/+34
| | | | | | | | | | | | Android openssl configuration is flaky. Some cases it can't find perl. Let's use prebuilt package from local cache. If not available then download sources and configure it. Task-number: QTQAINFRA-3993 Change-Id: I4b15cba763d88d85dfe7908fa22c2ce5f461f5cc Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit 25dbd78d3f36d2d3c93d1468855aacd2c08a1277) Reviewed-by: Simo Fält <simo.falt@qt.io>
* Provisioning: Add --ignore-signature to ICC installationHeikki Halmet2021-01-212-2/+2
| | | | | | | | | ICC installation fails when checking digital signature Task-number: QTQAINFRA-4174 Change-Id: Idcbca27a852abbd0824938f825807121a4f60c3e Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit d238c03742fb7568ad794017875f63f6a854b5ff)
* Provisioning: Add libclang packages to cacheHeikki Halmet2021-01-212-6/+4
| | | | | | | | | | | Both static and dynamic libclang packages are missing from our local cache. Dynamic and static packages need to be in different folders because package names are identicals Change-Id: I0d4c0c776f1c5f318417cae6c16d683b31a10710 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit 8c32c1dcd792bc328ee5f132555329383aef0848) Reviewed-by: Simo Fält <simo.falt@qt.io>
* Provisioning: Install libClang 10 with dynamic libsSimo Fält2021-01-218-0/+165
| | | | | | | | | | | As Qt uses only static archives of libclang, we have to install dynamic version as an additional package. Libclang is required for example QtForPython. Change-Id: Ic9d70398113defe3561f261aee369b423c18686a Reviewed-by: Heikki Halmet <heikki.halmet@qt.io> (cherry picked from commit b792fd56dbf8d3ab1c8dd3d53b9afb86ca3555af) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Add tqtc-qt-rta.yaml for RTAJohanna Äijälä2021-01-141-4/+2
| | | | | | | | | Needed for coin_cloner to be able to create virtual machines for macOS10.15 targets in RTA tests. Change-Id: I499a54a249a8295e014d7fa08bc32284dc8c73a3 Reviewed-by: Matti Paaso <matti.paaso@qt.io> (cherry picked from commit af8f88606a2147c10740ba6f46c9a0adf2005724)
* Revert "Mark Android test config as InsignificantTests"Assam Boudjelthia2021-01-121-1/+1
| | | | | | | | | | | | This reverts commit b8ae74d78acbd439253de6f964bd908331a2588c. Reason for revert: Emulator startup issue is fixed now with 86a655387c26cd25dde69cebd18b5ff9379fbe3e. Change-Id: Id5d8f4db7bfcf194076385c6271bb324c126e268 Reviewed-by: Toni Saario <toni.saario@qt.io> (cherry picked from commit c657dbee638bbfb68f6e8a12da83ef267811169a) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Provisioning: Install python-xml for RTA testsHeikki Halmet2021-01-071-0/+3
| | | | | | | | | | RTA tests requires python 2 xml modules, e.g. xml.etree.ElementTree Task-number: QTQAINFRA-3990 Change-Id: I9db41280a73ae97b0698198afea5fc5d48dec563 Reviewed-by: Johanna Äijälä <johanna.aijala@qt.io> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit ed8cddd726f4695d5022d23949ee39c57b21a210)
* Build Linux packages against legacy OpenGL libsJoerg Bornemann2021-01-061-1/+1
| | | | | | | | | | | | | Do not link against the GLVND OpenGL libs (libOpenGL.so.0), because those might not be available on target systems. In order to do that, we set OpenGL_GL_PREFERENCE to LEGACY. Fixes: QTBUG-89754 Change-Id: I28e8c62b137f17cf6692b84f438a8ae60ebe0e91 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> (cherry picked from commit f79742edb1fd7c2964f317dcffb754e03d0cb540) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Use Parallels for macOS 10.15 builds and testsAntti Jaakkola2020-12-3150-6/+1140
| | | | | | | | Change-Id: I875cf12afafae5389f8c974cd40789c5183d4cb2 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> (cherry picked from commit 68a183324d0285a28abda4c1ac319184ddc2533a) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* CMake: Enable PCH for all buildsCristian Adam2020-12-241-5/+5
| | | | | | | | | With CMake 3.19.2 provisioned, iOS will be able to compile with PCH. Change-Id: Ic9c9eef98d229a7cb8d87fa1e4555cdbeac1f7cf Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> (cherry picked from commit eff3b74d3b5e0e1f59f5dc416bf2677bd61172fd) Reviewed-by: Cristian Adam <cristian.adam@qt.io>
* CMake: Update provisioned CMake to version 3.19.2Cristian Adam2020-12-234-12/+12
| | | | | | | Change-Id: I9544eb3ba08b60d027e895031b93731c1e8d00af Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> (cherry picked from commit 5f4bd8911dc40fb2276b7032c794384f03455d45) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Provisioning: SLES 15 SP2 now uses our local repo cloneVille-Pekka Karhu2020-12-232-10/+17
| | | | | | | | Task-number: QTQAINFRA-3895 Change-Id: Ied30afb03543659f66f7b1eedae5249e09c40ae8 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io> (cherry picked from commit 966760de03bc895bbbf81c77710981ed387af103) Reviewed-by: Cristian Adam <cristian.adam@qt.io>
* Provisioning: Remove deprecated brew callSimo Fält2020-12-221-2/+0
| | | | | | | Change-Id: If956d0f77cd5c6763fc2314277c346d8f27e6eee Reviewed-by: Heikki Halmet <heikki.halmet@qt.io> (cherry picked from commit 0350263a07b49532623110e2aa5cf64ea3165246) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Provisioning: Set time zone to UTC on CentOS 8.1Heikki Halmet2020-12-171-0/+2
| | | | | | | Change-Id: Id1747661b10fb24e2dd3aaa9af4dedafafbf764e Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit 6a9193ef405a567330c18fda02b60c9d347f54b9) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Add glproto-devel to openSUSE for webengineAllan Sandfeld Jensen2020-12-121-1/+1
| | | | | | | | | We now need glxtokens.h Change-Id: I55bc2d195cb27b53ff0a2573e558e4cd40e67451 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io> (cherry picked from commit d5eeee1cd242d4571ca3a251cb5c681869c1e268) Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
* Fix nodejs installation on windowsAllan Sandfeld Jensen2020-12-111-10/+10
| | | | | | | | | | Was unpacked into a subdirectory with the same name as the archive Fixes: QTQAINFRA-4055 Change-Id: Ic11d2d926a1d2250b963010729d70bd00b992f89 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io> (cherry picked from commit e38fc457409d0ddb96dbcb57cb4788e2640f4cab) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Provisioning: Fix GCC installation for linuxHeikki Halmet2020-12-111-1/+1
| | | | | | | | | | Pre-built package was missing from cache and source package was named as pre-built package Change-Id: I6d14b198ab7e3795e5f70986c9a50662225ac666 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io> (cherry picked from commit 4aa14ea9d7ce4438f2891ddbaf34cea2bdcd559a) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Disable LSO regardless of network interface nameTony Sarajärvi2020-12-081-1/+2
| | | | | | | Change-Id: Ie439e11d9de6f71f4562b014b80a32fbf7660883 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit 1015211da786941a604d3fa961bd386eac109eab) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Change network adapter name for Windows 10 x86Heikki Halmet2020-12-071-1/+2
| | | | | | | | | | | Different Windows versions seems to use different name for network adapter. Let's move this from common scripts folder to Windows 10 platform folder Change-Id: I6a4a15ead41aef2e79b1b7782f1c5ffa6e46cae1 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit bb4606c5c848079560eb6c9338b96ebde6229e60) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update Windows 10 x86_64 version to 20H2Heikki Halmet2020-12-0417-110/+63
| | | | | | | | | | | | | | | | | | | Windows 10 Enterprise 20H2, OS build 19042.508 Additional SW: MSVC 2019 version 16.8.1 MSVC 2019 Build Tools version 16.8.1 MSVC 2015 14.0.25420.1 Virtio driver Virtio Balloon driver NetKVM driver Vioserial driver Guest-agent qemu-ga-x86_64 Task-number: QTQAINFRA-3961 Change-Id: I8abc7ac011c58ad13db433fc86a1327afceafc68 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit 420d7f809c2b133456b24d047e54e29936d0180b) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* CMake: Add headersclean feature to the packaging configsAlexandru Croitor2020-12-031-5/+7
| | | | | | | | | | Task-number: QTBUG-86053 Task-number: QTBUG-82615 Change-Id: I89ed5b80b1c6fb793cfec5921b489cbd7693db20 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Kai Koehne <kai.koehne@qt.io> (cherry picked from commit 45ce639a623de2c14ba795adfa62ba7f1176f6c7) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Provisioning: Install Azure toolHeikki Halmet2020-12-032-0/+41
| | | | | | | | Task-number: QTQAINFRA-4042 Change-Id: I8e29190f4caf8b766cced40042bfe60ec2601a8e Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit cdea442a3a60421100e1bf80d8fa107995cda1ef) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Provisioning: Install Dotnet SDK 2.1Heikki Halmet2020-12-032-0/+61
| | | | | | | | | | Dotnet is needed for Azure installation Task-number: QTQAINFRA-4042 Change-Id: I6dd9d965f536d28554bbce6e76b19a3861f55ff2 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit 8846d0d52d86940af6e57b495a5c20e08c7d47d0) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Mark Android test config as InsignificantTestsAlexandru Croitor2020-12-011-1/+1
| | | | | | | | | | | The qtbase Android test job often times hangs, causing other integrations to fail. Until the issue is fixed, mark the config as InsignificantTests. Change-Id: I4921d5a830bf49cb144a6e93bd4e3a6ee34f216f Reviewed-by: Toni Saario <toni.saario@qt.io> (cherry picked from commit b8ae74d78acbd439253de6f964bd908331a2588c) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Add platform configs for Pyside-setupSimo Fält2020-11-302-0/+18
| | | | | | | | | | | While default.txt contains configs with UseLegacyInstructions it can't be used by pyside-setup, while it falls back to COIN's legacy module class. Change-Id: I5d2856344b817f6085ba66643f47803ccee29b06 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> (cherry picked from commit 32d8d76755eec145d52b18d72c6cc09f8462b952) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Add upload for the documentation artifactToni Saario2020-11-271-0/+5
| | | | | | | | | The upload for the documentation was missing. Change-Id: I9f1df81ecee3bbf6dd1128d24ae4fd2717bb3dcb Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit 0848b04307d3246fecfbb31dd580e9f80644927d) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* CMake: Adapt to new QT_BUILD_TESTS variableJoerg Bornemann2020-11-258-29/+29
| | | | | | | Change-Id: Ib35e164a8628ffc7d1429ba4756a27d4b98977e2 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit 87269f4353b17f2d752fad9350ee8b0e44ac1342) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Android: update build tools and SDK level to 29 in CIAssam Boudjelthia2020-11-241-2/+2
| | | | | | | Change-Id: I6f831882f1e4c2ba68cbd70d03b72a9337211fbf Reviewed-by: BogDan Vatra <bogdan@kdab.com> (cherry picked from commit 9b5c3f0a6d558b5604208e32c29c7a5a1d5a567e) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Add CI config to run Android x86 test in emulatorSimo Fält2020-11-231-0/+11
| | | | | | | | Task-number: QTQAINFRA-3867 Change-Id: Icabb8e5cd880087abcf1d2c68ac126a4d8bf8687 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> (cherry picked from commit 1468849b301d2e561d9374e54363ea731a9d7c1d) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* CMake: Update provisioned CMake to version 3.19.0Alexandru Croitor2020-11-204-9/+9
| | | | | | | Change-Id: I9c5be93146882d5593bbe46811a653d6b2a88aee Reviewed-by: Kai Koehne <kai.koehne@qt.io> (cherry picked from commit 6b46bc3b7bf77a3bcf3794ec42d72bd4089be196) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Remove icu provisioning from 32 bit Windows 10Tony Sarajärvi2020-11-171-1/+0
| | | | | | | Fixes 2fb5125e5bd6a92039d087d26e1d3195223f55c9 which was incomplete Change-Id: I80392c63fff1de53780416fa8e3e04ef2990323d Reviewed-by: Matti Paaso <matti.paaso@qt.io>
* Swap static builds between openSUSE and SLESTony Sarajärvi2020-11-171-3/+3
| | | | | | | | By moving the static build to SLES, we can run autotests on openSUSE. It also makes sense to move the developer build at the same time. Change-Id: I5e0c4b0caf2bbd5a0d419555b1e270673adfc890 Reviewed-by: Liang Qi <liang.qi@qt.io>
* Provisioning: Install QEMU Guest Agent to LinuxVille-Pekka Karhu2020-11-164-0/+162
| | | | | | Task-number: QTQAINFRA-2462 Change-Id: I1d74a886a3056d3d8b7ca7bce676701c15e67c6f Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Clean up unused provisioning scriptsTony Sarajärvi2020-11-166-86/+0
| | | | | | Change-Id: Id6c5de28bde4a7870eb33d685c948bfcf48cb367 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io> Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
* Remove RedHat 7.6 from CIHeikki Halmet2020-11-1630-1019/+2
| | | | | | | | | | CentOS 8.1 is now in CI without Insignificant flags so Rhel 7.6 can be removed. Task-number: QTQAINFRA-2760 Change-Id: Id797a6ea5bf9c4d64929b4d6e183d0c7146309ca Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
* Move coredump script under SLES 15 SP2Heikki Halmet2020-11-161-0/+0
| | | | | | | SLES 15 was replaced by SLES 15 SP2 Change-Id: Ia15e59ecb5407b9432ea82171c73a4576b162c35 Reviewed-by: Toni Saario <toni.saario@qt.io>
* Provisioning: Update MSVC 2015 version numberHeikki Halmet2020-11-161-1/+1
| | | | | | | | Add correct version for Visual Studio 2015 and also update the script name to point to MSVC 2015 Change-Id: Ice9b8359fbdcd885227eb94f6ef8cbbb5a02f099 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* CMake: Mirror missing -no-gui Ubuntu configAlexandru Croitor2020-11-131-0/+8
| | | | | | | | | Amends 57ae486e364106b0b47cf2020ee1d05bc8d89fef Fixes: QTBUG-88343 Task-number: QTBUG-86053 Change-Id: Icabf4cda23a61845b7f21b4d9f2e70e05ced0256 Reviewed-by: Toni Saario <toni.saario@qt.io>
* CMake: Update provisioned CMake to version 3.19.0-rc2Alexandru Croitor2020-11-124-12/+12
| | | | | | | | | | | | We want to be able to build qdoc and lupdate on MSVC with Ninja Multi-Config. Task-number: QTBUG-85411 Task-number: QTBUG-88139 Task-number: QTBUG-87315 Change-Id: I53b705535981b67c817f4d49d435e8f2a0553f74 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Kai Koehne <kai.koehne@qt.io>
* Update Strawberry Perl to 5.32.0.1Tony Sarajärvi2020-11-111-4/+4
| | | | | | | Change-Id: I79f1f65af473f4925342267ab000d6261d3a7e42 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Ville-Pekka Karhu <ville-pekka.karhu@qt.io> Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
* CI: remove InsignificantTests flag for Ubuntu 20.04 hostsLiang Qi2020-11-113-10/+5
| | | | | Change-Id: I50ee36c93e084d5bd8cf97a29a44c66698cc4f5a Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>