aboutsummaryrefslogtreecommitdiffstats
path: root/steps
AgeCommit message (Collapse)Author
2018-09-05builders: Improve log handling to match run-config step numberingRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-08-30Add custom log observerRichard Purdie
We want seperate log files in the UI for each of the build steps. This changes buildbot to monitor the command.log.X files which run-config generates. It also searches the log output for errors and warnings and summarises these neatly in the UI. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-02-22Fix module name after renameJoshua Lock
The repository was renamed yoctoabb from yoctoab, fix up module references
2018-02-22Initial prototype of using yocto-autobuilder-helper scriptsJoshua Lock
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>