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:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2020-07-20 16:21:51 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2020-07-21 12:42:37 +0300
commit3a65b54fcb8eeabd1263b8bb5a2818530af341b3 (patch)
treedf82d649647a2038ab29c87cd18121323424a884
parente80120e6b0dcde7f47b04002736fb8785494748e (diff)
ci: Add Git v2.28.0-rc1 to the test matrix
In order to let us allow the new reference-transaction hook, let's add Git to v2.28.0-rc1 to the test matrix. As there is currently only a release candidate available, the conversion does not yet go all-in but adds a single test job, only.
-rw-r--r--.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e9ddbbf1a..a89088adb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -117,6 +117,10 @@ binaries_go1.13:
<<: *assemble_definition
image: registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.6-golang-1.13-git-2.26
+test:go1.14-git-2.28-ruby-2.6:
+ image: registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.6-golang-1.14-git-2.28
+ <<: *test_definition
+
test:go1.14-git-2.27-ruby-2.6:
image: registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.6-golang-1.14-git-2.27
<<: *test_definition