aboutsummaryrefslogtreecommitdiffstats
path: root/coin
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/5.11' into dev" into ↵Simon Hausmann2018-07-121-3/+3
|\ | | | | | | refs/staging/dev
| * Merge remote-tracking branch 'origin/5.11' into devSimon Hausmann2018-07-101-3/+3
| |\ | | | | | | | | | Change-Id: I1af773187b7dd55bf820ce7d3218a9f3121c198a
| | * provisioning: Update winrtrunnerOliver Wolff2018-07-091-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | winrtrunner is from dev. The only change to the previous version is a longer timeout for deployment, as CI runs now and then failed, because deployment did not finish in time. Change-Id: I244e68af447db9298d64bb791048032edd3ec1fd Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* | | Docker Provisioning: Install Avahi and enable mDNS service discoveryRyan Chu2018-07-106-15/+5
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The challenge of connecting Docker containers from the host is to resolve a predefined hostname to an IP address assigned at runtime. For Unix-like platforms such as Ubuntu, it can be done by either hard-code the IP addresses or creating a DNS server. Both of them are not user-friendly which need root permission to modify system files. Avahi is a free Zeroconf implementation and provides multicast DNS (mDNS) service discovery. It enables Docker containers to publish their services on a local network. For the host systems supporting mDNS technology, they will automatically discover the services in a local domain without extra user-efforts. Task-number: QTQAINFRA-1686 Change-Id: I1ef464a455cef5d331a3e2eb0194e2741172ef95 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io> Reviewed-by: Ryan Chu <ryan.chu@qt.io> Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@qt.io>
* | Provisioning: Update Open62541 install pathMaurice Kalinowski2018-07-041-3/+3
| | | | | | | | | | | | | | | | Use the updated install path for OPEN62541_PREFIX argument in CI. Change-Id: Ifa06d002516da20001a94ff6e7066504fa471a8f Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
* | Provisioning: Open62541 Update environment variablesMaurice Kalinowski2018-07-041-1/+1
| | | | | | | | | | | | | | Using CI_OPEN62541_<compiler>_<arch>_PREFIX is more verbose. Change-Id: I58ed0f31935308389f274f93578361db3dc01daa Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* | Provisioning: Install Unified Automation C++ SDK on WindowsMaurice Kalinowski2018-07-042-0/+60
| | | | | | | | | | | | | | | | | | UA C++ SDK is one of the supported OPC UA backends in the Qt OpcUa module. The aim is to have packages available with Qt 5.12. Change-Id: I2d1b3c6c583f4563e7470317d4f73f853bd34c72 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
* | Provisioning: Install Docker-based test servers on Ubuntu 16.04Ryan Chu2018-07-029-0/+337
| | | | | | | | | | | | | | | | | | | | | | | | Build and cache docker images based on the configurations in testserver. 1. Download and install the docker engine and docker-compose extension. 2. Append address and hostname of test servers to CI environment. 3. Build and tag the docker images by the SHA-1 of server context. Task-number: QTQAINFRA-1686 Change-Id: Ib9b58d45856682ddec04af045e1eab18e14a85fb Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@qt.io> Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-0228-131/+171
|\| | | | | | | | | | | | | Conflicts: coin/provisioning/qtci-linux-RHEL-6.6-x86_64/30-install_icu.sh Change-Id: I00d0ccd138eb8d89e30e7e57632c6fc8f83e0001
| * Remove unused libclang installationsSimon Hausmann2018-06-292-3/+0
| | | | | | | | | | | | | | | | | | We don't need to install the MinGW builds of libclang 6.0 for configurations where the Qt MinGW build can't use them. Task-number: QTBUG-68064 Change-Id: Id9183ccfc15a7a81edb67df371075d584e5cbae8 Reviewed-by: Simo Fält <simo.falt@qt.io>
| * Provisioning: Fetch icu from ci-files01 instead of master.qt.ioHeikki Halmet2018-06-292-16/+25
| | | | | | | | | | Change-Id: Ia27e68cb94ab0744ce11cfa74c90e118c1f0e4b3 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
| * Provisioning: Add force option when unmounting squishHeikki Halmet2018-06-291-8/+13
| | | | | | | | | | | | | | | | | | | | | | Sometimes unmount of squish fail because resource busy even if the installation is already succeeded. To avoid this let's add force option to make sure unmounting works every time. Task-number: QTQAINFRA-1964 Change-Id: Icacd01341d09577d9880e3ed208cb6ea18a7ac4f Reviewed-by: Joni Jäntti <joni.jantti@qt.io> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
| * Provisioning: Refactor libclang installationHeikki Halmet2018-06-299-87/+63
| | | | | | | | | | | | | | | | | | | | Libclang must use cached url (ci-files01-hki) to reduce the download time Libclang release_60 versions were rebuild which requires sha1 changes Task-number: QTQAINFRA-1966 Task-number: QTQAINFRA-2100 Change-Id: Iddf47a2a3a5bc38dbed684320120164bb40c028c Reviewed-by: Simo Fält <simo.falt@qt.io>
| * Provisioning: Update MQTT test brokerMaurice Kalinowski2018-06-252-6/+8
| | | | | | | | | | | | Change-Id: Ie4e9ff5c13eb5f882b70e4e948836ae78496dd40 Reviewed-by: Alex Blasche <alexander.blasche@qt.io> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
| * Provisioning: Fix downloading from githubMaurice Kalinowski2018-06-131-0/+1
| | | | | | | | | | | | | | | | | | | | Invoke-WebRequest uses TLS1.0 by default, which is not accepted by Github anymore, causing all downloads from that site to fail. Upgrade to 1.2 to get downloads working again. Change-Id: Ie242432937c273db5c345b38482dd74c19c3b4ca Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> Reviewed-by: Aapo Keskimolo <aapo.keskimolo@qt.io>
| * Provisioning: Add 64 bit Mingw to coin as packaging targetSimo Fält2018-06-064-0/+33
| | | | | | | | | | | | | | | | | | | | | | | | Change will provision DirectX SDK with enabler DotNetFramework also, so that configure for MinGW will detect ANGLE correctly. The DirectX headers and libs will be in two location, while those are installed with MSVC also. Task-number: QTBUG-35288 Change-Id: I04ca71a73b22cd4eb27987a368cd9ede03b0e437 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
| * Provisioning: Install 32 bit python to 64 bit windowsSimo Fält2018-06-018-20/+43
| | | | | | | | | | | | | | | | | | | | | | In order to create 32 bit Pyside wheels we have to be able to link Pyside against 32 bit python. While 32 Qt build is done in 64 bit Windows Pyside must follow. Task-number: PYSIDE-646 Change-Id: I30855d4cecd6bc6219021216e9c296d28c56b405 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
* | Enable auto tests for winrt x64 using MSVC 2015Oliver Wolff2018-06-281-0/+1
| | | | | | | | | | | | | | | | | | We are using a statically built Qt because it eases deployment of the built tests. As static linking is broken on MSVC 2017, 2015 is used. Change-Id: Ie0cc0ee8229da8772ae548ca077e48086ab03adb Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* | Revert "Enable auto tests for winrt x64 using MSVC 2015"Oliver Wolff2018-06-271-1/+0
| | | | | | | | | | | | | | | | | | | | There are still auto test failures in qtbase for WinRT. Revert this change to unblock CI and investigate. This reverts commit 2fb043eace0e0b9ffc28fcf1cef59ad609bce2ca. Change-Id: I13cc618828f773750c031daaaffce777163f8b8d Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* | Enable auto tests for winrt x64 using MSVC 2015Oliver Wolff2018-06-261-0/+1
| | | | | | | | | | | | | | | | | | We are using a statically built Qt because it eases deployment of the built tests. As static linking is broken on MSVC 2017, 2015 is used. Change-Id: Iaf665f68ab705f44e93129ff6e25384ae4b5a319 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* | Add macOS 10.13 to the CITony Sarajärvi2018-06-0129-1/+854
| | | | | | | | | | | | | | | | | | | | | | Includes provisioning scripts and modifications to default.txt enabling the build. Builds are disabled while fixing or blacklisting autotests. Task-number: QTQAINFRA-1299 Task-number: QTQAINFRA-1300 Change-Id: I0fde33c8028c7ded9d07e8d9cb0dcfb03d5db188 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-3018-19/+86
|\| | | | | | | Change-Id: I7502e49bc75f84b7fb2d4534181a2082fc939265
| * Provisioning: Remove broken proxy setup from RTA 32-bit Windows 10Joni Jantti2018-05-292-2/+0
| | | | | | | | | | | | | | | | | | Currently the proxy disabling script on 32-bit Windows breaks the internet settings, preventing browser usage for example. Change-Id: I77282f0d929a6223ceafd3b648d2e2a7b16186c9 Reviewed-by: Johanna Äijälä <johanna.aijala@qt.io> Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
| * Update winrtrunnerOliver Wolff2018-05-281-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | A newer build of winrtrunner is needed. It is built from dev and contains fixes related to handling of test output (most importantly 044e9ad878ed1cf0ace0a9260b55cc94c71a294d). To make the script more stable, the newer version of winrtrunner was also copied to ci-files01, so that an alternative download location can be offered. Change-Id: I6a429aa3292266067756ce7ba3553088dc168197 Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io>
| * Remove hardcoded download pathMaurice Kalinowski2018-05-2512-11/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | Previously all files got downloaded to a hardcoded path, including the username for the CI machines. Usually, it does not fit the username of a local development machine, complicating to reproduce bugs. Introduce Get-(Default)DownloadLocation functions in helpers to specify the default download location. This helps to run the provisioning scripts on a local machine. Change-Id: I761a92bf5e3e774358756a95dddb9a5d6ee54db9 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
| * Provisioning: Update Open62541Maurice Kalinowski2018-05-251-1/+1
| | | | | | | | | | | | Change-Id: I04d8dfed982c68efb83f28a2f34f8632e3a66312 Reviewed-by: Jannis Völker <jannis.voelker@basyskom.com> Reviewed-by: Frank Meerkoetter <frank.meerkoetter@basyskom.com>
| * Restore clang version 4.0 to RHEL 6.6Simo Fält2018-05-211-0/+43
| | | | | | | | | | | | | | | | | | Libclang is required for Pyside to compile, so dropping it totally would block Pyside development. Change-Id: I9c0deb3f0457f97bc4c36179971d49d58ca244a6 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> Reviewed-by: Akseli Salovaara <akseli.salovaara@qt.io>
| * Merge remote-tracking branch 'origin/5.11.0' into 5.11Liang Qi2018-05-182-0/+13
| |\ | | | | | | | | | Change-Id: Ifa6c63ef62e339b90e571b13c73addaa17d7af4e
| | * Fix linking of qdoc against an external libclang (part 1)Simon Hausmann2018-05-142-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the qt5 part of the fix for the task. For the special version of libclang we hacked together that allows static linkage, set an environment variable that the mighty qdoc build system can utilize to activate the release packaging specific linkage. Change-Id: Ie340955214585329fe8fd3bc790e3cd6c6be42f9 Task-number: QTBUG-68178 Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@qt.io>
| * | Change QNX7 x86 release builds to x86_64Samuli Piippo2018-05-151-2/+2
| | | | | | | | | | | | | | | | | | Task-number: QTBUG-67746 Change-Id: I677019909d56d8b227f0607069cbf3ab0cf7fec3 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* | | Provisioning: Install Open62541 on WindowsMaurice Kalinowski2018-05-253-0/+263
| | | | | | | | | | | | | | | | | | | | | | | | | | | Open62541 is one of the supported OPC UA backends in the Qt OpcUa module. Change-Id: I9baaffbae058d0590819e248694ee41887558708 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* | | Remove RHEL 6 from the CIJędrzej Nowacki2018-05-1613-345/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RHEL7 was introduced to replace RHEL6, we do build packages on RHEL7 already. The only coverage that it adds is an old gcc, but in the same time it is quite expensive to maintain because of generally old software stack. Change-Id: I9955747efecefc3354aa9e1f1c45f7d1bc48dfc6 Reviewed-by: Lars Knoll <lars.knoll@qt.io> Reviewed-by: Simo Fält <simo.falt@qt.io> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* | | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-1019-49/+53
|\| | | | | | | | | | | Change-Id: Ia167d4f873ed500e3bae798eade6720db6b21750
| * | Merge remote-tracking branch 'origin/5.11.0' into 5.11Liang Qi2018-05-099-25/+25
| |\| | | | | | | | | | Change-Id: Ia252225aa1339ac448dd726b149e08739c02dfc5
| | * Install the MinGW build of libclangSimon Hausmann2018-05-014-4/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This restores the MinGW installation of libclang on Windows 7 and installs the MSVC and MinGW builds in parallel on Windows 10. For compatibility reasons the MSVC installation is done last, to ensure that the older LLVM_INSTALL_DIR variable points to the MSVC installation. In addition though we now get LLVM_INSTALL_DIR_MINGW and LLVM_INSTALL_DIR_MSVC, which qt_find_clang.prf in qttools can use in the future. Task-number: QTBUG-66015 Change-Id: I8b53b85d0cde597c88a089f2a05f03947828d9bd Reviewed-by: Simo Fält <simo.falt@qt.io>
| | * Update clang version to 6.0Jędrzej Nowacki2018-04-288-22/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The version also contains statically compiled libraries so we can ship qdoc without shipping libclang. The change temporarly removes CI qdoc builds from RHEL6 and MinGW, these two configurations are not used for packaging, just for CI testing. We should restore MinGW later. Task-number: QTBUG-66015 Task-number: QTBUG-67764 Change-Id: Ie37b4be6a639e81d9ef0815682c6d60981cbeaae Reviewed-by: Jesus Fernandez <Jesus.Fernandez@qt.io> Reviewed-by: Fredrik de Vibe <fredrik.devibe@qt.io> Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
| * | Update openssl packages to 1.0.2oTony Sarajärvi2018-05-024-10/+10
| | | | | | | | | | | | | | | Change-Id: Iab7043212cc3b66c26100519d95ac18fc69fa26a Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
| * | Fix styles in setting proxyTony Sarajärvi2018-05-023-2/+4
| | | | | | | | | | | | | | | | | | Change-Id: Iac4243e767a7cfb29b9bb0b4603ca6509356ce8c Reviewed-by: Oliver Wolff <oliver.wolff@qt.io> Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
| * | Take proxy into use in python provisioning in windowsTony Sarajärvi2018-05-023-12/+14
| | | | | | | | | | | | | | | | | | Task-number: QTQAINFRA-1669 Change-Id: I2030f244da65e4fd0c3b0be54d941b065f9a180e Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
* | | Provisioning: Remove freeopcuaRainer Keller2018-05-081-51/+0
|/ / | | | | | | | | | | | | | | Support for it is dropped Change-Id: I574a50f279df9e390954e6dece4b947c8860038b Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io> Reviewed-by: Frank Meerkoetter <frank.meerkoetter@basyskom.com>
* | Fix shellcheck complaints for RHEL 7.x in provisioning scriptsTony Sarajärvi2018-04-2914-17/+29
| | | | | | | | | | Change-Id: I489f4f25d603457c8f0444ed277a162a7fd4128f Reviewed-by: Liang Qi <liang.qi@qt.io>
* | Provisioning: Add a clean Ubuntu 16.04 x86Joni Jantti2018-04-293-0/+117
| | | | | | | | | | | | | | | | | | | | A clean ubuntu 16.04 provisioning is required by RTA. Task-number: QTQAINFRA-1640 Change-Id: I83f53c7b677da6d1aa0e89cc6bde0b2363a7ae1e Reviewed-by: Joni Jäntti <joni.jantti@qt.io> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> Reviewed-by: Simo Fält <simo.falt@qt.io>
* | windows provisioning: Do not use Windows builtin way of extracting zipsOliver Wolff2018-04-2911-73/+33
| | | | | | | | | | | | | | | | | | | | The builtin way of Windows for handling zip files is much slower than using 7zip. A small benchmark (not representative, just extracting the android ndk) showed 11 minutes using Extract-Zip vs 2,5 minutes using Extract-7Zip on my machine. Change-Id: I5198aabb5b75860ead687581fc5e368eb75e48ae Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* | Add missing sw versions to versions.txtHeikki Halmet2018-04-2913-0/+31
| | | | | | | | | | Change-Id: Ifa12b6c6308e4ad73989e7e935061f77ae1823e2 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* | Provisioning: Ubuntu - zlib1g:i386Joni Jantti2018-04-291-0/+1
| | | | | | | | | | | | | | | | RTA needs this package for QNX testing. Task-number: QTQAINFRA-1930 Change-Id: I3587558bc1c8ece6dbb29b5f5184f4bfa744a790 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* | Provisioning: list installed packages in distroTony Sarajärvi2018-04-293-0/+142
| | | | | | | | | | Change-Id: I71bbfbfba034066cffd4cb1a9d781d386b1b6b9a Reviewed-by: Simo Fält <simo.falt@qt.io>
* | Fix powershell stylings in provisioning scriptsTony Sarajärvi2018-04-291-4/+4
| | | | | | | | | | Change-Id: I946027047b9810ec1197b50394f157eb406434c2 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
* | Fix Squish Provisioning coding styleTony Sarajärvi2018-04-291-3/+3
| | | | | | | | | | Change-Id: I663ce38fffa3a9446972d1790d80f76b7155c029 Reviewed-by: Simo Fält <simo.falt@qt.io>
* | Fix and-or in NTP disablingTony Sarajärvi2018-04-291-1/+1
| | | | | | | | | | Change-Id: Ib4b6ffa65ba600919ad71b2748da5055449f3164 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
* | Fix shellcheck complaints for openSUSE provisioning scriptsTony Sarajärvi2018-04-298-5/+13
| | | | | | | | | | | | Change-Id: I5360a1b7b4c405d7ca9fedee8e100d933ec6e7b7 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by: Simo Fält <simo.falt@qt.io>