Welcome to mirror list, hosted at ThFree Co, Russian Federation.

removals_runner_26900.yml « 14_0 « removals « data - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bdba368eee8d313c01a9e53632b1e2cf37a0f3e1 (plain)
1
2
3
4
5
6
- name: "Remove success and failure for finished build metric conversion"
  removal_date: "2021-06-22"
  removal_milestone: "14.0"
  reporter: deastman
  body: |
    In GitLab Runner 13.5, we introduced `failed` and `success` states for a job. To support Prometheus rules, we chose to convert `success/failure` to `finished` for the metric. In 14.0, the conversion has now been removed. Refer to [issue #26900](https://gitlab.com/gitlab-org/gitlab-runner/-/issues/26900) for details.