Bug 1364421 - renable seta for BBB jobs. r=dustin

MozReview-Commit-ID: CLkKUKRMtWE
This commit is contained in:
Joel Maher
2017-05-26 12:09:20 -04:00
parent d5f5369ad3
commit 9375aa009a

View File

@@ -214,9 +214,6 @@ def opt_seta(task, params):
if task.task.get('provisionerId', '') == 'buildbot-bridge':
label = task.task.get('payload').get('buildername')
bbb_task = True
# never optimize with SETA for BBB- bug 1364421
return False
else:
label = task.label