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-10-06 14:30:22 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2021-10-11 10:07:42 +0300
commitda80cfaefc223dd1e701f93dc2e0631a27d88fab (patch)
treef2d3a8d1116c360bfb9f32c926f52af1dcf61848
parentf500226730d1c1ceba2d46a855dbfac2a6da500d (diff)
ci: Drop tests for older Git versions
We're about to drop support for Git versions older than v2.33.0. Drop tests for these versions from the CI definitions.
-rw-r--r--.gitlab-ci.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 793573b56..228fb4e13 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -143,10 +143,10 @@ build:
# These definitions are for the non-default Git versions. We do not want
# to apply any additional Git patches on top of those given that they may
# not cleanly apply and thus set GIT_PATCHES="".
- - GO_VERSION: [ "1.16", "1.17" ]
- GIT_VERSION: [ "v2.31.1", "v2.32.0" ]
- GIT_PATCHES: [ "" ]
- RUBY_VERSION: [ "2.7" ]
+ #- GO_VERSION: [ "1.16", "1.17" ]
+ # GIT_VERSION: [ ]
+ # GIT_PATCHES: [ "" ]
+ # RUBY_VERSION: [ "2.7" ]
# These definitions are for the default Git version where we want to
# apply our default set of Git patches.
- GO_VERSION: [ "1.16", "1.17" ]
@@ -195,10 +195,10 @@ test:
# These definitions are for the non-default Git versions. We do not want
# to apply any additional Git patches on top of those given that they may
# not cleanly apply and thus set GIT_PATCHES="".
- - GO_VERSION: [ "1.16", "1.17" ]
- GIT_VERSION: [ "v2.31.1", "v2.32.0" ]
- GIT_PATCHES: [ "" ]
- TARGET: test
+ #- GO_VERSION: [ "1.16", "1.17" ]
+ # GIT_VERSION: [ ]
+ # GIT_PATCHES: [ "" ]
+ # TARGET: test
# These definitions are for the default Git version where we want to
# apply our default set of Git patches.
- GO_VERSION: [ "1.16", "1.17" ]