mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-10 02:22:57 +01:00
Update Gitaly build images
- Adds Git v2.25 and v2.27 (see https://gitlab.com/gitlab-org/gitaly/-/issues/2773) - Removes Git v2.22 (no longer used by Gitaly) - Removes Go v1.12 (no longer used by Gitaly)
This commit is contained in:
parent
3e90ad55e1
commit
15756dc1b9
2 changed files with 16 additions and 11 deletions
|
|
@ -60,16 +60,14 @@ variables:
|
|||
node-10 test: *test_custom
|
||||
|
||||
# Used by Gitaly: https://gitlab.com/gitlab-org/gitaly/blob/master/.gitlab-ci.yml
|
||||
|
||||
ruby-2.6-golang-1.12-git-2.22 test: *test_custom
|
||||
ruby-2.6-golang-1.12-git-2.24 test: *test_custom
|
||||
ruby-2.6-golang-1.12-git-2.26 test: *test_custom
|
||||
ruby-2.6-golang-1.13-git-2.22 test: *test_custom
|
||||
ruby-2.6-golang-1.13-git-2.24 test: *test_custom
|
||||
ruby-2.6-golang-1.13-git-2.25 test: *test_custom
|
||||
ruby-2.6-golang-1.13-git-2.26 test: *test_custom
|
||||
ruby-2.6-golang-1.14-git-2.22 test: *test_custom
|
||||
ruby-2.6-golang-1.13-git-2.27 test: *test_custom
|
||||
ruby-2.6-golang-1.14-git-2.24 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
|
||||
|
||||
# Used by GitLab: https://gitlab.com/gitlab-org/gitlab/blob/master/.gitlab-ci.yml
|
||||
ruby-2.6.6-golang-1.14-git-2.26-lfs-2.9-chrome-83-node-12.x-yarn-1.21-postgresql-11-graphicsmagick-1.3.34 test: *test_custom
|
||||
|
|
@ -121,15 +119,14 @@ golangci-lint-alpine test: *test_build
|
|||
node-10: *build_and_deploy_custom
|
||||
|
||||
# Used by Gitaly: https://gitlab.com/gitlab-org/gitaly/blob/master/.gitlab-ci.yml
|
||||
ruby-2.6-golang-1.12-git-2.22: *build_and_deploy_custom
|
||||
ruby-2.6-golang-1.12-git-2.24: *build_and_deploy_custom
|
||||
ruby-2.6-golang-1.12-git-2.26: *build_and_deploy_custom
|
||||
ruby-2.6-golang-1.13-git-2.22: *build_and_deploy_custom
|
||||
ruby-2.6-golang-1.13-git-2.24: *build_and_deploy_custom
|
||||
ruby-2.6-golang-1.13-git-2.25: *build_and_deploy_custom
|
||||
ruby-2.6-golang-1.13-git-2.26: *build_and_deploy_custom
|
||||
ruby-2.6-golang-1.14-git-2.22: *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.24: *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
|
||||
|
||||
# Used by GitLab CE/EE: https://gitlab.com/gitlab-org/gitlab-ee/blob/master/.gitlab-ci.yml
|
||||
ruby-2.6.6-golang-1.14-git-2.26-lfs-2.9-chrome-83-node-12.x-yarn-1.21-postgresql-11-graphicsmagick-1.3.34: *build_and_deploy_custom
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue