mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-10 02:22:57 +01:00
Build new images with git 2.16
Needed for improving performance of `git fetch` in https://gitlab.com/gitlab-com/migration/issues/216
This commit is contained in:
parent
8cb83887d0
commit
7a2c2770f2
2 changed files with 14 additions and 0 deletions
|
|
@ -49,18 +49,23 @@ before_script:
|
|||
|
||||
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
|
||||
ruby-2.3-golang-1.10-git-2.14 test: *test_custom
|
||||
ruby-2.3-golang-1.10-git-2.9 test: *test_custom
|
||||
ruby-2.3-golang-1.10-git-2.16 test: *test_custom
|
||||
ruby-2.3.5-golang-1.9-git-2.14-chrome-64.0-node-8.x-yarn-1.2-postgresql-9.6 test: *test_custom
|
||||
ruby-2.3.6-golang-1.9-git-2.14-chrome-64.0-node-8.x-yarn-1.2-postgresql-9.6 test: *test_custom
|
||||
ruby-2.3.6-golang-1.9-git-2.16-chrome-64.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
|
||||
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
|
||||
golang-1.10-git-2.9.0 test: *test_custom
|
||||
golang-1.10-git-2.14 test: *test_custom
|
||||
golang-1.10-git-2.16 test: *test_custom
|
||||
node-8.9-chrome-64.0-yarn-1.2 test: *test_custom
|
||||
|
||||
www-gitlab-com test: *test_build
|
||||
|
|
@ -79,18 +84,23 @@ sitespeed-gitlab test: *test_build
|
|||
|
||||
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
|
||||
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
|
||||
ruby-2.3.5-golang-1.9-git-2.14-chrome-64.0-node-8.x-yarn-1.2-postgresql-9.6: *build_and_deploy_custom
|
||||
ruby-2.3.6-golang-1.9-git-2.14-chrome-64.0-node-8.x-yarn-1.2-postgresql-9.6: *build_and_deploy_custom
|
||||
ruby-2.3.6-golang-1.9-git-2.16-chrome-64.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
|
||||
golang-1.9-git-2.14: *build_and_deploy_custom
|
||||
golang-1.9-git-2.16: *build_and_deploy_custom
|
||||
golang-1.10-git-2.9.0: *build_and_deploy_custom
|
||||
golang-1.10-git-2.14: *build_and_deploy_custom
|
||||
golang-1.10-git-2.16: *build_and_deploy_custom
|
||||
node-8.9-chrome-64.0-yarn-1.2: *build_and_deploy_custom
|
||||
|
||||
www-gitlab-com: *build_and_deploy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue