You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed with @DrJosh9000 controller should eventually add support for Buildkite "Job prioritization" so that jobs are scheduled onto Kubernetes with respect to their Buildkite priority.
Job priority is considered before jobs are dispatched to agent queues, so jobs with higher priority are assigned before jobs with lower priority, regardless of which has been longest in the queue. Priority only applies to command jobs, including plugin commands.
Right now controller seems to take jobs from Buildkite API in batches and each batch is shuffled (…?) with no respect neither to the creation time nor priority:
As discussed with @DrJosh9000 controller should eventually add support for Buildkite "Job prioritization" so that jobs are scheduled onto Kubernetes with respect to their Buildkite priority.
Right now controller seems to take jobs from Buildkite API in batches and each batch is shuffled (…?) with no respect neither to the creation time nor priority:
agent-stack-k8s/internal/controller/monitor/monitor.go
Lines 216 to 226 in 06a3601
The text was updated successfully, but these errors were encountered: