Bug 1539446 - [ci] Run talos and raptor on ash, r=jmaher

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Andrew Halberstadt 2019-04-17 13:34:31 +00:00
Родитель 26b33f86b5
Коммит 12eb4300da
1 изменённых файлов: 0 добавлений и 6 удалений

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

@ -206,12 +206,6 @@ def target_tasks_ash(full_task_graph, parameters, graph_config):
if task.attributes.get('unittest_suite'):
if not task.attributes.get('e10s'):
return False
# don't run talos on ash
if task.attributes.get('unittest_suite') == 'talos':
return False
# don't run raptor on ash
if task.attributes.get('unittest_suite') == 'raptor':
return False
# don't upload symbols
if task.attributes['kind'] == 'upload-symbols':
return False