Bug 1676139 - [devtools] Update devtools presets to include fission jobs r=nchevobbe

The DevTools mochitests on Fission platforms have been promoted to tier 1.

This changeset updates our try presets to increase our coverage of fission platforms.

Differential Revision: https://phabricator.services.mozilla.com/D96407
This commit is contained in:
Julian Descottes 2020-11-10 09:42:21 +00:00
Родитель 588047f88b
Коммит c5072b6139
1 изменённых файлов: 5 добавлений и 3 удалений

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

@ -51,9 +51,11 @@ devtools:
query:
- "'node-debugger | 'node-devtools"
- "'mozlint-eslint"
- "'mochitest-devtools-chrome-e10s | 'mochitest-chrome-1proc 'windows10-64/ | 'macosx1014-64"
# 'mochitest-devtools-chrome should match the "-e10s" and "-fis-e10s" flavors
# explicitly target "'windows10-64(-shippable)?/" to avoid duplicate jobs on -qr platforms
- "'mochitest-devtools-chrome | 'mochitest-chrome-1proc 'windows10-64/ | 'windows10-64-shippable/ | 'macosx1014-64"
# Linux is being named "linux1804" and may change over time, so use a more flexible search
- "'mochitest-devtools-chrome-e10s | 'mochitest-chrome-1proc | 'mochitest-devtools-chrome-fis-e10s linux '64/"
- "'mochitest-devtools-chrome | 'mochitest-chrome-1proc 'linux '64/ | '64-shippable/"
- "'xpcshell-e10s 'linux '64/"
devtools-linux:
@ -63,7 +65,7 @@ devtools-linux:
query:
- "'node-debugger | 'node-devtools"
- "'mozlint-eslint"
- "'mochitest-devtools-chrome-e10s | 'mochitest-chrome-1proc 'linux '64/"
- "'mochitest-devtools-chrome | 'mochitest-chrome-1proc 'linux '64/ | '64-shippable/"
- "'xpcshell-e10s 'linux '64/"
fpush-linux-android: