diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2019-11-18 10:46:12 +0100 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2019-11-18 11:05:49 +0100 |
commit | 26ca284ec276e6d15c38f145a87ded00f3659c9a (patch) | |
tree | 376e692c5a514080cc25b665c996cddf4fb9fb59 /.taskcluster.yml | |
parent | fe23add6371e1655f7fd584e7fa2be7764b09a36 (diff) | |
download | servo-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.yml | 1 |
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} |