Bug 1715969 - [devtools] Fix devtools try preset to include macos jobs r=bomsy

macos jobs moved from macosx1014 to macosx1015. Use a more generic string to match osx jobs

Differential Revision: https://phabricator.services.mozilla.com/D117524
This commit is contained in:
Julian Descottes 2021-06-11 12:55:31 +00:00
Родитель 5e16d5b3ba
Коммит abc180d3a7
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -53,7 +53,7 @@ devtools:
- "'mozlint-eslint" - "'mozlint-eslint"
# 'mochitest-devtools-chrome should match the "-e10s" and "-fis-e10s" flavors # 'mochitest-devtools-chrome should match the "-e10s" and "-fis-e10s" flavors
# explicitly target "'windows10-64/" to avoid duplicate jobs on -qr platforms # explicitly target "'windows10-64/" to avoid duplicate jobs on -qr platforms
- "'mochitest-devtools-chrome | 'mochitest-chrome-1proc 'windows10-64/ | 'macosx1014-64" - "'mochitest-devtools-chrome | 'mochitest-chrome-1proc 'windows10-64/ | 'macosx"
# Linux is being named "linux1804" and may change over time, so use a more flexible search # Linux is being named "linux1804" and may change over time, so use a more flexible search
- "'mochitest-devtools-chrome | 'mochitest-chrome-1proc 'linux '64/" - "'mochitest-devtools-chrome | 'mochitest-chrome-1proc 'linux '64/"
- "'xpcshell-e10s 'linux '64/" - "'xpcshell-e10s 'linux '64/"