Skip to content

WIP: Time based runner priority

What does this MR do?

This MR adding time based runner priority.

  • Adds priority column to ci_runners table.
  • Adds priority field to runners admin UI
  • Adds priority field to all corresponding runners API endpoints

This feature (runner prioritising based on job queue time) is discussed in gitlab-runner#4177.

Does this MR meet the acceptance criteria?

Conformity

Performance and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Dmitry Chepurovskiy

Merge request reports