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-04-07 09:19:16 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2021-04-09 08:47:45 +0300
commit4f754fc8e2629e7f1461e5ea67af648dc01b2842 (patch)
tree9fd3f3e0a460532233f32df2e7272bc17356d70d
parentb4046f488f78d08a0e89dd0a3406324391ff9c93 (diff)
ci: Drop tests with git v2.29.0
We're about to bump the minimum required git version to v2.31.0. As a preparatory step, this commit updates CI to not test the older git v2.29.0 anymore.
-rw-r--r--.gitlab-ci.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 23668f9d4..a69c2f1c7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -119,8 +119,6 @@ build:
matrix:
- GO_VERSION: [ "1.14", "1.15" ]
GIT_VERSION: [ "v2.31.1" ]
- - GO_VERSION: "1.15"
- GIT_VERSION: "v2.29.0"
binaries:
<<: *cache_definition
@@ -167,9 +165,6 @@ test:
- GO_VERSION: "1.15"
GIT_VERSION: "v2.31.1"
TARGET: [ test-with-proxies, test-with-praefect, race-go ]
- - GO_VERSION: "1.15"
- GIT_VERSION: "v2.29.0"
- TARGET: test
nightly:git:
<<: *test_definition