From 26ca284ec276e6d15c38f145a87ded00f3659c9a Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Mon, 18 Nov 2019 10:46:12 +0100 Subject: Raise the priority of decision tasks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit … since they block everything else. --- .taskcluster.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.taskcluster.yml') diff --git a/.taskcluster.yml b/.taskcluster.yml index 0b427e1795d..d7b380ae766 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -14,6 +14,7 @@ tasks: else: proj-servo created: {$fromNow: ''} deadline: {$fromNow: '1 day'} + priority: high extra: treeherder: machine: {platform: Linux} -- cgit v1.2.3