Bug 1349704 - set instance-size and e10s for linux64-ccov in test transform. r=jmaher
MozReview-Commit-ID: IvpDzLGApGj
This commit is contained in:
@@ -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'] = []
|
||||
|
||||
Reference in New Issue
Block a user