aboutsummaryrefslogtreecommitdiffstats
path: root/reporters
AgeCommit message (Collapse)Author
2018-09-26wikilog: Improve whitespace formatting and add div tagRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-09-26wikilog: Fix log entry formatting to be clearerRichard Purdie
This ensures one entry is shown per step with the logs on the same line. The logs are shown with the log names and the step name is only shown once. This make the resulting wiki entry much easier to use. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-09-26wikilog: Ensure empty wiki page is handled correctly for page initRichard Purdie
When a wiki page is empty, or only contains a single entry, ensure the code still works and use empty content to initialise it. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-09-25wikilog: Handle result values correcting (partiularly warnings)Richard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-06-15wikilog: Only add entries if there are failures (error logs)Richard Purdie
Entries were getting added even in the success case, fix this. Also only update the wiki if the data changes. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-06-14wikilog: Complete porting to new buildbot codebase and py3Richard Purdie
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>
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>