mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Add ruby-2.6-golang-1.14-git-2.22
This commit is contained in:
parent
9f8c24ba15
commit
df4bb6b4bd
1 changed files with 11 additions and 4 deletions
|
|
@ -60,11 +60,15 @@ 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.13-git-2.24 test: *test_custom
|
||||
ruby-2.6-golang-1.14-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.26 test: *test_custom
|
||||
ruby-2.6-golang-1.14-git-2.22 test: *test_custom
|
||||
ruby-2.6-golang-1.14-git-2.24 test: *test_custom
|
||||
ruby-2.6-golang-1.14-git-2.26 test: *test_custom
|
||||
|
||||
# Used by GitLab: https://gitlab.com/gitlab-org/gitlab/blob/master/.gitlab-ci.yml
|
||||
|
|
@ -122,11 +126,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.13-git-2.22: *build_and_deploy_custom
|
||||
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.13-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.26: *build_and_deploy_custom
|
||||
ruby-2.6-golang-1.14-git-2.22: *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.26: *build_and_deploy_custom
|
||||
|
||||
# Used by GitLab CE/EE: https://gitlab.com/gitlab-org/gitlab-ee/blob/master/.gitlab-ci.yml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue