Browse Source

Add timestamp to kaniko builds (#11923)

The build steps at the start of CI takes about 2 minutes; now that we
have greatly reduced the overall duration, this is not an insignificant
impact.

Add timestamps to the build process to see measure which steps of the
image build take the most time.
pull/11932/head
Max Gautier 2 months ago
committed by GitHub
parent
commit
1567e8ee6c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions
  1. 1
      .gitlab-ci/build.yml

1
.gitlab-ci/build.yml

@ -25,6 +25,7 @@
--label 'git-branch'=$CI_COMMIT_REF_SLUG
--label 'git-tag=$CI_COMMIT_TAG'
--destination $PIPELINE_IMAGE
--log-timestamp=true
pipeline-image:
extends: .build-container

Loading…
Cancel
Save