Bug 1530737 - Run windows10-aarch64 talos/raptor tasks on bitbar laptops; r=jmaher

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Geoff Brown 2019-02-28 18:18:25 +00:00
Родитель 8073d84e30
Коммит dcfbc931ad
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -1109,6 +1109,8 @@ def set_worker_type(config, tests):
# some jobs like talos and reftest run on real h/w - those are all win10
if test_platform.startswith('windows10-64-ux'):
win_worker_type_platform = WINDOWS_WORKER_TYPES['windows10-64-ux']
elif test_platform.startswith('windows10-aarch64'):
win_worker_type_platform = WINDOWS_WORKER_TYPES['windows10-aarch64']
else:
win_worker_type_platform = WINDOWS_WORKER_TYPES['windows10-64']
else: