Skip to content

Add UI option for additional compute minutes

Ben King requested to merge benjaminking-compute-units-admin into master

What does this MR do and why?

This code update introduces a new setting called "Additional compute minutes" in the group settings page. This option allows admins to specify an extra amount of compute minutes that can be used for jobs running on instance runners within a group. This is useful for groups that need more compute resources than the default quota provides, and can operate as an alternative method for L&R engineers using Mechanizer.

The help link currently links to: https://docs.gitlab.com/ee/subscriptions/gitlab_com/compute_minutes.html. This MR attempts to address #325917

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

additional-minutes

How to set up and validate locally

  1. Deploy a GDK instance.
  2. Enable SaaS Simulation
  3. As an administrator, navigate to a Group's settings and select 'Edit'.
  4. Modify the value of Additional compute minutes.
  5. Confirm this is updated for the namespace.

Merge request reports

Loading