Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeger-Jan van de Weg <git@zjvandeweg.nl>2019-07-09 17:33:48 +0300
committerZeger-Jan van de Weg <git@zjvandeweg.nl>2019-07-09 17:33:48 +0300
commit47655b4df3bf9987c576edd2f808554606054bd9 (patch)
treefffea40c187708feac23a686364d2f68146f1457
parent46856e1fd24d25f22289beefa472736aadc38652 (diff)
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
-rw-r--r--.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
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