Skip to content

Automatically retry tracing job in rollback pipelines

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

What does this MR do and why?

Describe in detail what your merge request does and why.

  • Automatically retry trace job in rollback pipelines.

    The trace job that runs in rollback pipelines always fails with an API error the first time, and then succeeds on retry. This commit will cause the job to be automatically retried once.

  • Remove allow_failure: true for tracing jobs in coordinator pipeline.

    These jobs have been running for months, and have been reliable. Now, if there are any failures, we want to be notified so that we can check what went wrong. These jobs are at the end of the coordinator pipeline, so they won't block anything even if they fail.

Author Check-list

  • Has documentation been updated?
Edited by Reuben Pereira

Merge request reports