aboutsummaryrefslogtreecommitdiffstats
path: root/steps/observer.py
AgeCommit message (Collapse)Author
2023-05-02steps/observer: Update to work with new buildbot versionsRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-03-22observer.py, runconfig.py: Remove NewStyle classesJate Sujjavanich
These classes were removed in buildbot 3.2.x because migration is complete. Signed-off-by: Jate Sujjavanich <jatedev@gmail.com>
2023-03-22builders.py, observery.py: Convert to *NewStyleJate Sujjavanich
ShellCommandNewStyle For buildbot 2.9.x migration Signed-off-by: Jate Sujjavanich <jatedev@gmail.com>
2021-01-18Add SPDX License IdentifiersRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-11-12runconfig/observer: Simplify log handling for new format tasksRichard Purdie
For new tasks, hide errors/warnings if not present, don't monitor steyXY logfiles as they're no longer needed and ensure description is provided by our code as shellCommand doesn't handle it. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2019-06-26steps/observer: Try and use correct logname for warnings/errorsRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2019-06-25steps/observer: Mention which log contains an error/warningRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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>