summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-02-28 10:49:51 -0800
committerStan Hu <stanhu@gmail.com>2018-02-28 15:23:06 -0800
commit3e78a6137a327a7a8fee7cf2b1c6a7a547fac819 (patch)
tree498b68b95c7545b8a2092f2f2a440d28320a80a8
parentb50756401746d936cfe3eea5e0c6d300ab0db0eb (diff)
downloadgitlab-ce-3e78a6137a327a7a8fee7cf2b1c6a7a547fac819.tar.gz
Bump GitLab CI test image to use git v2.16
git 2.15.0 has some significant performance improvements when running `git fetch` on a repository that has lots of references. See https://gitlab.com/gitlab-com/migration/issues/216#note_60672987 for more details.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ae762e7aa6e..8a0c9802c15 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: "dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.3.6-golang-1.9-git-2.14-chrome-63.0-node-8.x-yarn-1.2-postgresql-9.6"
+image: "dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.3.6-golang-1.9-git-2.16-chrome-63.0-node-8.x-yarn-1.2-postgresql-9.6"
.dedicated-runner: &dedicated-runner
retry: 1