aboutsummaryrefslogtreecommitdiffstats
path: root/.taskcluster.yml
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2019-11-18 10:46:12 +0100
committerSimon Sapin <simon.sapin@exyr.org>2019-11-18 11:05:49 +0100
commit26ca284ec276e6d15c38f145a87ded00f3659c9a (patch)
tree376e692c5a514080cc25b665c996cddf4fb9fb59 /.taskcluster.yml
parentfe23add6371e1655f7fd584e7fa2be7764b09a36 (diff)
downloadservo-26ca284ec276e6d15c38f145a87ded00f3659c9a.tar.gz
servo-26ca284ec276e6d15c38f145a87ded00f3659c9a.zip
Raise the priority of decision tasks
… since they block everything else.
Diffstat (limited to '.taskcluster.yml')
-rw-r--r--.taskcluster.yml1
1 files changed, 1 insertions, 0 deletions
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}