yocto-autobuilder2/TODO
Joshua Lock 443ed86cec builders: implement get_sstate_release_number()
Uses the values submitted to the scheduler to determtine the major number
of the release for the purposes of publishing per-major release
shared-state artefacts.

Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
2018-03-07 10:18:04 +00:00

1.3 KiB

Initial release

  • get_publish_dest (builders.py) [Joshua]
  • figure out htpasswd & auth for scheduling builds [Michael]
  • ensure need auth to trigger builds [Michael]
  • Display poky revision in web UI, not the yocto-autobuilder-helper revision [Paul]

Future

  • finish port of wikilog [Joshua]
  • implement buildhistory writeback step in -helper (can then drop from builders.py) [Richard]
  • implement send QA email step (builders.py)
  • implement current link (builders.py)
  • per worker auth (config.py)
  • implement default population for different releases in webform (schedulers.py?) [Paul]
  • DEFAULT for buildapp SRCREV still true? (schedulers.py)
  • Add IRC notifier (services.py) [Michael]
  • Add link on console page to error report for build?
  • 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]
  • Review ForceScheduler inputs and whether they are used by the helper scripts, particularly the poky_number parameter of nightly is possibly no longer required
  • Look into allowed_origins property of built in web server
  • switch wikilog to buildbot.util.service.HTTPClient?