diff options
author | Magnus Granberg <zorry@gentoo.org> | 2023-06-10 12:06:11 +0200 |
---|---|---|
committer | Magnus Granberg <zorry@gentoo.org> | 2023-06-10 12:06:11 +0200 |
commit | e75fa8c7184989508dc3c445cf8b32fd99634d99 (patch) | |
tree | a4339c1ad631b4ebff0a4a294677d9a106a9f241 | |
parent | Compression logs with xz (diff) | |
download | tinderbox-cluster-e75fa8c7184989508dc3c445cf8b32fd99634d99.tar.gz tinderbox-cluster-e75fa8c7184989508dc3c445cf8b32fd99634d99.tar.bz2 tinderbox-cluster-e75fa8c7184989508dc3c445cf8b32fd99634d99.zip |
Add SetupBugReportSteps for bugreporting
Signed-off-by: Magnus Granberg <zorry@gentoo.org>
-rw-r--r-- | buildbot_gentoo_ci/config/buildfactorys.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/buildbot_gentoo_ci/config/buildfactorys.py b/buildbot_gentoo_ci/config/buildfactorys.py index 2ca2ca9..b47a209 100644 --- a/buildbot_gentoo_ci/config/buildfactorys.py +++ b/buildbot_gentoo_ci/config/buildfactorys.py @@ -188,10 +188,10 @@ def parse_build_log(): f.addStep(logs.setEmergeInfoLog()) # add package info to log and db f.addStep(logs.setPackageInfoLog()) + # make the bugreport + f.addStep(logs.SetupBugReportSteps()) # set BuildStatus f.addStep(logs.setBuildStatus()) - # setup things for the irc bot - #f.addStep(logs.SetIrcInfo()) return f def run_build_images_request(): |