Skip to content

Fix some bugs in the CI job to gather job/pipeline duration metrics

Reuben Pereira requested to merge rp/fix-duration-metrics-job into master

What does this MR do and why?

Describe in detail what your merge request does and why.

Fix some bugs in the CI job to gather job/pipeline duration metrics.

  • Use double quotes when calling rake task in CI job, otherwise the variables are not replaced with their values.
  • Call the execute method in the rake task.

gitlab-com/gl-infra/delivery#2891 (closed) and gitlab-com/gl-infra/delivery#2905 (closed)

Author Check-list

  • Has documentation been updated?

Merge request reports