Skip to content

Fix: display correct duration for pipeline >24 hour runtime

Chris Ye requested to merge endera_/gitlab:fix-24-hour-pipeline-duration into master

What does this MR do and why?

Describe in detail what your merge request does and why.

Adds hours in exceed of 24 hours to formatted duration in

app/assets/javascripts/jobs/components/table/cells/duration_cell.vue

app/assets/javascripts/pipelines/components/pipelines_list/time_ago.vue

app/assets/javascripts/ci/runner/components/runner_jobs_table.vue

Fixes #407587 (closed)

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Chris Ye

Merge request reports