Do not update/delete: Banner broadcast message test data
Do not update/delete: Notification broadcast message test data
Enables experimental feature to use shallow cloning.
To speed up the builds and reduce the pressure on NFS servers. This should save us between 30s to 1m of the time of each build.
GIT_DEPTH
: https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/merge_requests/188
GIT_DEPTH
can make it impossible to retry old changes.
You will see unresolved reference
in build log.
We should then reconsider changing GIT_DEPTH
to higher valuegit describe
may not work correctly when GIT_DEPTH
is set. This will happen, because only part of the git history is present on the build machineGitLab Runner 1.3.0. Currently all our internal runners use beta release or 1.3.0 with support for GIT_DEPTH
.
@pcarranza Please decide when to merge that. We should start monitoring to see an impact on our NFS servers.