[Buildbot-commits] [buildbot/buildbot] 92231c: Also decode the filed names when force-building.

GitHub noreply at github.com
Thu Nov 22 20:12:44 UTC 2012


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: 92231c0926c6d7725f98cfdeb2201088badb1ce8
      https://github.com/buildbot/buildbot/commit/92231c0926c6d7725f98cfdeb2201088badb1ce8
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2012-09-27 (Thu, 27 Sep 2012)

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

  Log Message:
  -----------
  Also decode the filed names when force-building.

With ForceScheduler, it is possible to have semi-arbitrary names. This
also cleans up the arg-preprocessing code somewhat.

Refs #1054.


  Commit: 3be5a31c59958bbe061464221736cef3ba74700a
      https://github.com/buildbot/buildbot/commit/3be5a31c59958bbe061464221736cef3ba74700a
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2012-09-27 (Thu, 27 Sep 2012)

  Changed paths:
    M master/buildbot/schedulers/forcesched.py
    M master/buildbot/status/web/builder.py
    M master/buildbot/test/fake/fakedb.py
    M master/buildbot/test/unit/test_schedulers_forcesched.py

  Log Message:
  -----------
  Allow forcing on multiple builders at once.

The web status currently does this by forcing multiple times, once for each builder,
creating a separate buildset for each. Instead, teach ForceScheduler to support
starting multiple builders in a single buildset, and refactor the webstatus code to
support that.

Fixes #2342.


  Commit: 6806414edc89654bd29aa532401a7127a6bf8cf1
      https://github.com/buildbot/buildbot/commit/6806414edc89654bd29aa532401a7127a6bf8cf1
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2012-11-22 (Thu, 22 Nov 2012)

  Changed paths:
    M master/buildbot/schedulers/forcesched.py
    M master/buildbot/status/web/builder.py
    M master/buildbot/test/fake/fakedb.py
    M master/buildbot/test/unit/test_schedulers_forcesched.py

  Log Message:
  -----------
  Merge pull request #534 from tomprince/bug2342

Allow forcing on multiple builders at once. 


Compare: https://github.com/buildbot/buildbot/compare/830b18349592...6806414edc89


More information about the Commits mailing list