When using a REST API Client we are unable to retry a job (and possibly not run/cancel jobs though that has not been tested)
Retry may be necessary to determine if a failure is a random failure or an actual fault. Cancel is useful to end runs to save CI resources.
Documented in GitLab REST API documentation:
https://docs.gitlab.com/ee/api/jobs.html (Cancel a job, Retry a Job, Run a job)
curl --request POST --header "PRIVATE-TOKEN: your_access_token" "https://git.drupalcode.org/api/v4/projects/:id/jobs/:job_id/retry"
Allow the events related endpoint for GET requests.
Modify CDN access rules
None
Additional GitLab API allowed
None
Fixed
GitLab