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>2021-06-09 10:51:10 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2021-06-09 10:51:53 +0300
commite6b266da4cef2bbdefc707a4257b93e774e71c22 (patch)
treef76445c20eb23b435a8698bbd013ec325dcd5af0
parent3d7ad95c236e60009d1d1a3ba6a97bec12baabb6 (diff)
ci: Upgrade Git version to v2.32.0
Upgrade the Git version we test against to v2.32.0. Given that we do not yet bump the minimum required version, we also keep our jobs which test against v2.31.1.
-rw-r--r--.gitlab-ci.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e54f793a4..62390ab2e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,7 +13,7 @@ variables:
DOCKER_DRIVER: overlay2
SAST_DISABLE_DIND: "true"
SAST_DEFAULT_ANALYZERS: "gosec"
- GIT_VERSION: "v2.31.1"
+ GIT_VERSION: "v2.32.0"
GO_VERSION: "1.16"
RUBY_VERSION: "2.7"
@@ -119,7 +119,7 @@ build:
parallel:
matrix:
- GO_VERSION: [ "1.15", "1.16" ]
- GIT_VERSION: [ "v2.31.1" ]
+ GIT_VERSION: [ "v2.31.1", "v2.32.0" ]
binaries:
<<: *cache_definition
@@ -141,7 +141,7 @@ binaries:
parallel:
matrix:
- GO_VERSION: [ "1.15", "1.16" ]
- GIT_VERSION: "v2.31.1"
+ GIT_VERSION: "v2.32.0"
test:
<<: *test_definition
@@ -162,10 +162,10 @@ test:
parallel:
matrix:
- GO_VERSION: [ "1.15", "1.16" ]
- GIT_VERSION: [ "v2.31.1" ]
+ GIT_VERSION: [ "v2.31.1", "v2.32.0" ]
TARGET: test
- GO_VERSION: "1.16"
- GIT_VERSION: "v2.31.1"
+ GIT_VERSION: "v2.32.0"
TARGET: [ test-with-proxies, test-with-praefect, race-go ]
nightly:git: