Skip to content

Draft: Get timing for some jobs

David Dieulivol requested to merge 387539-add_timing_info_to_some_jobs into master

Important

This MR is NOT MEANT TO BE MERGED. It will be closed once we have gathered timing information.

What does this MR do?

Adds timestamps to docker build steps to know where jobs spend most of their time (see gitlab-org/gitlab#387539 (closed) for context).

What does it look like?

# Before
---> Running in 5fed809d30c5
Fecthing CHECKSUMS for 1.6.1

# After
Mon Jan  9 15:59:25 UTC 2023| ---> Running in 5fed809d30c5
Mon Jan  9 15:59:25 UTC 2023| Fecthing CHECKSUMS for 1.6.1

Related issues

Checklist

See Definition of done.

For anything in this list which will not be completed, please provide a reason in the MR discussion

Required

  • Merge Request Title, and Description are up to date, accurate, and descriptive
  • MR targeting the appropriate branch
  • MR has a green pipeline on GitLab.com

Expected (please provide an explanation if not completing)

  • Test plan indicating conditions for success has been posted and passes
  • Documentation created/updated
  • Integration tests added to GitLab QA
  • The impact any change in container size has should be evaluated
Edited by David Dieulivol

Merge request reports

Loading