1. 26 Nov, 2017 - 1 commit
  2. 03 Nov, 2017 - 1 commit
  3. 30 Aug, 2017 - 1 commit
  4. 17 Aug, 2017 - 1 commit
  5. 16 Aug, 2017 - 1 commit
  6. 08 Aug, 2017 - 1 commit
  7. 19 Jul, 2017 - 1 commit
    • Simo Fält's avatar
      Provisioning: Fix virtualenv in macOS 10.11 · c9d53413
      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: default avatarSimon Hausmann <simon.hausmann@qt.io>
      c9d53413
  8. 08 Jul, 2017 - 3 commits
  9. 05 Jun, 2017 - 1 commit
  10. 11 May, 2017 - 1 commit
  11. 04 May, 2017 - 1 commit
    • Tony Sarajärvi's avatar
      Provisioning: disable screensaver password · 7937eb2d
      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: default avatarSimon Hausmann <simon.hausmann@qt.io>
      7937eb2d
  12. 27 Apr, 2017 - 1 commit
  13. 24 Apr, 2017 - 1 commit
  14. 21 Apr, 2017 - 1 commit
  15. 07 Apr, 2017 - 1 commit
  16. 15 Mar, 2017 - 1 commit
  17. 10 Mar, 2017 - 1 commit
  18. 09 Feb, 2017 - 9 commits
  19. 31 Jan, 2017 - 1 commit
  20. 24 Jan, 2017 - 2 commits
    • Heikki Halmet's avatar
      Provision: Set bash_profile to read .bashrc · 3276f075
      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: default avatarSimon Hausmann <simon.hausmann@qt.io>
      3276f075
    • Heikki Halmet's avatar
      Add Android NDK/SDK to provision for macOS 10.10 and 10.11 · eeea4e5c
      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: default avatarSimon Hausmann <simon.hausmann@qt.io>
      eeea4e5c
  21. 21 Dec, 2016 - 1 commit
  22. 08 Dec, 2016 - 1 commit
    • Simon Hausmann's avatar
      Improve disabling of screensaver on macOS · 16d05b08
      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: default avatarJędrzej Nowacki <jedrzej.nowacki@qt.io>
      16d05b08
  23. 07 Dec, 2016 - 3 commits