Bug 1334829 - Enable native-engine jobs only on try. r=dustin

--HG--
extra : rebase_source : ffabf4926e92e17557f4265cb6b457950ec4edc1
This commit is contained in:
Wander Lairson Costa 2017-01-31 12:42:00 -05:00
Родитель 0c6e70f986
Коммит 0ad3cf17fa
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -585,7 +585,7 @@ def remove_native_non_try(config, tests):
"""Remove native-engine jobs if they are not in try branch."""
for test in tests:
if test['worker-implementation'] != 'native-engine' \
or config.params['project'] != 'try':
or config.params['project'] == 'try':
yield test