-
Notifications
You must be signed in to change notification settings - Fork 1.6k
WIP: Split global prio into prios for runtime and node #7159
base: master
Are you sure you want to change the base?
Conversation
Today we consider only 3 labels:
In the current state, this PR considers only T0 and T1 and ignores T2. We have 4 options for now (things will ease later when we fix those issues preventing multiple labels with the same letter):
The answer depends mostly on how The idea here is to stop telling node users to upgrade urgently when the high prio fix is actuallly in the runtime. |
After further checking, I see what we miss the data for the template to properly output what we want. |
The CI pipeline was cancelled due to failure one of the required jobs. |
Maybe the best would be to remove T2. If not someone can explain for what it is good. So, for your use case I would ignore it. |
|
Abstract
Currently we have a single priority computed over both runtime and node priorities.
This PR splits into 2 prios:
Open
Preview