1. 26 Nov, 2017 - 1 commit
  2. 25 Nov, 2017 - 1 commit
  3. 16 Nov, 2017 - 1 commit
  4. 13 Nov, 2017 - 1 commit
  5. 11 Nov, 2017 - 5 commits
  6. 10 Nov, 2017 - 1 commit
    • Jan Arve Sæther's avatar
      Provisioning: Disable NTP synchronization for Windows · 3653630d
      Jan Arve Sæther authored
      
      During CI, it has been observed that some processes didn't leave their
      wait state. (So they were "hanging")
      During analysis of the event log on that CI node, we found out that at the
      same time those processes entered this state, the NTP client set a new time
      and indeed the local time of the CI node changed (it was
      changed 2 hours forward in our case).
      For the record, the processes we observed this with was jom.exe and
      cc1plus.exe (the latter is the g++ compiler in the mingw toolchain)).
      
      We therefore have a strong suspicion that the NTP time change was causing
      the CI hang, so we simply disable it.
      The virtual machine should anyway get the correct time from its VM host
      when its started.
      
      Change-Id: I1204063399e2a4741b7b26b79858759c1bc5eab2
      Reviewed-by: default avatarJędrzej Nowacki <jedrzej.nowacki@qt.io>
      3653630d
  7. 09 Nov, 2017 - 2 commits
  8. 08 Nov, 2017 - 1 commit
    • Joni Jäntti's avatar
      Fix Ubuntu 16.04 random provisioning fail · 537ea17d
      Joni Jäntti authored
      
      Ubuntu 16.04 provisioning sometimes fails in the apt-get commands for
      package installations. This is caused by a lock that is still in use
      when the system is calling the apt-get commands.
      
      This change will use the apt daemon to queue the install commands
      and wait for the lock to release instead of checking once and then
      failing if the lock is not open.
      
      Task-number: QTQAINFRA-1502
      Change-Id: Idd4aff42f99cf4d14c08aef8fcc3cb7dbc58b2dd
      Reviewed-by: default avatarTony Sarajärvi <tony.sarajarvi@qt.io>
      537ea17d
  9. 07 Nov, 2017 - 2 commits
  10. 06 Nov, 2017 - 1 commit
  11. 03 Nov, 2017 - 4 commits
  12. 02 Nov, 2017 - 1 commit
  13. 28 Oct, 2017 - 2 commits
  14. 27 Oct, 2017 - 1 commit
    • Jani Heikkinen's avatar
      Fix QNX platform configurations for Qt 5.9 · 72cc0477
      Jani Heikkinen authored
      
      With Qt 5.9 series we still deliver binaries for QNX 6.6 only ->
        - Add QNX 6.6 platform configurations for windows
        - Remove 'packaging' flag from QNX 7.0 builds
        - Add provisioning script to patch QNX in windows 10 as well
      
      This change fixes the previous 5.6 merge, where this should've happened.
      
      Change-Id: Icf080fa5614371627f8f5245675cb190ebaaf893
      Reviewed-by: default avatarSimo Fält <simo.falt@qt.io>
      72cc0477
  15. 24 Oct, 2017 - 1 commit
  16. 23 Oct, 2017 - 1 commit
    • Joni Jäntti's avatar
      Fix Windows 10 x64 Python with new tier 1 · 3b7b924b
      Joni Jäntti authored
      
      Current tier 1 template #9 has python and anaconda installed that came
      with MSVC2017. This messes with the provisioning scripts and ultimately
      builds such as pyside, even though qt5 builds go through.
      
      Task-number: QTQAINFRA-1503
      Change-Id: Id4e1303ba2524373170f1aca7b0c7e66f9f235dc
      Reviewed-by: default avatarHeikki Halmet <heikki.halmet@qt.io>
      3b7b924b
  17. 22 Oct, 2017 - 1 commit
  18. 19 Oct, 2017 - 2 commits
  19. 17 Oct, 2017 - 5 commits
  20. 30 Sep, 2017 - 3 commits
  21. 27 Sep, 2017 - 1 commit
  22. 26 Sep, 2017 - 1 commit
  23. 25 Sep, 2017 - 1 commit