Skip to content

Automatically retry metrics:trace_pipeline job

Reuben Pereira requested to merge rp/retry-trace-pipeline into master

What does this MR do and why?

Describe in detail what your merge request does and why.

Content

  • Automatically retry metrics:trace_pipeline job

The metrics:trace_pipeline job fails when the jobs API returns nil values for the end time of jobs. Since the jobs have already completed, the nil values are not correct. The solution is just to retry so that the API is called again. This commit sets the job to automatically retry once.

Author Check-list

  • Has documentation been updated?
Edited by Reuben Pereira

Merge request reports

Loading