mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Remove go 1.8.6 images and add Ruby 2.4.1 image
This commit is contained in:
parent
d71aebe9c5
commit
21cc781ae3
1 changed files with 6 additions and 6 deletions
|
|
@ -52,8 +52,6 @@ before_script:
|
|||
|
||||
# Tests
|
||||
|
||||
ruby-2.3-golang-1.8-git-2.14 test: *test_custom
|
||||
ruby-2.3-golang-1.8-git-2.9 test: *test_custom
|
||||
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
|
||||
|
|
@ -64,8 +62,7 @@ ruby-2.3.7-golang-1.9-git-2.14-chrome-63.0-node-8.x-yarn-1.2-postgresql-9.6 test
|
|||
ruby-2.3.7-golang-1.9-git-2.16-chrome-63.0-node-8.x-yarn-1.2-postgresql-9.6 test: *test_custom
|
||||
ruby-2.3.7-golang-1.9-git-2.17-chrome-63.0-node-8.x-yarn-1.2-postgresql-9.6 test: *test_custom
|
||||
ruby-2.3.7-golang-1.9-git-2.17-chrome-65.0-node-8.x-yarn-1.2-postgresql-9.6 test: *test_custom
|
||||
golang-1.8.6-git-2.9.0 test: *test_custom
|
||||
golang-1.8.6-git-2.14 test: *test_custom
|
||||
ruby-2.4.1-golang-1.9-git-2.17-chrome-65.0-node-8.x-yarn-1.2-postgresql-9.6 test: *test_custom
|
||||
golang-1.9-git-2.9.0 test: *test_custom
|
||||
golang-1.9-git-2.14 test: *test_custom
|
||||
golang-1.9-git-2.16 test: *test_custom
|
||||
|
|
@ -92,18 +89,21 @@ sitespeed-gitlab test: *test_build
|
|||
|
||||
# Builds
|
||||
|
||||
ruby-2.3-golang-1.8.6-git-2.14: *build_and_deploy_custom
|
||||
ruby-2.3-golang-1.8.6-git-2.9: *build_and_deploy_custom
|
||||
# Used by Gitaly: https://gitlab.com/gitlab-org/gitaly/blob/master/.gitlab-ci.yml
|
||||
ruby-2.3-golang-1.9-git-2.16: *build_and_deploy_custom
|
||||
ruby-2.3-golang-1.9-git-2.14: *build_and_deploy_custom
|
||||
ruby-2.3-golang-1.9-git-2.9: *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.14: *build_and_deploy_custom
|
||||
ruby-2.3-golang-1.10-git-2.9: *build_and_deploy_custom
|
||||
|
||||
# Used by GitLab CE/EE: https://gitlab.com/gitlab-org/gitlab-ee/blob/master/.gitlab-ci.yml
|
||||
ruby-2.3.7-golang-1.9-git-2.14-chrome-63.0-node-8.x-yarn-1.2-postgresql-9.6: *build_and_deploy_custom
|
||||
ruby-2.3.7-golang-1.9-git-2.16-chrome-63.0-node-8.x-yarn-1.2-postgresql-9.6: *build_and_deploy_custom
|
||||
ruby-2.3.7-golang-1.9-git-2.17-chrome-63.0-node-8.x-yarn-1.2-postgresql-9.6: *build_and_deploy_custom
|
||||
ruby-2.3.7-golang-1.9-git-2.17-chrome-65.0-node-8.x-yarn-1.2-postgresql-9.6: *build_and_deploy_custom
|
||||
ruby-2.4.1-golang-1.9-git-2.17-chrome-65.0-node-8.x-yarn-1.2-postgresql-9.6: *build_and_deploy_custom
|
||||
|
||||
golang-1.8.6-git-2.9.0: *build_and_deploy_custom
|
||||
golang-1.8.6-git-2.14: *build_and_deploy_custom
|
||||
golang-1.9-git-2.9.0: *build_and_deploy_custom
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue