[go: up one dir, main page]

Remove experiment status from CiRunnerJobExecutionStatus in GraphqQL

What does this MR do and why?

Removes the experiment status from CiRunnerJobExecutionStatus, thus enabling to query this value at /api/graphql with the parameter remove_deprecated=true.

E.g.: {base_url}/api/graphql?remove_deprecated=true

Submitting this MR since this feature is already out for almost one year.

References

cirunnerjobexecutionstatus
CiRunner
cirunnermanager

Screenshots or screen recordings

Before After
image image

How to set up and validate locally

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

Example:

  1. Go to {GitLab_FQDN}/-/graphql-explorer
  2. Query something like:
{
  runners {
    nodes {
      jobExecutionStatus
    }
  }
}
  1. Verify that jobExecutionStatus experiment status is removed.

MR acceptance checklist

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

Edited by Filipe Nascimento

Merge request reports

Loading