From d82ebdb5f32e75a4ccdb27f5ae484ee21ceee06b Mon Sep 17 00:00:00 2001 From: Geoff Brown Date: Tue, 8 Sep 2020 10:10:00 +0000 Subject: [PATCH] Bug 1663029 - Run most android-em plain opt tests as tier 1; r=bc Corresponding debug and shippable tests already run as tier 1, but the plain opt tests (which run on autoland and try) currently run as tier 2, apparently by accident. Differential Revision: https://phabricator.services.mozilla.com/D89255 --- taskcluster/taskgraph/transforms/tests.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/taskcluster/taskgraph/transforms/tests.py b/taskcluster/taskgraph/transforms/tests.py index 48150dab9b96..9c14b0664348 100644 --- a/taskcluster/taskgraph/transforms/tests.py +++ b/taskcluster/taskgraph/transforms/tests.py @@ -994,9 +994,11 @@ def set_tier(config, tasks): 'macosx1014-64-qr/debug', 'android-em-7.0-x86_64-shippable/opt', 'android-em-7.0-x86_64/debug', + 'android-em-7.0-x86_64/opt', 'android-em-7.0-x86-shippable/opt', 'android-em-7.0-x86_64-shippable-qr/opt', - 'android-em-7.0-x86_64-qr/debug' + 'android-em-7.0-x86_64-qr/debug', + 'android-em-7.0-x86_64-qr/opt', ]: task['tier'] = 1 else: