Skip to content
This repository was archived by the owner on Nov 1, 2022. It is now read-only.

Commit d2aa609

Browse files
authored
Add a default to task-priority to fix issues when forks are named differently (#10776)
1 parent ffe32a8 commit d2aa609

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

taskcluster/ci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,11 @@ task-priority:
135135
by-project:
136136
"android-components": highest
137137
"staging-android-components": low
138+
# This handles cases where a fork may end up not being named
139+
# as one of the explicit names above. Ideally anything forked
140+
# from "android-components" would inherit its setting, but
141+
# "low" is the safer default
142+
default: low
138143

139144
taskgraph:
140145
register: ac_taskgraph:register

0 commit comments

Comments
 (0)