Bug 1326475 - fix small typo in task configuration. r=Callek

Simple typo, but possibly the root cause for scheduling talos
jobs on branches we shouldn't be.

MozReview-Commit-ID: JBSGtbeMJCd
This commit is contained in:
Joel Maher 2016-12-30 16:17:00 -05:00
Родитель f1fecc26b0
Коммит bf3239016b
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -93,8 +93,8 @@ def target_tasks_ash(full_task_graph, parameters):
# and none of this linux64-asan/debug stuff
if platform == 'linux64-asan' and task.attributes['build_type'] == 'debug':
return False
# no non-et10s tests
if task.attributes.get('unittest_suite') or task.attributes.get('talos_siute'):
# no non-e10s tests
if task.attributes.get('unittest_suite') or task.attributes.get('talos_suite'):
if not task.attributes.get('e10s'):
return False
# don't upload symbols