mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Merge branch 'pokstad1-gitaly-add-go-114-git-222' into 'master'
Add ruby-2.6-golang-1.14-git-2.22 See merge request gitlab-org/gitlab-build-images!292
This commit is contained in:
commit
ce9241d41a
1 changed files with 11 additions and 4 deletions
|
|
@ -60,11 +60,15 @@ 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.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.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.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.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
|
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
|
# 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
|
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.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.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.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.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
|
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
|
# 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