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-03-16 11:14:31 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2021-03-16 11:14:31 +0300
commit5dd0e62a2593d2ee705e30afb72553ce958e2b89 (patch)
tree96d19ebe85d32c1f3f8b22c64b09bba895f05c21 /.gitlab-ci.yml
parent7667667c9122410ff2bece96868cae50a3425ee4 (diff)
ci: Switch to git v2.31.0
With git v2.31.0 having been released, this commit switches our default git version from v2.29.0 to v2.31.0. Given that v2.29.0 is still the minimum required version, jobs which have been previously testing with v2.30.1 have been converted to test with v2.29.0 to maintain that we keep supporting the minimum required version.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml28
1 files changed, 14 insertions, 14 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9eda1a126..7bbffbcaa 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,16 +4,16 @@ stages:
- publish
default:
- image: registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7-golang-1.15-git-2.29
+ image: registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7-golang-1.15-git-2.31
tags:
- gitlab-org
variables:
DOCKER_DRIVER: overlay2
- CUSTOM_IMAGE_VERSION: ruby-2.7-golang-1.13-git-2.29
+ CUSTOM_IMAGE_VERSION: ruby-2.7-golang-1.13-git-2.31
SAST_DISABLE_DIND: "true"
SAST_DEFAULT_ANALYZERS: "gosec"
- GIT_VERSION: "v2.29.0"
+ GIT_VERSION: "v2.31.0"
GO_VERSION: "1.15"
RUBY_VERSION: "2.7"
@@ -72,7 +72,7 @@ danger-review:
expire_in: 1 week
.postgres_template: &postgres_definition
- image: registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-${RUBY_VERSION}-golang-${GO_VERSION}-git-2.29-pgbouncer-1.14
+ image: registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-${RUBY_VERSION}-golang-${GO_VERSION}-git-2.31-pgbouncer-1.14
services:
- postgres:11.8
variables:
@@ -111,7 +111,7 @@ proto:
build:
<<: *cache_definition
stage: build
- image: registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-${RUBY_VERSION}-golang-${GO_VERSION}-git-2.29
+ image: registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-${RUBY_VERSION}-golang-${GO_VERSION}-git-2.31
script:
- go version
- make all git
@@ -119,14 +119,14 @@ build:
parallel:
matrix:
- GO_VERSION: [ "1.14", "1.15" ]
- GIT_VERSION: [ "v2.29.0" ]
+ GIT_VERSION: [ "v2.31.0" ]
- GO_VERSION: "1.15"
- GIT_VERSION: "v2.30.1"
+ GIT_VERSION: "v2.29.0"
binaries:
<<: *cache_definition
stage: build
- image: registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-${RUBY_VERSION}-golang-${GO_VERSION}-git-2.29
+ image: registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-${RUBY_VERSION}-golang-${GO_VERSION}-git-2.31
only:
- tags
script:
@@ -142,11 +142,11 @@ binaries:
parallel:
matrix:
- GO_VERSION: [ "1.14", "1.15" ]
- GIT_VERSION: "v2.29.0"
+ GIT_VERSION: "v2.31.0"
test:
<<: *test_definition
- image: registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-${RUBY_VERSION}-golang-${GO_VERSION}-git-2.29
+ image: registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-${RUBY_VERSION}-golang-${GO_VERSION}-git-2.31
script:
- go version
- _build/deps/git/install/bin/git version
@@ -163,18 +163,18 @@ test:
parallel:
matrix:
- GO_VERSION: [ "1.14", "1.15" ]
- GIT_VERSION: [ "v2.29.0" ]
+ GIT_VERSION: [ "v2.31.0" ]
TARGET: test
- GO_VERSION: "1.15"
- GIT_VERSION: "v2.29.0"
+ GIT_VERSION: "v2.31.0"
TARGET: [ test-with-proxies, test-with-praefect, race-go ]
- GO_VERSION: "1.15"
- GIT_VERSION: "v2.30.1"
+ GIT_VERSION: "v2.29.0"
TARGET: test
nightly:git:
<<: *test_definition
- image: registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-${RUBY_VERSION}-golang-${GO_VERSION}-git-2.29
+ image: registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-${RUBY_VERSION}-golang-${GO_VERSION}-git-2.31
script:
- go version
- make all ${TARGET}