Skip to content

Add retry to metrics:pipeline_and_job_duration job

Dat Tang requested to merge add-retry-metrics-pipeline_and_job_duration into master

What does this MR do and why?

Describe in detail what your merge request does and why.

Content

  • Add retry to metrics:pipeline_and_job_duration job

Job metrics:pipeline_and_job_duration check the status of another downstream pipeline Track deployment gprd success, thus when the downstream pipeline has not finished, the job fails (e.g.). This commit add 2 retries so the job can wait.

Author Check-list

  • Has documentation been updated?

Merge request reports