1. 29 Nov, 2017 - 1 commit
  2. 26 Nov, 2017 - 1 commit
  3. 25 Nov, 2017 - 1 commit
  4. 16 Nov, 2017 - 1 commit
  5. 13 Nov, 2017 - 1 commit
  6. 11 Nov, 2017 - 4 commits
  7. 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
  8. 09 Nov, 2017 - 2 commits
  9. 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
  10. 07 Nov, 2017 - 2 commits
  11. 06 Nov, 2017 - 1 commit
  12. 03 Nov, 2017 - 4 commits
  13. 02 Nov, 2017 - 1 commit
  14. 28 Oct, 2017 - 2 commits
  15. 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
  16. 24 Oct, 2017 - 1 commit
  17. 22 Oct, 2017 - 1 commit
  18. 19 Oct, 2017 - 2 commits
  19. 17 Oct, 2017 - 4 commits
  20. 30 Sep, 2017 - 3 commits
  21. 27 Sep, 2017 - 1 commit
  22. 26 Sep, 2017 - 1 commit
  23. 23 Sep, 2017 - 1 commit
  24. 19 Sep, 2017 - 1 commit
  25. 16 Sep, 2017 - 1 commit