From 3e78a6137a327a7a8fee7cf2b1c6a7a547fac819 Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Wed, 28 Feb 2018 10:49:51 -0800 Subject: [PATCH] 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. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- GitLab