aboutsummaryrefslogtreecommitdiffstats
path: root/coin
Commit message (Collapse)AuthorAgeFilesLines
* Install g++-multilib on Ubuntu 16.04 platformsAllan Sandfeld Jensen2017-03-161-0/+2
| | | | | | | | | This is needed to cross-build to 32bit x86 which WebEngine needs for Boot2Qt ARM builds. Task-number: QTBUG-59504 Change-Id: I9851d97949dc67c6f564cf09443b0a04998b2590 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* Remove command line tools from macOS 10.11 and 10.12Tony Sarajärvi2017-03-154-222/+16
| | | | | | | | | | Qt should not require command line tools to be installed. When they are installed, we can accidentally rely on on the tools instead of sysroot. Task-number: QTBUG-58325 Change-Id: I9ad942c6f67e4c1b7348258a9178ab497ee58800 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* Fix network test server setupSimon Hausmann2017-03-103-3/+3
| | | | | | | | | | Use the correct IP address for the network test server that all the other machines are using as well. Change-Id: I1ffe4b6f5851bcb06dc2d39265979b799715ec3f Task-number: QTBUG-59241 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Add ForceDebugInfo to MSVC platformsJoerg Bornemann2017-03-071-6/+6
| | | | | | | | | | | | Create release debug information for MSVC configurations for which we build packages. Also, for hard-to-reproduce autotest crashes in the CI enabling ForceDebugInfo is crucial to get a meaningful backtrace. Task-number: QTBUG-3934 Change-Id: Ie4ea7b9c6aa251a12796621817d8e3411bbed81d Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-0410-1/+472
|\ | | | | | | Change-Id: I415772838a8434d00ad4ccebc8b1c4180e85880b
| * Provisioning: Upgrade conan version from 0.16.0 to 0.20.2Akseli Salovaara2017-03-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conan provisioning fails on private Coin instance due to error message Could not find a version that satisfies the requirement conan==0.16.0 (from versions: 0.15.0, 0.16.1, 0.17.2, 0.18.1, 0.19.3, 0.20.0, 0.20.1, 0.20.2) No matching distribution found for conan==0.16.0 Upgrading to 0.16.1 resulted warning "Your conan's client version is deprecated for the current remote (v0.20.2). Upgrade conan client." and provisioning failed with "ERROR: All remotes failed" After upgrade to 0.20.2 conan provisioning script is working again. Change-Id: I2fe9d65460954c929abb4822d206dde42909d5b3 Reviewed-by: Konstantin Tokarev <annulen@yandex.ru>
| * Merge remote-tracking branch 'origin/5.6' into 5.8Liang Qi2017-02-179-0/+471
| |\ | | | | | | | | | Change-Id: I0203dea8e441e58400d6c44697588a44b97a522b
| | * Provisioning: Update opengl32.dll x86 on Windows 10 x64Akseli Salovaara2017-02-101-0/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OpenGL32 update is needed for autotests to pass. At least tst_qglbuffer vertexBuffer will fail without an update. This update is already in place on Windows x86 and x64 CI hosts but applied only to System32 -folders. Change-Id: I223ffc53ecba77030385f29463c419acdc12e1a3 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
| | * Provisioning: Install postgresql x86 and x64 libraries to Windows 10Akseli Salovaara2017-02-101-0/+84
| | | | | | | | | | | | | | | | | | | | | | | | Install both x86 and x64 libraries in order to enable Windows x86 builds on Windows x64 hosts. Environment variables are used by Coin. Change-Id: Ied654efb2f33ab1c643f38a1ea50a127aeb7af7e Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
| | * Provisioning: Install OpenSSL x86 and x64 libraries to Windows 10 x64Akseli Salovaara2017-02-101-0/+86
| | | | | | | | | | | | | | | | | | | | | | | | Install both x86 and x64 libraries in order to enable Windows x86 builds on Windows x64 hosts. Environment variables are used by Coin. Change-Id: Idada7fc41202298c6f1b2919f0f4343b717e890a Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
| | * Provisioning: Install MySQL x86 and x64 libraries to Windows10 x64Akseli Salovaara2017-02-101-0/+112
| | | | | | | | | | | | | | | | | | | | | | | | Install both x86 and x64 libraries in order to enable Windows x86 builds on Windows x64 hosts. Environment variables are used by Coin. Change-Id: I8eea51a0bfd05bc72d1d004649211c7bc5901d97 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
| | * Provisioning: Visual Studio 2015 with update 3Heikki Halmet2017-02-073-0/+124
| | | | | | | | | | | | | | | | | | | | | | | | | | | Common install script for Visual Studio installation and updates. Latest Visual Studio 2015 update is required for releases Change-Id: I5b41625ca7f161b4ba2d417797f8839ef175cdbc Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
| | * Upgrade CMake to 3.6.2Konstantin Tokarev2017-02-073-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | QtWebKit requires CMake >= 2.8.12, while only 2.8.11 is available on Windows 10 machines. Task-number: QTQAINFRA-996 Change-Id: I734be4cc36f64dd5aeb243b0fbe4395c75c523b3 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> (cherry picked from commit 77eeee64a43c5c448321b8f5ac7b64c872e14489)
| | * Upgrade CMake to 3.6.2 on Windows 7 builderKonstantin Tokarev2017-02-071-0/+1
| | | | | | | | | | | | | | | | | | | | | Task-number: QTQAINFRA-996 Change-Id: I84867a5b630c4cf1e712047c58c6cad9e5e43800 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> (cherry picked from commit daa865312104e7d5d073b0a63e0f50c8a04b9697)
| | * Upgrade CMake to 3.6.2 on Windows 8Simo Fält2017-02-072-0/+2
| | | | | | | | | | | | | | | | | | | | | Pyside requires CMake 3.0 or higher Change-Id: Ic3f7eb4e89cd022364b1437fa8ff4476c86c3e47 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* | | Add qemu user mode binaryTeemu Holappa2017-03-031-0/+60
| | | | | | | | | | | | | | | | | | | | | | | | qemu is used to run unit tests for arm binaries in coin. Change-Id: I8610b5d7603fa3bcd5cf0f9e83ee38e219b60a85 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* | | Add libxss-dev needed by QtWebEngineAllan Sandfeld Jensen2017-03-011-1/+1
| | | | | | | | | | | | | | | Change-Id: Iac7e6b730803865d00b17d53e6aa488e80123b5b Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* | | Change Boot2Qt to use Ubuntu 16.04Teemu Holappa2017-02-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed Boot2Qt CI host from Ubuntu 14.04 to 16.04. There is also changed the target architecture to x86_64. Even though the meta-boot2qt builds binaries to the armv7 tests are run in host machine using Qemu thus we spoof Coin to believe we are running native binaries. Change-Id: I633d01b80ec8ae753badf495ec8faa90b4659c11 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* | | Add macOS 10.12 as a build target with tests disabledTony Sarajärvi2017-02-151-0/+1
| | | | | | | | | | | | | | | | | | Task-number: QTQAINFRA-1092 Change-Id: I0098a1ad9df115f911a401ba06a443a30374135b Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
* | | Provision: Set bash_profile to read .bashrc in macOS 10.12Tony Sarajärvi2017-02-151-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The method (vmware tools) of launching a process inside a virtual machine results in the launch of a process that does not originate from a login shell. Therefore the CI system explicitly starts the agent with "bash -l -c" to enforce the invocation as login shell and thus execute settings from /etc/profile, ~/.bash_profile, etc. This brings the behavior of the system closer to what we see as developers. However the shell is a non-interactive shell, therefore ~/.bashrc is not read by default. On Linux systems such as RHEL, ~/.bash_profile is configured to still read ~/.bashrc. For consistency we apply the same logic to the macOS configurations. Task-number: QTQAINFRA-1091 Change-Id: I72206dbd8f7289de86830db23fa1ae2c548181eb Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
* | | Add MySQL provisioning script for macOS 10.12Tony Sarajarvi2017-02-151-0/+54
| | | | | | | | | | | | | | | | | | | | | Task-number: QTQAINFRA-1091 Change-Id: Id20e5398007284ddf809f2c2c49a60711729db26 Reviewed-by: Liang Qi <liang.qi@qt.io> Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
* | | Add postgresql.sh provisioning script for macOS 10.12Tony Sarajarvi2017-02-151-0/+53
| | | | | | | | | | | | | | | | | | Task-number: QTQAINFRA-1091 Change-Id: Idf314816d4986855b0b4d92a5f523ec1397f4083 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
* | | Add cmake.sh to provisioning for macOS 10.12Tony Sarajarvi2017-02-151-0/+50
| | | | | | | | | | | | | | | | | | Task-number: QTQAINFRA-1091 Change-Id: I3d58c7e94866754adb22975b874ebe4a0e239ec1 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
* | | Add command line tool provisioning for macOS 10.12Tony Sarajarvi2017-02-151-0/+111
| | | | | | | | | | | | | | | | | | Task-number: QTQAINFRA-1091 Change-Id: I2b209c8ca59af5bfdcc1faa46ac771a85eeb457e Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
* | | Add xcode.sh provisioning script for macOS 10.12Tony Sarajarvi2017-02-151-0/+102
| | | | | | | | | | | | | | | | | | Task-number: QTQAINFRA-1091 Change-Id: I6d2071c3304cc8df31d8bbad6d713d21ea2dda25 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
* | | Add xz.sh provisioning script for macOS 10.12Tony Sarajarvi2017-02-151-0/+50
| | | | | | | | | | | | | | | | | | Task-number: QTQAINFRA-1091 Change-Id: I5594ae5591ad0b092ed000da8930972475163f51 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
* | | macOS 10.12: Switch crash reporting to server modeTony Sarajärvi2017-02-151-0/+2
| | | | | | | | | | | | | | | | | | Task-number: QTQAINFRA-1091 Change-Id: I49c2f92f570a648e80ac16180bdf0c7967ed1120 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
* | | Add system setup provisioning script for macOS 10.12Tony Sarajarvi2017-02-151-0/+117
| | | | | | | | | | | | | | | | | | Task-numer: QTQAINFRA-1091 Change-Id: I0da0e22dd859609fa107b9c157a678a4e2d252e4 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
* | | Add system setup provisioning script for Ubuntu 16.04Tony Sarajärvi2017-02-132-4/+87
| | | | | | | | | | | | | | | | | | Task-number: QTQAINFRA-1099 Change-Id: I4ea578b65aca8511641a61461fd1295a3723fdab Reviewed-by: Simo Fält <simo.falt@qt.io>
* | | Add APT package provisioning to Ubuntu 16.04Tony Sarajärvi2017-02-133-48/+100
| | | | | | | | | | | | | | | | | | | | | Task-number: QTQAINFRA-1099 Change-Id: Ie884846a21c3962aeeb83762113475f9eaf2f20d Reviewed-by: Simo Fält <simo.falt@qt.io> Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
* | | Add Ubuntu 16.04 as a build targetTony Sarajärvi2017-02-131-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | As autotests pass, a subsequent commit will make Ubuntu 16.04 replace Ubuntu 14.04 build targets. Task-number: QTQAINFRA-1100 Change-Id: Ief659eec39f40873681ba617c37acf3662551fc1 Reviewed-by: Simo Fält <simo.falt@qt.io>
* | | Add ForceDebugInfo to RHEL-6.6-x86_64Joerg Bornemann2017-02-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On this particular platform we get hard-to-reproduce autotest crashes in the CI. Enable ForceDebugInfo to get a meaningful backtrace. Change-Id: Ic9ca50394ad5708c3de4d26eb87d4c2a9d580b18 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
* | | Add one OS X 10.11 configuration to the CITony Sarajärvi2017-02-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The "-3" suffix for the configuration name is due to it being a clean TIER1 image and has not everything preinstalled manually. Tests are disabled at first. They will be enabled once we sort out all failing autotests. Task-number: QTQAINFRA-1088 Change-Id: I7adc05869524acdff9ba295d604c3fc28a7aab99 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* | | Provisioning: remove extra crashreport scriptTony Sarajärvi2017-02-091-2/+0
| | | | | | | | | | | | | | | | | | | | | We have a duplicate of the same file, but different name. Change-Id: Iedd70498a91bde0dddb05c33972fd21274399ae8 Reviewed-by: Akseli Salovaara <akseli.salovaara@qt.io>
* | | Provisioning: remove Android provisioning scriptTony Sarajärvi2017-02-092-106/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Android tools and NDK is not needed in 10.11. Task-number: QTQAINFRA-1087 Change-Id: I8f3f4e71492ea09828823f6ef70ab29faa08934c Reviewed-by: Simo Fält <simo.falt@qt.io> Reviewed-by: Heikki Halmet <heikki.halmet@qt.io> Reviewed-by: Akseli Salovaara <akseli.salovaara@qt.io>
* | | Add command line tools provisioning script for OS X 10.11Tony Sarajärvi2017-02-091-0/+111
| | | | | | | | | | | | | | | | | | Task-number: QTQAINFRA-1087 Change-Id: I51aa4ee850d8e8603fac78572942e3be8f1175e4 Reviewed-by: Simo Fält <simo.falt@qt.io>
* | | Add MySQL provisioning script to OS X 10.11Tony Sarajärvi2017-02-091-0/+55
| | | | | | | | | | | | | | | | | | Task-number: QTQAINFRA-1087 Change-Id: If10ba5d5d3f2b4891098ffad8519fe4e16d8c268 Reviewed-by: Akseli Salovaara <akseli.salovaara@qt.io>
* | | Add postgresql provisioning script for OS X 10.11Tony Sarajärvi2017-02-091-0/+52
| | | | | | | | | | | | | | | | | | Task-number: QTQAINFRA-1087 Change-Id: Ia186b8df007384f7fd03139ad448563b920ee21b Reviewed-by: Akseli Salovaara <akseli.salovaara@qt.io>
* | | Add Cmake provisioning script for OS X 10.11Tony Sarajärvi2017-02-091-0/+51
| | | | | | | | | | | | | | | | | | Task-number: QTQAINFRA-1087 Change-Id: If598b4b8391e13ed0891d8a65f752492fe303d29 Reviewed-by: Akseli Salovaara <akseli.salovaara@qt.io>
* | | Add XCode provisioning script for OS X 10.11Tony Sarajärvi2017-02-091-0/+106
| | | | | | | | | | | | | | | | | | Task-number: QTQAINFRA-1087 Change-Id: I416b38459ef278f82af0379b46fd78f5ccc6512c Reviewed-by: Akseli Salovaara <akseli.salovaara@qt.io>
* | | Add xz.sh provisioning script for OS X 10.11Tony Sarajärvi2017-02-091-0/+50
| | | | | | | | | | | | | | | | | | | | | Task-number: QTQAINFRA-1087 Change-Id: I29879e17a18ffb7950c7a85db75f4bc2765741d5 Reviewed-by: Aapo Keskimolo <aapo.keskimolo@qt.io> Reviewed-by: Simo Fält <simo.falt@qt.io>
* | | Add provisioning PKG install helper script for bashTony Sarajarvi2017-02-091-0/+103
| | | | | | | | | | | | | | | | | | | | | Task-number: QTQAINFRA-1087 Change-Id: I93f33e2e93371f68f31a9ed8b4d9c89ee091b629 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io> Reviewed-by: Akseli Salovaara <akseli.salovaara@qt.io>
* | | Add provisioning helper script for installing compressed filesTony Sarajarvi2017-02-091-0/+127
| | | | | | | | | | | | | | | | | | | | | | | | | | | This script downloads a file from a given URL, uncompresses it and installs it to a desired location. Task-number: QTQAINFRA-1087 Change-Id: I466cb81ec6c96bb0d46329ec98dcc4f31be173ec Reviewed-by: Akseli Salovaara <akseli.salovaara@qt.io>
* | | Add system setup provisioning for OS X 10.11Tony Sarajärvi2017-02-092-26/+118
| | | | | | | | | | | | | | | | | | Task-number: QTQAINFRA-1087 Change-Id: Icba6d58c56fc00b4fe3a7a3f72050465ff64d104 Reviewed-by: Simo Fält <simo.falt@qt.io>
* | | Linux android builds to RHEL 7.2Heikki Halmet2017-02-064-2/+120
| | | | | | | | | | | | | | | | | | | | | | | | | | | In 5.9 android builds will be using RHEL 7.2 instead of 6.6 Task-number: QTQAINFRA-1096 Change-Id: Ia802aa31fe347616c829e2142991686fe8e95ed9 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* | | Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Jani Heikkinen2017-02-0610-21/+243
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.8' into 5.9Simon Hausmann2017-02-0510-21/+243
| |\| | | | | | | | | | | | | | Change-Id: Ic7dab06f6b6e6cf326df651151eade22429b997f
| | * | Merge remote-tracking branch 'origin/5.6' into 5.8Simon Hausmann2017-02-035-21/+173
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: coin/provisioning/qtci-linux-RHEL-6.6-x86_64/android_linux.sh Change-Id: I10fcdfc0af68741d931f4732783bafdad2fffc4a
| | | * Provision: Storage android sdk and ndk version informationHeikki Halmet2017-02-031-18/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sdk and ndk version information will be storaged to versions.txt. Versions.txt will be used for all provision scripts and later on it's data will be printed to provision log. Also script name changed to match both android sdk and ndk. Change-Id: I3366e596f539099c3b587466d90905d0889398fe Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
| | | * Provision: Script to print sw versions to provision logHeikki Halmet2017-02-032-0/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This script is the last script that is run by provisioning. It will print all storaged sw information to provision log Change-Id: I2c76d5f7cccf9c116cb660ffcb67d3bece473da8 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>