mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +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
|
||||
|
|
|
|||
|
|
@ -60,6 +60,10 @@ function print_git_args() {
|
|||
GIT_VERSION=2.14.3
|
||||
GIT_DOWNLOAD_SHA256=023ffff6d3ba8a1bea779dfecc0ed0bb4ad68ab8601d14435dd8c08416f78d7f
|
||||
;;
|
||||
2.16)
|
||||
GIT_VERSION=2.16.2
|
||||
GIT_DOWNLOAD_SHA256=9acc4339b7a2ab484eea69d705923271682b7058015219cf5a7e6ed8dee5b5fb
|
||||
;;
|
||||
*) echo "Unknown git version $1"; exit 1;
|
||||
esac
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue