зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1347698 - Add a tag for taskcluster reftest jobs r=dustin
MozReview-Commit-ID: JvBywJUgmkh --HG-- extra : rebase_source : cce78a737e8a4f6e50d82bab424b3e6c8a108cab
This commit is contained in:
Родитель
b58db2c9cb
Коммит
8989c781c9
|
@ -600,10 +600,11 @@ def remove_linux_pgo_try_talos(config, tests):
|
||||||
|
|
||||||
|
|
||||||
@transforms.add
|
@transforms.add
|
||||||
def set_mochitest_test_type(config, tests):
|
def set_test_type(config, tests):
|
||||||
for test in tests:
|
for test in tests:
|
||||||
if 'mochitest' in test['suite']:
|
for test_type in ['mochitest', 'reftest']:
|
||||||
test.setdefault('tags', {})['test-type'] = 'mochitest'
|
if test_type in test['suite'] and 'web-platform' not in test['suite']:
|
||||||
|
test.setdefault('tags', {})['test-type'] = test_type
|
||||||
yield test
|
yield test
|
||||||
|
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче