Skip to content

Log duration on job finishing log line

Tomasz Maczukin requested to merge log-duration-on-job-finishing-log-line into master

What does this MR do?

Adds a duration field to the log line printed when job is finished (either with a success or failure).

Why was this MR needed?

Adds another way of tracking the duration of jobs - via logs analyze.

Are there points in the code the reviewer needs to double check?

Built on top of !1033 (merged). Should wait until the referenced MR is merged.

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Added tests for this feature/bug
  • In case of conflicts with master - branch was rebased

What are the relevant issue numbers?

Closes #3586 (closed)

Merge request reports