diff --git a/taskcluster/taskgraph/target_tasks.py b/taskcluster/taskgraph/target_tasks.py index c5c73a068b2b..38cc822a800a 100644 --- a/taskcluster/taskgraph/target_tasks.py +++ b/taskcluster/taskgraph/target_tasks.py @@ -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