aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Granberg <zorry@gentoo.org>2024-03-19 18:18:49 +0100
committerMagnus Granberg <zorry@gentoo.org>2024-03-19 18:18:49 +0100
commit33713a909627a0378845d9d0be4f689c3857667b (patch)
tree1bc7d4138ece28836fd2cea1f3b2bc13bf62a53f
parentAdd more support for change use, rebuild faild bin and clean some --change-* ... (diff)
downloadtinderbox-cluster-33713a909627a0378845d9d0be4f689c3857667b.tar.gz
tinderbox-cluster-33713a909627a0378845d9d0be4f689c3857667b.tar.bz2
tinderbox-cluster-33713a909627a0378845d9d0be4f689c3857667b.zip
Add compile to word_list as Ago use it as default
Signed-off-by: Magnus Granberg <zorry@gentoo.org>
-rw-r--r--buildbot_gentoo_ci/steps/logs.py2
1 files changed, 2 insertions, 0 deletions
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(' '):