mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-05 05:04:47 +02:00

Finish the porting work started by Joshua Lock, accounting for changes in buildbot APIs/data model and changes from py3, particular around character encoding. This also changes the behaviour of the plugin slightly. We now use the build URL in the header to match builds. With the new codebase we can walk the parent tree of triggers builds to ensure we always have the correct parent build url. This means we can drop a lot of the older more imprecise build matching logic. Also simplify the format in the wiki log to one output format which lists all step failures for each build, even in the parent case. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
770 B
770 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)
- DEFAULT for buildapp SRCREV still true? (schedulers.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?