From 1d2d116a77378960ed0315bea5f53d345ff1ba32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20K=C3=A4ppler?= Date: Fri, 23 Jul 2021 12:17:13 +0000 Subject: [PATCH] Add Ruby 3 images for Gitaly CI --- .gitlab-ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f75557b..e59a4bf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -81,6 +81,11 @@ ruby-2.7-golang-1.15-git-2.31 test: *test_custom ruby-2.7-golang-1.15-git-2.31-pgbouncer-1.14 test: *test_custom ruby-2.7-golang-1.16-git-2.31 test: *test_custom ruby-2.7-golang-1.16-git-2.31-pgbouncer-1.14 test: *test_custom +ruby-3.0-golang-1.14-git-2.31 test: *test_custom +ruby-3.0-golang-1.15-git-2.31 test: *test_custom +ruby-3.0-golang-1.15-git-2.31-pgbouncer-1.14 test: *test_custom +ruby-3.0-golang-1.16-git-2.31 test: *test_custom +ruby-3.0-golang-1.16-git-2.31-pgbouncer-1.14 test: *test_custom # Used by GitLab: https://gitlab.com/gitlab-org/gitlab/blob/master/.gitlab-ci.yml ruby-2.7.2.patched-golang-1.14-git-2.31-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-11-graphicsmagick-1.3.36 test: *test_custom @@ -157,6 +162,11 @@ ruby-2.7-golang-1.15-git-2.31 push: *build_and_deploy_custom ruby-2.7-golang-1.15-git-2.31-pgbouncer-1.14 push: *build_and_deploy_custom ruby-2.7-golang-1.16-git-2.31 push: *build_and_deploy_custom ruby-2.7-golang-1.16-git-2.31-pgbouncer-1.14 push: *build_and_deploy_custom +ruby-3.0-golang-1.14-git-2.31 push: *build_and_deploy_custom +ruby-3.0-golang-1.15-git-2.31 push: *build_and_deploy_custom +ruby-3.0-golang-1.15-git-2.31-pgbouncer-1.14 push: *build_and_deploy_custom +ruby-3.0-golang-1.16-git-2.31 push: *build_and_deploy_custom +ruby-3.0-golang-1.16-git-2.31-pgbouncer-1.14 push: *build_and_deploy_custom # Used by GitLab CE/EE: https://gitlab.com/gitlab-org/gitlab-ee/blob/master/.gitlab-ci.yml ruby-2.7.2.patched-golang-1.14-git-2.31-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-11-graphicsmagick-1.3.36 push: *build_and_deploy_custom