Remove experiment status from CiRunnerJobExecutionStatus in GraphqQL
-
Please check this box if this contribution uses AI-generated content (including content generated by GitLab Duo features) as outlined in the GitLab DCO & CLA. As a benefit of being a GitLab Community Contributor, you receive complimentary access to GitLab Duo.
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 |
|---|---|
![]() |
|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
Example:
- Go to {GitLab_FQDN}/-/graphql-explorer
- Query something like:
{
runners {
nodes {
jobExecutionStatus
}
}
}
- Verify that
jobExecutionStatusexperiment 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

