Skip to content

GraphQL: Remove deprecated values from CiRunnerStatus

What does this MR do and why?

This MR does a few things:

  • Removes the deprecated values from CiRunnerStatus which seem to have been missed in %16.0 (originally deprecated in %14.6).
  • Splits the Ci::Runner::AVAILABLE_STATUSES const in order to make it clearer that the statuses are removed in GraphQL but only deprecated in REST v4.
  • Updates the inactive naming to paused (something we've been gradually doing).

Changelog: removed

Related to !99221 (merged) and #344648 (closed)

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.

n/a

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

The changes should be covered by the tests.

Edited by Pedro Pombeiro

Merge request reports