commit: 33713a909627a0378845d9d0be4f689c3857667b
Author: Magnus Granberg <zorry <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 19 17:18:49 2024 +0000
Commit: Magnus Granberg <zorry <AT> gentoo <DOT> org>
CommitDate: Tue Mar 19 17:18:49 2024 +0000
URL:
https://gitweb.gentoo.org/proj/tinderbox-cluster.git/commit/?id=33713a90
Add compile to word_list as Ago use it as default
Signed-off-by: Magnus Granberg <zorry <AT> gentoo.org>
buildbot_gentoo_ci/steps/logs.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/buildbot_gentoo_ci/steps/logs.py b/buildbot_gentoo_ci/steps/logs.py
index 64bd3e7..b6c97b7 100644
--- a/buildbot_gentoo_ci/steps/logs.py
+++ b/buildbot_gentoo_ci/steps/logs.py
@@ -210,6 +210,8 @@ class MakeIssue(BuildStep):
cp = c + '/' + p
word_list.append(cp)
word_list.append(cpv_getversion(self.error_dict['cpv']))
+ # add compile as Ago use that as default
+ word_list.append('compile')
for word in self.error_dict['title_phase'].split(' '):
word_list.append(word)
for word in self.error_dict['title_issue_nice'].split(' '):