From 5f64f8e8940a7112bbc870f35aeaaaf2647a1403 Mon Sep 17 00:00:00 2001 From: Ben Hearsum Date: Mon, 9 Aug 2021 10:57:32 -0400 Subject: [PATCH] Add a default to task-priority to fix issues when forks are named differently --- taskcluster/ci/config.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/taskcluster/ci/config.yml b/taskcluster/ci/config.yml index 2ec9cdc7d..d496e51cb 100644 --- a/taskcluster/ci/config.yml +++ b/taskcluster/ci/config.yml @@ -20,6 +20,11 @@ task-priority: by-project: "fenix": highest "staging-fenix": low + # This handles cases where a fork may end up not being named + # as one of the explicit names above. Ideally anything forked + # from "fenix" would inherit its setting, but "low" is the + # safer default + default: low taskgraph: register: fenix_taskgraph:register