gecko-dev/taskcluster/taskgraph/templates/chemspill-prio.yml

9 строки
299 B
YAML

task:
$mergeDeep:
- $eval: task
# increase the priority from lowest and very-low -> low, but leave others unchanged
- priority:
$if: task.priority == 'lowest' || task.priority == 'very-low'
then: low
else: {$eval: task.priority}