From 47655b4df3bf9987c576edd2f808554606054bd9 Mon Sep 17 00:00:00 2001 From: Zeger-Jan van de Weg Date: Tue, 9 Jul 2019 16:33:48 +0200 Subject: Add Git 2.22 to the test pipeline For partial clone GitLab will require 2.22, so after updating the images it seemed wise to start testing against this version soon after. This change doesn't deprecate 2.21, which would only happen once partial clone is implemented. Part of: https://gitlab.com/gitlab-org/gitaly/issues/1715 --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 68d2efbc5..54137a851 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -97,6 +97,10 @@ binaries_go1.11: <<: *assemble_definition image: registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.6-golang-1.11-git-2.21 +test:go1.12-git-2.22-ruby-2.6: + image: registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.6-golang-1.12-git-2.22 + <<: *test_definition + test:go1.12-git-2.21-ruby-2.6: image: registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.6-golang-1.12-git-2.21 <<: *test_definition -- cgit v1.2.3