mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Add missing Gitaly builds for git 2.16 and Ruby 2.4.4
This commit is contained in:
parent
e3048c4b78
commit
2bd5599158
1 changed files with 5 additions and 3 deletions
|
|
@ -53,12 +53,13 @@ before_script:
|
|||
# Tests
|
||||
|
||||
# Used by Gitaly: https://gitlab.com/gitlab-org/gitaly/blob/master/.gitlab-ci.yml
|
||||
ruby-2.3-golang-1.9-git-2.16 test: *test_custom
|
||||
ruby-2.3-golang-1.9-git-2.14 test: *test_custom
|
||||
ruby-2.3-golang-1.9-git-2.9 test: *test_custom
|
||||
ruby-2.3-golang-1.10-git-2.14 test: *test_custom
|
||||
ruby-2.3-golang-1.9-git-2.14 test: *test_custom
|
||||
ruby-2.3-golang-1.9-git-2.16 test: *test_custom
|
||||
ruby-2.3-golang-1.10-git-2.9 test: *test_custom
|
||||
ruby-2.3-golang-1.10-git-2.14 test: *test_custom
|
||||
ruby-2.3-golang-1.10-git-2.16 test: *test_custom
|
||||
ruby-2.4-golang-1.9-git-2.16 test: *test_custom
|
||||
ruby-2.4-golang-1.9-git-2.17 test: *test_custom
|
||||
ruby-2.4-golang-1.10-git-2.16 test: *test_custom
|
||||
ruby-2.4-golang-1.10-git-2.17 test: *test_custom
|
||||
|
|
@ -109,6 +110,7 @@ ruby-2.3-golang-1.9-git-2.9: *build_and_deploy_custom
|
|||
ruby-2.3-golang-1.10-git-2.14: *build_and_deploy_custom
|
||||
ruby-2.3-golang-1.10-git-2.16: *build_and_deploy_custom
|
||||
ruby-2.3-golang-1.10-git-2.9: *build_and_deploy_custom
|
||||
ruby-2.4-golang-1.9-git-2.16: *build_and_deploy_custom
|
||||
ruby-2.4-golang-1.9-git-2.17: *build_and_deploy_custom
|
||||
ruby-2.4-golang-1.10-git-2.17: *build_and_deploy_custom
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue