Bug 1544758 Perma tier 2 [taskcluster:error] exit status 1 r=Bebe,jmaher

Differential Revision: https://phabricator.services.mozilla.com/D28184

--HG--
extra : moz-landing-system : lando
This commit is contained in:
alexandru.ionescu 2019-04-19 09:37:34 +00:00
Родитель f2d62fc237
Коммит cf3b264329
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -1011,6 +1011,7 @@ def split_e10s(config, tests):
if group != '?':
group += '-1proc'
test['treeherder-symbol'] = join_symbol(group, symbol)
if get_mobile_project(test) not in ['fennec']:
test['mozharness']['extra-options'].append('--disable-e10s')
yield test