- 26 Nov, 2017 - 1 commit
-
-
Heikki Halmet authored
Command line tools is needed by homebrew when installing p7zip Task-number: QTBUG-64729 Change-Id: Ia13838e3f5845351cb682c7d25127c8f36172d3b Reviewed-by:
Liang Qi <liang.qi@qt.io> Reviewed-by:
Jani Heikkinen <jani.heikkinen@qt.io>
-
- 03 Nov, 2017 - 1 commit
-
-
Tony Sarajärvi authored
Change-Id: I0ae934a65a2eaefa0bc4db9afbe3b8701dcb0906 Reviewed-by:
Heikki Halmet <heikki.halmet@qt.io>
-
- 30 Aug, 2017 - 1 commit
-
-
Simo Fält authored
Python3 is required in 5.6 by pyside-setup. Task-number: QTAUTO-345 Change-Id: If11ca425fa08cce8a518710ded0a6ec58159343d Reviewed-by:
Simon Hausmann <simon.hausmann@qt.io> (cherry picked from commit a5f3f8ed) (cherry picked from commit a7658388) (cherry picked from commit 1859f9b2)
-
- 17 Aug, 2017 - 1 commit
-
-
Simo Fält authored
Pyside requires cmake 3.1.0 or more recent. Change-Id: Ic376d5e5af9f9b0692a2de7c4ec35e6c8bfa9465 Reviewed-by:
Simon Hausmann <simon.hausmann@qt.io>
-
- 16 Aug, 2017 - 1 commit
-
-
Heikki Halmet authored
This change will disable system updates from App Store to prevent unnecessary network load Change-Id: I7915ec6ffce681a850abef59d58f953effd6deb0 Reviewed-by:
Simon Hausmann <simon.hausmann@qt.io>
-
- 08 Aug, 2017 - 1 commit
-
-
Tony Sarajärvi authored
Change-Id: I9b4c5e9d0fe8e0e84596ad9086f563d11e97930b Reviewed-by:
Simon Hausmann <simon.hausmann@qt.io>
-
- 19 Jul, 2017 - 1 commit
-
-
Simo Fält authored
There are multiple Python installations in our macOS 10.11 Tier1 template. Most of them are pretty old and not even working properly. One of the affected Python tool is virtualenv, which atm is creating Python 2.6 env by default even if Python 2.7 is the default Python. Change-Id: I8bc0900976a9dc79637539802345175c85b7b433 Reviewed-by:
Simon Hausmann <simon.hausmann@qt.io>
-
- 08 Jul, 2017 - 3 commits
-
-
Simo Fält authored
Some of the macOS templates are cleaner than others and are mising some basic tools like 7z. Homebrew provides easy way to install wide range of tools via command line. Change-Id: I5a8528bb4a13ef9a72e2467c51a8b5d45f9a3d84 Reviewed-by:
Simon Hausmann <simon.hausmann@qt.io>
-
Simo Fält authored
PySide versions following 5.6 use a C++ parser based on Clang. The Clang library (C-bindings), version 3.9 or higher is required for building. Change-Id: Ia7bcad46e3214d6d8b688354c9abdc83a513573c Reviewed-by:
Simon Hausmann <simon.hausmann@qt.io>
-
Simo Fält authored
macOS 10.11 tier1 template is missing 7z. Change-Id: I9e1ade8605b5e6f389a2cd76340070070a7c637b Reviewed-by:
Simon Hausmann <simon.hausmann@qt.io>
-
- 05 Jun, 2017 - 1 commit
-
-
Tony Sarajärvi authored
Task-number: QTQAINFRA-1244 Change-Id: I3a27d8cdee8cd7b22d86116d58009e952ab536ea Reviewed-by:
Aapo Keskimolo <aapo.keskimolo@qt.io> Reviewed-by:
Simon Hausmann <simon.hausmann@qt.io>
-
- 11 May, 2017 - 1 commit
-
-
Dominik Holland authored
Task-number: QTAUTO-345 Change-Id: If11ca425fa08cce8a518710ded0a6ec58159343d Reviewed-by:
Simon Hausmann <simon.hausmann@qt.io>
-
- 04 May, 2017 - 1 commit
-
-
Tony Sarajärvi authored
Previously provisioning disabled screensaver on startup but didn't affect current session. Thus the screensaver hits the VMs while provisioning and without this commit the screen gets locked. This prevents the lock and we get to the desktop on the VMs. Change-Id: Icd783127e898ece6bebb5598ab86f12d5062eeb5 Reviewed-by:
Simon Hausmann <simon.hausmann@qt.io>
-
- 27 Apr, 2017 - 1 commit
-
-
Tony Sarajärvi authored
Task-number: QTBUG-56102 Change-Id: I7f14fbebcc459b4610ca9469b4335ef5b18ba5b4 Reviewed-by:
Jake Petroules <jake.petroules@qt.io> Reviewed-by:
Timur Pocheptsov <timur.pocheptsov@qt.io>
-
- 24 Apr, 2017 - 1 commit
-
-
Simon Hausmann authored
* Remove unused installation on macOS 10.10 as we only build packages on 10.11. * Replace the use of the ~1GB downloads of the zip files with a direct extraction via NFS. This is more resilient to flakyness in the network connection. Change-Id: I1bfe5bbf00a6614233b517801daf130069094ec9 Reviewed-by:
Tony Sarajärvi <tony.sarajarvi@qt.io>
-
- 21 Apr, 2017 - 1 commit
-
-
Simon Hausmann authored
Instead of downloading a 4+GB archive and uncompressing it in /tmp, let's uncompress the archive via NFS and feed the data straight into cpio. This should be faster and avoids curl's error handling that's happy to abort instead of re-trying. Change-Id: Ifa5d842c50111ccdbd56e795b270ee6433a63adf Reviewed-by:
Frederik Gladhorn <frederik.gladhorn@qt.io> Reviewed-by:
Tony Sarajärvi <tony.sarajarvi@qt.io>
-
- 07 Apr, 2017 - 1 commit
-
-
Konstantin Tokarev authored
Change-Id: I730a65c2fcbea14bd3fe44e01a182f095d96b0ab Reviewed-by:
Simon Hausmann <simon.hausmann@qt.io>
-
- 15 Mar, 2017 - 1 commit
-
-
Tony Sarajärvi authored
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>
-
- 10 Mar, 2017 - 1 commit
-
-
Simon Hausmann authored
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>
-
- 09 Feb, 2017 - 9 commits
-
-
Tony Sarajärvi authored
We have a duplicate of the same file, but different name. Change-Id: Iedd70498a91bde0dddb05c33972fd21274399ae8 Reviewed-by:
Akseli Salovaara <akseli.salovaara@qt.io>
-
Tony Sarajärvi authored
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>
-
Tony Sarajärvi authored
Task-number: QTQAINFRA-1087 Change-Id: I51aa4ee850d8e8603fac78572942e3be8f1175e4 Reviewed-by:
Simo Fält <simo.falt@qt.io>
-
Tony Sarajärvi authored
Task-number: QTQAINFRA-1087 Change-Id: If10ba5d5d3f2b4891098ffad8519fe4e16d8c268 Reviewed-by:
Akseli Salovaara <akseli.salovaara@qt.io>
-
Tony Sarajärvi authored
Task-number: QTQAINFRA-1087 Change-Id: Ia186b8df007384f7fd03139ad448563b920ee21b Reviewed-by:
Akseli Salovaara <akseli.salovaara@qt.io>
-
Tony Sarajärvi authored
Task-number: QTQAINFRA-1087 Change-Id: If598b4b8391e13ed0891d8a65f752492fe303d29 Reviewed-by:
Akseli Salovaara <akseli.salovaara@qt.io>
-
Tony Sarajärvi authored
Task-number: QTQAINFRA-1087 Change-Id: I416b38459ef278f82af0379b46fd78f5ccc6512c Reviewed-by:
Akseli Salovaara <akseli.salovaara@qt.io>
-
Tony Sarajärvi authored
Task-number: QTQAINFRA-1087 Change-Id: I29879e17a18ffb7950c7a85db75f4bc2765741d5 Reviewed-by:
Aapo Keskimolo <aapo.keskimolo@qt.io> Reviewed-by:
Simo Fält <simo.falt@qt.io>
-
Tony Sarajärvi authored
Task-number: QTQAINFRA-1087 Change-Id: Icba6d58c56fc00b4fe3a7a3f72050465ff64d104 Reviewed-by:
Simo Fält <simo.falt@qt.io>
-
- 31 Jan, 2017 - 1 commit
-
-
Simon Hausmann authored
This extends commit f3b0b9e2 to the macOS and Windows platforms. Change-Id: I180d81266897582cee1bec5938fbd3bb9c5c2ee3 Task-number: QTBUG-58367 Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
-
- 24 Jan, 2017 - 2 commits
-
-
Heikki Halmet authored
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. Change-Id: I417ecd7866bc4ae1b50beb14c19b456588b4050a Reviewed-by:
Simon Hausmann <simon.hausmann@qt.io>
-
Heikki Halmet authored
Install latest Android sdk and ndk. It also runs update for SDK API level 18 Task-number: QTBUG-58370 Change-Id: I1bf8cb42dd3e753be27fa9fcd2c1ac8ccbdb87c3 Reviewed-by:
Simon Hausmann <simon.hausmann@qt.io>
-
- 21 Dec, 2016 - 1 commit
-
-
Simon Hausmann authored
It turns out that they don't quite work the way we expected them to, and instead we Coin is going to shut down the VMs directly at the right time. Change-Id: I9f7a6f2f898002a25544fc513a0c2414fcd5c263 Reviewed-by:
Simon Hausmann <simon.hausmann@qt.io>
-
- 08 Dec, 2016 - 1 commit
-
-
Simon Hausmann authored
Setting the idleTime on currentHost works well, until the hardware UUID changes and thus the host ID for the setting. With kvm that happens quite frequently, with vmware less but also occasionally (deep clone for example). By disabling the screensaver on start-up we can cover all cases quite easily. Change-Id: Ibdcf404430656f9caa47386ca3c732366ddfc8c7 Reviewed-by:
Jędrzej Nowacki <jedrzej.nowacki@qt.io>
-
- 07 Dec, 2016 - 3 commits
-
-
Simon Hausmann authored
Change-Id: I8856eebfe91b9e1cc2cc318a1e7ea80348f1486e Reviewed-by:
Frederik Gladhorn <frederik.gladhorn@qt.io> Reviewed-by:
Jędrzej Nowacki <jedrzej.nowacki@qt.io>
-
Simon Hausmann authored
The directory names were missing the architecture, otherwise the content was unused. Change-Id: I0316da5c4b1352012f27ce330c3319a8aedf01ea Reviewed-by:
Frederik Gladhorn <frederik.gladhorn@qt.io> Reviewed-by:
Jędrzej Nowacki <jedrzej.nowacki@qt.io>
-
Frederik Gladhorn authored
After provisioning we want the machine to be sensibly shut down since we will use the disk image later. VSphere doesn't manage to shut down 10.8 VMs. Help out by calling shutdown. For the other OS X/macOS versions, this is also desirable since controlling the power state of these machines is hard with different virtualization solutions (we're looking at OpenNebula/KVM). Change-Id: Ieabc14f9c8c1af9421a0ef91dd670f4790a84461 Reviewed-by:
Simon Hausmann <simon.hausmann@qt.io> Reviewed-by:
Jędrzej Nowacki <jedrzej.nowacki@qt.io>
-