1. 25 Nov, 2017 - 1 commit
  2. 23 Nov, 2017 - 1 commit
  3. 21 Nov, 2017 - 1 commit
  4. 20 Nov, 2017 - 1 commit
  5. 19 Nov, 2017 - 1 commit
  6. 16 Nov, 2017 - 2 commits
  7. 13 Nov, 2017 - 2 commits
  8. 11 Nov, 2017 - 4 commits
  9. 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
  10. 09 Nov, 2017 - 3 commits
    • Liang Qi's avatar
      Merge remote-tracking branch 'origin/5.9' into 5.10 · 90272a84
      Liang Qi authored
      Also update to pyro toolchain in QEMU way.
      
       Conflicts:
      	coin/platform_configs/default.txt
      	coin/platform_configs/qt5.txt
      	coin/platform_configs/qtdeclarative.txt
      	coin/provisioning/qtci-linux-Ubuntu-16.04-x86_64/004-yocto.sh
      
      Done-with: Sami Nurmenniemi <sami.nurmenniemi@qt.io>
      Task-number: QTBUG-64384
      Change-Id: If0451b81059e6831a5e5df0f359f119caf4ee09d
      90272a84
    • Heikki Halmet's avatar
      Provisioning: Install signing tools to MacOS · 60fb3cb2
      Heikki Halmet authored
      
      Install needed certificates and signing tools which are
      needed when signing release packages
      
      Change-Id: I21b9c3d1a6b4c83dec6b8ae1674def4ecc02f444
      Reviewed-by: default avatarTony Sarajärvi <tony.sarajarvi@qt.io>
      60fb3cb2
    • Heikki Halmet's avatar
      Provisioning: Update Java to version 8 · ada90993
      Heikki Halmet authored
      
      Current version of Java isn't installing correctly during provisioning.
      Silent installation needs parameters which are added to script. Without
      those the installation process tries to open Java3BillDevices.jpg
      unsuccessfully and the installation fails
      
      Task-number: QTQAINFRA-1498
      Task-number: QTQAINFRA-1394
      Change-Id: I5672d230eb348186345887da81cdd97a4f59bce8
      Reviewed-by: default avatarTony Sarajärvi <tony.sarajarvi@qt.io>
      ada90993
  11. 08 Nov, 2017 - 2 commits
    • 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
    • Liang Qi's avatar
      Update submodules on '5.9' in qt5 · 207494b1
      Liang Qi authored
      
      Change-Id: I038001efcd21e74f02786441c4a30c81d30d1336
      Reviewed-by: default avatarLiang Qi <liang.qi@qt.io>
      207494b1
  12. 07 Nov, 2017 - 4 commits
  13. 06 Nov, 2017 - 2 commits
  14. 05 Nov, 2017 - 1 commit
  15. 03 Nov, 2017 - 6 commits
  16. 02 Nov, 2017 - 1 commit
  17. 30 Oct, 2017 - 1 commit
  18. 28 Oct, 2017 - 4 commits
  19. 27 Oct, 2017 - 2 commits