yocto-autobuilder2/TODO
Joshua Lock 4fd189ab38 Initial prototype of using yocto-autobuilder-helper scripts
Initial prototype of using yocto-autobuilder-helper scripts from vanilla
buildbot to replicate yocto-autobuilder configuration.

* README.md is updated to describe goals and approach
* TODO contains known issues and work items, TODO: comments in the code
  point to specific locations of work

Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
2018-02-22 10:38:19 +00:00

16 lines
792 B
Plaintext

# Initial release
* TODO items, esp in builders.py i.e finishing up nightly builder config
* formatting/labels of the yocto-autobuilder-helper inputs
# Future
* add mail notification functionality to yocto-autobuilder-helper, it already
knows how to iterate error reports.
* Move clobber script, janitor, etc into yocto-autobuilder-helper and make use of them
* Simple script to start buildbot controller, janitor and PRServer
* Review ForceScheduler inputs and whether they are used by the helper scripts, particularly the poky_number parameter of nightly is possibly no longer required
* Teach the janitor to pre-clone the repos
* add SendQAMail
* Look into allowed_origins property of built in web server
* add buildhistory trigger
* switch wikilog to buildbot.util.service.HTTPClient?