Skip to content

Give up on the trace finalUpdate if it keeps on failing

What does this MR do?

When doing a finalUpdate on the job completion, we can fall in an infinite loop because this final update failed or is incomplete. To prevent Runner to fall into an infinite loop, the retryLimit mechanism has been implemented to give up on the update if it keeps on failing.

Why was this MR needed?

To fix finalUpdate() infinite loop

What's the best way to test this MR?

TBD

What are the relevant issue numbers?

close #28714 (closed)

Edited by Romuald Atchadé

Merge request reports