Bug 1333255: only apply seta optimizations for tests; r=jonasfj

MozReview-Commit-ID: FoIlgwBe4Gd
This commit is contained in:
Dustin J. Mitchell
2017-03-09 14:45:12 -05:00
parent b249b845c2
commit 655ce811d6
3 changed files with 1 additions and 5 deletions

View File

@@ -206,10 +206,6 @@ def opt_index_search(task, params, index_path):
def opt_seta(task, params):
bbb_task = False
# no need to call SETA for build jobs
if task.task.get('extra', {}).get('treeherder', {}).get('jobKind', '') == 'build':
return False, None
# for bbb tasks we need to send in the buildbot buildername
if task.task.get('provisionerId', '') == 'buildbot-bridge':
label = task.task.get('payload').get('buildername')