mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Drop Git versions older than v2.28.0
Gitaly is about to raise its minimum version requirements for Git to v2.28.0. As a result, we can now drop all images producing an older version.
This commit is contained in:
parent
c97f284f80
commit
7195354ad3
1 changed files with 2 additions and 14 deletions
|
|
@ -60,13 +60,7 @@ variables:
|
||||||
node-10 test: *test_custom
|
node-10 test: *test_custom
|
||||||
|
|
||||||
# Used by Gitaly: https://gitlab.com/gitlab-org/gitaly/blob/master/.gitlab-ci.yml
|
# Used by Gitaly: https://gitlab.com/gitlab-org/gitaly/blob/master/.gitlab-ci.yml
|
||||||
ruby-2.6-golang-1.13-git-2.25 test: *test_custom
|
ruby-2.6-golang-1.13-git-2.28 test: *test_custom
|
||||||
ruby-2.6-golang-1.13-git-2.26 test: *test_custom
|
|
||||||
ruby-2.6-golang-1.13-git-2.27 test: *test_custom
|
|
||||||
ruby-2.6-golang-1.14-git-2.25 test: *test_custom
|
|
||||||
ruby-2.6-golang-1.14-git-2.26 test: *test_custom
|
|
||||||
ruby-2.6-golang-1.14-git-2.27 test: *test_custom
|
|
||||||
ruby-2.6-golang-1.14-git-2.27-pgbouncer-1.14 test: *test_custom
|
|
||||||
ruby-2.6-golang-1.14-git-2.28 test: *test_custom
|
ruby-2.6-golang-1.14-git-2.28 test: *test_custom
|
||||||
ruby-2.6-golang-1.14-git-2.28-pgbouncer-1.14 test: *test_custom
|
ruby-2.6-golang-1.14-git-2.28-pgbouncer-1.14 test: *test_custom
|
||||||
|
|
||||||
|
|
@ -124,13 +118,7 @@ golangci-lint-alpine test: *test_build
|
||||||
node-10: *build_and_deploy_custom
|
node-10: *build_and_deploy_custom
|
||||||
|
|
||||||
# Used by Gitaly: https://gitlab.com/gitlab-org/gitaly/blob/master/.gitlab-ci.yml
|
# Used by Gitaly: https://gitlab.com/gitlab-org/gitaly/blob/master/.gitlab-ci.yml
|
||||||
ruby-2.6-golang-1.13-git-2.25: *build_and_deploy_custom
|
ruby-2.6-golang-1.13-git-2.28: *build_and_deploy_custom
|
||||||
ruby-2.6-golang-1.13-git-2.26: *build_and_deploy_custom
|
|
||||||
ruby-2.6-golang-1.13-git-2.27: *build_and_deploy_custom
|
|
||||||
ruby-2.6-golang-1.14-git-2.25: *build_and_deploy_custom
|
|
||||||
ruby-2.6-golang-1.14-git-2.26: *build_and_deploy_custom
|
|
||||||
ruby-2.6-golang-1.14-git-2.27: *build_and_deploy_custom
|
|
||||||
ruby-2.6-golang-1.14-git-2.27-pgbouncer-1.14: *build_and_deploy_custom
|
|
||||||
ruby-2.6-golang-1.14-git-2.28: *build_and_deploy_custom
|
ruby-2.6-golang-1.14-git-2.28: *build_and_deploy_custom
|
||||||
ruby-2.6-golang-1.14-git-2.28-pgbouncer-1.14: *build_and_deploy_custom
|
ruby-2.6-golang-1.14-git-2.28-pgbouncer-1.14: *build_and_deploy_custom
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue