Bug 1349704 - set instance-size and e10s for linux64-ccov in test transform. r=jmaher

MozReview-Commit-ID: IvpDzLGApGj
This commit is contained in:
Madeleine Chercover
2017-03-22 20:35:38 -07:00
parent dfca7ce94e
commit adfd66de04
2 changed files with 2 additions and 61 deletions

View File

@@ -486,6 +486,8 @@ def enable_code_coverage(config, tests):
for test in tests:
if test['build-platform'] == 'linux64-ccov/opt':
test['mozharness'].setdefault('extra-options', []).append('--code-coverage')
test['instance-size'] = 'xlarge'
test['e10s'] = False
test['run-on-projects'] = []
elif test['build-platform'] == 'linux64-jsdcov/opt':
test['run-on-projects'] = []