Skip to content

Delay the tracing job by 5 seconds

Reuben Pereira requested to merge rp/delay-trace into master

What does this MR do and why?

Describe in detail what your merge request does and why.

Delay the start of the tracing job since we have noticed that the product API does not return valid timestamps if tracing of a pipeline is started immediately. Retrying the tracing job a little later results in the job completing successfully.

This seems to happen in the gstg rollback pipeline where the tracing job runs in a downstream pipeline. This does not happen when the tracing job runs in the same pipeline (like in the coordinator pipeline).

For example, see this failure and this success. The only difference is that the successful job was run a little after the failed job.

Author Check-list

  • Has documentation been updated?

Merge request reports