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:
authorPavlo Strokov <pstrokov@gitlab.com>2021-02-22 11:28:27 +0300
committerPavlo Strokov <pstrokov@gitlab.com>2021-02-22 11:28:27 +0300
commitc45afa70f5bd9723f0836ff228a11bc896c45511 (patch)
treeb7f1f26c01a8313c75c278fe956af51f856ec25a
parent3f29772a7241e66cc89608778b2411f2a3733a17 (diff)
parent2239d09e893aecfa04a10952851a2a20610993ec (diff)
Merge branch 'pks-git-v2.30.1-tests' into 'master'
ci: Test against Git v2.30.1 See merge request gitlab-org/gitaly!3166
-rw-r--r--.gitlab-ci.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3b33778be..9eda1a126 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -120,6 +120,8 @@ build:
matrix:
- GO_VERSION: [ "1.14", "1.15" ]
GIT_VERSION: [ "v2.29.0" ]
+ - GO_VERSION: "1.15"
+ GIT_VERSION: "v2.30.1"
binaries:
<<: *cache_definition
@@ -166,6 +168,9 @@ test:
- GO_VERSION: "1.15"
GIT_VERSION: "v2.29.0"
TARGET: [ test-with-proxies, test-with-praefect, race-go ]
+ - GO_VERSION: "1.15"
+ GIT_VERSION: "v2.30.1"
+ TARGET: test
nightly:git:
<<: *test_definition