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

@@ -795,7 +795,6 @@ def add_files_changed(config, tasks):
def setup_optimizations(config, tasks):
for task in tasks:
optimizations = task.setdefault('optimizations', [])
optimizations.append(['seta'])
if 'when' in task and 'files-changed' in task['when']:
optimizations.append(['files-changed', task['when']['files-changed']])
yield task