aboutsummaryrefslogtreecommitdiffstats
path: root/coin
Commit message (Collapse)AuthorAgeFilesLines
* Provisioning: Fix dynamic libclang libs installSimo Fält2021-01-042-0/+6
| | | | | | | | | Cherry-pick from dev branch introduced unnecessary file but also missed two configurations. This change amends c5378f6cd63ee5743646937f94d57f035e59f844 Change-Id: I42bf3cabcd39b4acf8db623a08f52e06f06a6562 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
* Provisioning: Fix Nodejs12 Path for RedHatAllan Sandfeld Jensen2021-01-041-1/+1
| | | | | | | The path included the executable by accident. Change-Id: If477914a7313987796a952a05e9eecba7fdaf9c2 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
* Provisioning: Install Nodejs version 10 for QtWebengineHeikki Halmet2021-01-042-1/+12
| | | | | | Task-number: QTQAINFRA-4057 Change-Id: I6f476db59ee8fdb13d37a22fdd878c3db1fd1594 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Provisioning: Remove deprecated brew callSimo Fält2020-12-301-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: Install libClang 10 with dynamic libsSimo Fält2020-12-308-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>
* Provisioning: Fix installing nodejs and libusb to MacOS 10.13Simo Fält2020-12-302-3/+2
| | | | | | | | Brew doesn't provide pre built binaries of nodejs nor libusb for 10.13. Change-Id: I9e8b47dbbfde05fc38661df6c834b0ff3f2754f2 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Update Windows 10 x86_64 version to 20H2Heikki Halmet2020-12-2216-116/+69
| | | | | | | | | | | | | | | | | | 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)
* Bring back the -no-gui build in the CITony Sarajärvi2020-12-221-0/+5
| | | | | | | Task-number: QTQAINFRA-3999 Change-Id: I8e36d0b98c1d6062bf8bdf67eccba0727cb4bedc Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
* Provisioning: Fix GCC installation for linuxHeikki Halmet2020-12-211-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: Toni Saario <toni.saario@qt.io>
* Change installation order in macOS 10.13Heikki Halmet2020-12-213-0/+0
| | | | | | | | | | | | Nodejs installation fails with dependencies because symlinks already exists. Let's install homebrew and nodejs first before xz and python3. Also Opennebula installation needs to be before Nodejs installation, because brew will install another Openssl version as dependecy for nodejs and it can cause conflicts. Task-number: QTQAINFRA-4105 Change-Id: Ieea94eb118b5f2b71381ee24b8602e76813e35ea Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Update macOS 10.13 Tier1 imageHeikki Halmet2020-12-214-6/+6
| | | | | | | | | | | Software updates are disabled from tier1 image. It seems, that without this macOS 10.13 keep on crashing. This is related to QTQAINFRA-4104 Change-Id: I92f0039102d93268358301bfb789765ca39fd1ae Reviewed-by: Toni Saario <toni.saario@qt.io> (cherry picked from commit 9a0045045447bd34c7885b433a7fdfa66bde7ca1) Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Fix nodejs installation on windowsAllan Sandfeld Jensen2020-12-121-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>
* 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>
* Provisioning: Add Nodejs12 to Path for RedHatHeikki Halmet2020-12-111-1/+2
| | | | | | | | | Nodejs will not be installed under /opt/rh/devtoolset-4/ but instead under /opt/rh/rh-nodejs12 which means it needs to be added to PATH separately Change-Id: Ic7acbfaead866a89e03811ecdca2a7caf8476546 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
* Provisioning: Install Dotnet SDK 2.1Heikki Halmet2020-12-092-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>
* Provisioning: Install Azure toolHeikki Halmet2020-12-092-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>
* 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>
* Provisioning: Remove rogue RHEL 7.4 provisioning fileHeikki Halmet2020-11-211-39/+0
| | | | | | | | | RedHat 7.4 isn't supported in 6.0 or in 5.15 branches Change-Id: Ia3ad450a944884035ec3a822e09f73c6970450d0 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit c20aba6f043e87603ae5aeab232919c65101230e) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Add missing Squish installation to win10 x86 Squish archiveJohanna Äijälä2020-11-171-3/+5
| | | | | | | | | Win10 x86 archive was missing msvc142 x86 package. Change-Id: I532c3a1129d75968c22b721390ff474548e642bf Reviewed-by: Heikki Halmet <heikki.halmet@qt.io> (cherry picked from commit b43c199d4add1a1fee19cf5076047e735b72e006) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Provisioning: Update MSVC 2019 to version 16.7.5Heikki Halmet2020-11-043-5/+74
| | | | | | | | Visual Studio 2019 can be updated with version specific online installer Change-Id: I1ec1f96e68e8e3440d85240d09eec59a421708db Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit b9158ca889fdae7435bd348467a0840f186841e0)
* Upgrade msys2 package and the installation scriptHeikki Halmet2020-11-041-28/+32
| | | | | | | | | | | | | | This change will upgrade the msys2 package Change also updates the script to use cached prebuilt package if available. This will also remove unneeded x86 installation Task-number: QTQAINFRA-3986 Change-Id: Ia6299f9d4750376676276a75613e7f1098de4102 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit 134c2a1cb0d41d773577d4c499004b93fb03d3c9)
* Provisioning: Add system GCC versions to versions.txtHeikki Halmet2020-11-013-1/+14
| | | | | | | | | | Currently GCC versions which comes with the system are missing from versions.txt. This change will add those Task-number: QTQAINFRA-3933 Change-Id: I1934e6257acf92d72dcb382884aad60503b7b32f Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit dff15e0a716caf5510521daa9e9f0df4c17f9cad)
* Provisioning: Enable access to SMB server in Windows 10 x64Heikki Halmet2020-10-291-0/+2
| | | | | | | | | | | Windows don't allow insecure guest login anymore by default. It need to be enabled through Group Policy restrictions Task-number: QTQAINFRA-3980 Change-Id: I767e9c87ca3ee4737e312142ecefb94ee2b2b828 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io> (cherry picked from commit 586856e180b65470d0e5d119081e18abbde83152) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Remove DisableTest flag from MinGW buildsHeikki Halmet2020-10-271-2/+2
| | | | | | | | | | | We should have tests up and running for those targets we are doing prebuild binaries. Task-number: QTBUG-74542 Change-Id: I7bdc0f324ed7d35aa8bc329af4c9d11e641d9979 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* Provisioning: Install colorlogHeikki Halmet2020-10-211-0/+3
| | | | | | | | | | Needed by packaging scripts Task-number: QTQAINFRA-3918 Change-Id: I30861ecb5f12f79683ad2fec58484b97dee31d7f Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit c053e70593ca917c4a6a132478b3d34631cf507f) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Provisioning: Enable access to SMB serverHeikki Halmet2020-10-201-0/+2
| | | | | | | | | | | Windows don't allow insecure guest login anymore by default. It need to be enabled through Group Policy restrictions Task-number: QTQAINFRA-3974 Change-Id: I5fd918882c51c01985cd4c1b9f9ed4dec62e07dd Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit 90a6ab728ff2cf99237f75248f1ec75c5b0b03cc) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Qdoc_libclang: Install perl-Digest-MD5Cristian Adam2020-10-161-0/+2
| | | | | | | | | | While building Clang 11 for Qt the tests failed due to missing Perl Digest-MD5 package. Change-Id: Iba4156db65ec53bf465ca5b132e6983f1176bc41 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io> (cherry picked from commit 9251571a53f9f97867c055b3274504409c7ab48b) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Provisioning: Retry python installation if failure occursHeikki Halmet2020-10-021-3/+25
| | | | | | | | | | | | Python installation is flaky and we haven't be able to determine the root cause for it. Re-running the installation might help. (Might) because we can't reproduce this manually. Task-number: QTQAINFRA-3875 Change-Id: Id46d250a02e01007f03dfbb886d75b23c23a6216 Reviewed-by: Toni Saario <toni.saario@qt.io> (cherry picked from commit 6e3cb240df720ecf33d59d0087ee3cdf0fe0353f) Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Provisioning: Install STM32CubeProgrammerHeikki Halmet2020-10-022-0/+51
| | | | | | | | | | | | This will install STM32CubeProgrammer to Windows 10 needed by MCU RTA Task-number: UL-3091 Change-Id: I97f7df33af9bf4c56849c1cf3c93b3a413ba6f44 Reviewed-by: Milla Pohjanheimo <milla.pohjanheimo@qt.io> Reviewed-by: Iikka Eklund <iikka.eklund@qt.io> (cherry picked from commit 2076163c5e6978df28257f590730fbcc83a8ad2a) Reviewed-by: Jukka Jokiniva <jukka.jokiniva@qt.io>
* Provisioning: Install MCUXpressoHeikki Halmet2020-10-022-0/+47
| | | | | | | | | | MCUXpresso IDE provides the tools for flashing and onboard debugging Task-number: UL-3091 Change-Id: I05224af4ae7528f219f1b682ecd14bd0e331e3bf Reviewed-by: Milla Pohjanheimo <milla.pohjanheimo@qt.io> Reviewed-by: Jukka Jokiniva <jukka.jokiniva@qt.io> (cherry picked from commit 08c253a6252b30c3ed48c918bae406e7411aa064)
* Provisioning: Disable daily cron jobs from SLES 15Heikki Halmet2020-09-221-0/+7
| | | | | | | | Task-number: QTQAINFRA-3919 Change-Id: Iabf03aeadb3f0fa7091428ef3ea6075b199d9c77 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit dd2111cf9f07599f0722559ad9ae174e16d44ac4) Reviewed-by: Toni Saario <toni.saario@qt.io>
* Provisioning: Disable btrfs balance jobsHeikki Halmet2020-09-221-0/+9
| | | | | | | | | | Btrfs use lot's of CPU while running Task-number: QTQAINFRA-3919 Change-Id: I08b89b57c92d90f752dde76375711e61ed173c2c Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit 51fc48896c058198cc20d83b72a2a6373be6a22f) Reviewed-by: Toni Saario <toni.saario@qt.io>
* Provisioning: Disable fstrim.timerHeikki Halmet2020-09-221-0/+7
| | | | | | | | | | | | fstrim scans the filesystem and sends 'UNMAP' commands for each unused block it finds. Let's disable it so it won't cause unexpected situations. Task-number: QTQAINFRA-3919 Change-Id: I20c97441fd47728a3063ae50f87fe6347186bdbd Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit 031bc19ae6278a8f12ec195f8dfa14d326efb23f) Reviewed-by: Toni Saario <toni.saario@qt.io>
* Provisioning: Install Java for SLES 15Heikki Halmet2020-09-221-0/+2
| | | | | | | | Java is needed by RTA jenkins Change-Id: Ibe6c7fa211eb83b431dc3ee79ed93300796154b0 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit 99a15a2cd4dd890b4621ae4418fd9a274b02aed5)
* Provisioning: Update Conan to 1.29.0Konstantin Tokarev2020-09-212-22/+22
| | | | | | | | Task-bumber: QTQAINFRA-3916 Change-Id: I52d8a0255efcc7b4b139ec5050cf3d59003f12a9 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io> (cherry picked from commit f73fa57088ed47d555b6635d11219d57379c9e90) Reviewed-by: Konstantin Tokarev <annulen@yandex.ru>
* Provisioning: Update Conan packagesKonstantin Tokarev2020-09-2131-261/+242
| | | | | | | | | | | | * Update libjpeg-turbo to 2.0.5 * Replace MinGW 7 packages with MinGW 8 * Remove zlib packages as Qt is consistently built with -qt-zlib now Task-bumber: QTQAINFRA-3916 Change-Id: Ie15bbb0f0f5b3a4c1a5d08f2341e9eb16a80cce7 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io> (cherry picked from commit c79904c463842937f6b2cc959454d2f59943a08e) Reviewed-by: Konstantin Tokarev <annulen@yandex.ru>
* Provisioning: update Squish to 6.6.1 based on Qt5.15.0Johanna Äijälä2020-09-082-19/+20
| | | | | | | | | | | Add Squish for Web installation, update Squish license. Pick-to:5.15 Change-Id: Id418830e82718afc20ac7390400342a6b0401a64 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io> (cherry picked from commit 91c267a67758db507d412861b6feedc763ad23e7) Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Remove deprecated configure argument from CI configsJoerg Bornemann2020-09-071-1/+1
| | | | | | | | | | The -no-qpa-platform-guard configure argument is deprecated and has no effect. Change-Id: I132ccdf036c52baf54cf0c789fa063cc0455ce09 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit a42797851e7461565e50abb977ffd2f1282b61c4) Reviewed-by: Cristian Adam <cristian.adam@qt.io>
* Provisioning: Update Windows 10 x86_64 to version 2004Heikki Halmet2020-09-0413-47/+83
| | | | | | | | | | | | | | | | MSVC 2019 version 16.6.2 MSVC 2019 Build Tools version 16.6.2 Virtio driver Virtio Balloon driver NetKVM driver Task-number: QTQAINFRA-3818 Task-number: QTQAINFRA-3817 Change-Id: Id0edee66d4eb42730a70495dbb063a0d379f026c Reviewed-by: Toni Saario <toni.saario@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> (cherry picked from commit ba4eb4929eee3f613962ddd719ae337ccc6ef729) Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Provisioning: Upgrade GCC version from 9.2 to 9.3Heikki Halmet2020-08-272-6/+7
| | | | | | | | | | Task-number: QTQAINFRA-3858 Change-Id: I5266162d1c144b117e3a61988f3348f2cd3d3c0a Reviewed-by: Heikki Halmet <heikki.halmet@qt.io> Reviewed-by: Lars Knoll <lars.knoll@qt.io> Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> (cherry picked from commit 163c23f97ccfc23a68b8980e6663a5a5da15301c) Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Provisioning: Renew iPhone signing toolsHeikki Halmet2020-08-271-9/+9
| | | | | | | | | | Task-number: QTQAINFRA-3434 Change-Id: I53665bf4e0799da7a23ba60aff37e26052d0374a Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> Reviewed-by: Iikka Eklund <iikka.eklund@qt.io> (cherry picked from commit c1b06ec3e53943178f300071b1ee640429e1e2f5) Reviewed-by: Simo Fält <simo.falt@qt.io> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Enable autotests on SLES 15 and mark it insignificantTony Sarajärvi2020-08-191-1/+1
| | | | | | | | Task-number: QTQAINFRA-2852 Task-number: QTQAINFRA-3872 Change-Id: I19fbd4907b3c3846c6eac245b48ff887015e5520 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io> Reviewed-by: Toni Saario <toni.saario@qt.io>
* Provisioning: Fix PYTHON3_WHEEL_CACHE pointing to wrong dirSimo Fält2020-07-301-1/+7
| | | | | | | | | | | | | Earlier we set the env variable point to latest Python install. It did work by accident, while the default python was installed as last. Now each python install has its own matching ENV variable that can be used buildtime. The PYTHON3_WHEEL_CACHE will now point to 64 bit default Python3, while the variable is already used in Qt codebase. Change-Id: I6a67936c06ed0209ef9e903120f2416aaa8eb3ff Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> (cherry picked from commit 969acbce6e9b1ac1c270363aafc8b20a1f4ee8ff) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Provisioning: Add delay after network setting changeToni Saario2020-07-221-0/+1
| | | | | | | | | | In many cases without waiting, next script would be missing network and fails. Change-Id: Iab50945716860618b495029ce179183d844dc98a Reviewed-by: Simo Fält <simo.falt@qt.io> (cherry picked from commit 3271bb2fe219d68fc83a7cf8de702b0468e530bb) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Provisioning: Fix Python3 install in 32 bit win10Simo Fält2020-07-211-1/+8
| | | | | | | | | | There is no 32 bit win10 configurations in CI, so we do not verify any of the provisioning changes on it. Change-Id: I1c1e183908ffb09be4e2992ccbd1da7af2640181 Reviewed-by: Toni Saario <toni.saario@qt.io> (cherry picked from commit bdea3c816415f6c7c1c6d1b2a7e41de70e66d44c) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Provisioning: Fix Python3 install PS script usageSimo Fält2020-07-171-1/+8
| | | | | Change-Id: I843c861804cf70b91553fac680797550a4f4af64 Reviewed-by: Toni Saario <toni.saario@qt.io>
* Provisioning: Install Python 3.8 for testing Qt for PythonSimo Fält2020-07-173-11/+29
| | | | | | | | | | This installs Python 3.8.1 to be used with Qt for Python. It keeps the old 3.6 as a default python3. Change-Id: I8ea121514f6a4092f700688363c282cbea37a75b Reviewed-by: Toni Saario <toni.saario@qt.io> (cherry picked from commit 607b33aab2477f49eeb08b780ff9962d4e4f2a04) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Provisioning: Update OpenSSL to version 1.1.1gHeikki Halmet2020-06-305-15/+15
| | | | | | | Task-number: QTQAINFRA-3819 Change-Id: Ie7d0f3a0c73d123c3f3536e6b2dd2eb8608eb9cd (cherry picked from commit 2ac3dd2d6ff8acf8348ac8607160ab972de66325) Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Disable LSO from the network adapters on WindowsTony Sarajärvi2020-06-295-0/+5
| | | | | | | | | | | Disabling LSO from the adapter gives us huge performance boosts on Windows. In our tests 2 VMs within the same hosts had transfer speeds of 30 Mbit/s with this enabled, and 2Gbit/s with this disabled. Change-Id: Id794e7559c9e9005043361289a3db246a8528dd4 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io> (cherry picked from commit 97aa7a0031cc681915aa2f56545a175f8b4d112d) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Provisioning: Change mounting folder for Squish installationHeikki Halmet2020-06-121-4/+3
| | | | | | | | | | | | | | Sometimes some process is locking the mounted folder (/tmp) so that it can't be unmounted untill the process has been ended. Let's create squish folder under tmp and use that for mounting instead Task-number: QTQAINFRA-3709 Change-Id: I49ab8fd90af37a670e45764a176b62d7a732cc6c Reviewed-by: Dimitrios Apostolou <jimis@qt.io> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit c671c2352e1db453da17d346316acfa627617786) Reviewed-by: Johanna Äijälä <johanna.aijala@qt.io>