Bug 1539856 - Properly avoid running on -ux hardware oustide of try/mozilla-central. r=jmaher

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Justin Wood 2019-03-28 17:08:26 +00:00
Родитель aacf5c1f32
Коммит b047477f46
2 изменённых файлов: 2 добавлений и 1 удалений

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

@ -11,7 +11,7 @@ job-defaults:
default: /home/cltbld
run-on-projects:
by-test-platform:
windows10-64-ux: ['try', 'mozilla-central']
windows10-64-ux/opt: ['try', 'mozilla-central']
(?:windows10-64|windows7-32|linux64)(?:-qr)?/opt: ['mozilla-central', 'try']
android-hw-.*-api-16/opt: ['try']
macosx64(?:-qr)?/opt: ['mozilla-central', 'try']

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

@ -139,6 +139,7 @@ talos-g4:
treeherder-symbol: T(g4)
run-on-projects:
by-test-platform:
windows10-64-ux/opt: ['try', 'mozilla-central']
(?:windows10-64|windows7-32|linux64)(?:-qr)?/opt: ['mozilla-central', 'try']
macosx64(?:-qr)?/opt: ['mozilla-central', 'try']
default: ['mozilla-beta', 'trunk', 'try']