Bug 1373301 - linux talos is not scheduled on mozilla-beta after merge day r=Callek DONTBUILD

This commit is contained in:
Kim Moir 2017-06-23 15:34:55 -04:00
Родитель a039d5288b
Коммит 0638284c53
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -237,7 +237,8 @@ def target_tasks_mozilla_beta(full_task_graph, parameters):
# Don't do some nightlies on-push until it's ready.
return False
if platform in ('linux64', 'linux'):
if task.attributes['build_type'] == 'opt':
if task.attributes['build_type'] == 'opt' and \
task.attributes.get('unittest_suite') != 'talos':
return False
# skip l10n, beetmover, balrog
if task.kind in [