From 2f7b1ae6c85bfbc29f45d065cc004affd9e6dd52 Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Wed, 7 Oct 2020 23:33:40 -0700 Subject: [PATCH] Add Gitaly build images for Ruby 2.7.2 --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 15a4a4a..257e7ce 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -63,6 +63,9 @@ node-10 test: *test_custom ruby-2.6-golang-1.13-git-2.28 test: *test_custom ruby-2.6-golang-1.14-git-2.28 test: *test_custom ruby-2.6-golang-1.14-git-2.28-pgbouncer-1.14 test: *test_custom +ruby-2.7-golang-1.13-git-2.28 test: *test_custom +ruby-2.7-golang-1.14-git-2.28 test: *test_custom +ruby-2.7-golang-1.14-git-2.28-pgbouncer-1.14 test: *test_custom # Used by GitLab: https://gitlab.com/gitlab-org/gitlab/blob/master/.gitlab-ci.yml ruby-2.6.6-golang-1.14-git-2.28-lfs-2.9-chrome-85-node-12.18-yarn-1.22-postgresql-11-graphicsmagick-1.3.34 test: *test_custom @@ -125,6 +128,9 @@ node-10: *build_and_deploy_custom ruby-2.6-golang-1.13-git-2.28: *build_and_deploy_custom ruby-2.6-golang-1.14-git-2.28: *build_and_deploy_custom ruby-2.6-golang-1.14-git-2.28-pgbouncer-1.14: *build_and_deploy_custom +ruby-2.7-golang-1.13-git-2.28: *build_and_deploy_custom +ruby-2.7-golang-1.14-git-2.28: *build_and_deploy_custom +ruby-2.7-golang-1.14-git-2.28-pgbouncer-1.14: *build_and_deploy_custom # Used by GitLab CE/EE: https://gitlab.com/gitlab-org/gitlab-ee/blob/master/.gitlab-ci.yml ruby-2.6.6-golang-1.14-git-2.28-lfs-2.9-chrome-85-node-12.18-yarn-1.22-postgresql-11-graphicsmagick-1.3.34: *build_and_deploy_custom