From b047477f4685853790d35443ab50cee933543b25 Mon Sep 17 00:00:00 2001 From: Justin Wood Date: Thu, 28 Mar 2019 17:08:26 +0000 Subject: [PATCH] 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 --- taskcluster/ci/test/raptor.yml | 2 +- taskcluster/ci/test/talos.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/taskcluster/ci/test/raptor.yml b/taskcluster/ci/test/raptor.yml index 6d97686d97e4..89395da1aeae 100644 --- a/taskcluster/ci/test/raptor.yml +++ b/taskcluster/ci/test/raptor.yml @@ -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'] diff --git a/taskcluster/ci/test/talos.yml b/taskcluster/ci/test/talos.yml index 489a73dc96e1..f86a84dd5648 100644 --- a/taskcluster/ci/test/talos.yml +++ b/taskcluster/ci/test/talos.yml @@ -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']