Skip to content

WIP: Introduce build minutes

Kamil Trzciński requested to merge introduce-build-minutes into master

What does this MR do?

It introduces build minutes for Shared Runners.

Assumptions:

  • The build minutes are accounted per-project,
  • You can overwrite amount of given build minutes per-project,
  • You configure global amount of build minutes that project can spend,
  • The amount of used build minutes is cleared out with separate cron job,
  • It uses a separate table to store amount of build minutes spend.

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Merge request reports