[Buildbot-commits] [buildbot/buildbot] 20d12f: Fix build start time retrieving

GitHub noreply at github.com
Tue Apr 30 01:18:16 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: 20d12fbf3bb717a78ded123f5a0624d158c2ffde
      https://github.com/buildbot/buildbot/commit/20d12fbf3bb717a78ded123f5a0624d158c2ffde
  Author: Vladimir Rutsky <altsysrq at gmail.com>
  Date:   2013-04-27 (Sat, 27 Apr 2013)

  Changed paths:
    M master/buildbot/status/web/grid.py

  Log Message:
  -----------
  Fix build start time retrieving

When build is not finished getTimes() returns tuple (start_time, None),
and min((start_time, None)) == None.  This lead to incorrect sorting of
builds in grid view --- not finished builds were displayed first and if
there were more build revisions than grid width builds (five by default)
not finished builds doesn't displayed at all.


  Commit: 2169457f2f28357277001669f8c3bbcbc00f069c
      https://github.com/buildbot/buildbot/commit/2169457f2f28357277001669f8c3bbcbc00f069c
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-04-29 (Mon, 29 Apr 2013)

  Changed paths:
    M master/buildbot/status/web/grid.py

  Log Message:
  -----------
  Merge branch 'grid_build_time_bug' of git://github.com/vrutsky/buildbot


Compare: https://github.com/buildbot/buildbot/compare/2e5980ffee85...2169457f2f28


More information about the Commits mailing list