yocto-autobuilder2/TODO
Richard Purdie c82e6fa387 schedulers: Clean up build-appliance srcrev code
We need to show the build-appliance configuration on nightly as well as
nightly-build-appliance.

Also, default to AUTOREV, matching the behaviour of the old codebase.

Drop the "DEFAULT" magic value, default to that if a revision isn't specified.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-07-05 14:21:13 +01:00

711 B

  • Add nightly-checkuri
  • Add wikilog link on console page
  • implement buildhistory writeback step in -helper (can then drop from builders.py) [Richard]
  • per worker auth (workers.py & config.py)
  • Add IRC notifier (services.py) [Michael]
  • formatting/labels of the yocto-autobuilder-helper inputs (schedulers.py) [Paul]
  • add mail notification functionality to yocto-autobuilder-helper, it already knows how to iterate error reports. (services.py)
  • Simple script to start buildbot controller, janitor and PRServer [Michael]
  • Clean up ForceScheduler form layout (multiple column?)
  • Look into allowed_origins property of built in web server
  • switch wikilog to buildbot.util.service.HTTPClient?