Bug 1362010 - Allow all test suites to run regardless of 'files-changed' on linux64-ccov. r=jmaher

This patch will allow jittest, jsreftest, and any other test suite to run on linux64-ccov regardless of whether or not the files in 'files-changed' have been matched with changes in a patch.

MozReview-Commit-ID: 78CWUTWBhV

--HG--
extra : rebase_source : 4e8bc8a43a6be2b15e2b51c986da9e5ba5adc039
This commit is contained in:
Greg Mierzwinski 2017-05-26 10:33:59 -04:00
Родитель b862b81cea
Коммит 9034d06e23
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -512,6 +512,7 @@ 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['when'] = {}
test['instance-size'] = 'xlarge'
test['run-on-projects'] = []
elif test['build-platform'] == 'linux64-jsdcov/opt':