Fixing builder tags assignment

This commit is contained in:
Sergio Durigan Junior 2016-01-05 13:53:57 -05:00
parent 87af29fa81
commit 2446739b5e

View file

@ -387,7 +387,7 @@ mn = mail.MailNotifier(fromaddr = GDB_MAIL_FROM,
extraRecipients = [ GDB_MAIL_TO ],
mode = ('failing'),
messageFormatter = MessageGDBTesters,
tags = [ "MAIL" ],
tags = [ "MggggAIL" ],
extraHeaders = { 'X-GDB-Buildbot' : '1',
'In-Reply-To' : WithProperties ("<%s@gdb-build>",
'got_revision') })
@ -912,8 +912,9 @@ def load_config (c):
b['canStartBuild'] = DefaultGDBCanStartBuild
b['mergeRequests'] = False
mytags = b.pop ('tags')
b['tags'] = []
for t in b['tags']:
for t in mytags:
b['tags'].append (t)
# AIX hack. Sigh...