From 0dc3840035ae6046a78f95ac3f4fb7de5d39935b Mon Sep 17 00:00:00 2001 From: Zeger-Jan van de Weg Date: Wed, 24 Oct 2018 12:18:09 +0000 Subject: [PATCH] Remove unused Gitaly images Gitaly doesn't support any git version older than 2.18, so all those images were out of date. --- .gitlab-ci.yml | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7d79bad..74f6450 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -53,18 +53,6 @@ before_script: # Tests # Used by Gitaly: https://gitlab.com/gitlab-org/gitaly/blob/master/.gitlab-ci.yml -ruby-2.4-golang-1.9-git-2.9 test: *test_custom -ruby-2.4-golang-1.9-git-2.14 test: *test_custom -ruby-2.4-golang-1.9-git-2.16 test: *test_custom -ruby-2.4-golang-1.9-git-2.17 test: *test_custom -ruby-2.4-golang-1.9-git-2.18 test: *test_custom -ruby-2.4-golang-1.10-git-2.14 test: *test_custom -ruby-2.4-golang-1.10-git-2.16 test: *test_custom -ruby-2.4-golang-1.10-git-2.17 test: *test_custom -ruby-2.4-golang-1.10-git-2.18 test: *test_custom -ruby-2.4-golang-1.11-git-2.14 test: *test_custom -ruby-2.4-golang-1.11-git-2.16 test: *test_custom -ruby-2.4-golang-1.11-git-2.17 test: *test_custom ruby-2.4-golang-1.11-git-2.18 test: *test_custom # Used by GitLab CE/EE: https://gitlab.com/gitlab-org/gitlab-ee/blob/master/.gitlab-ci.yml @@ -109,18 +97,6 @@ gitlab-docs-lint test: *test_build # Builds # Used by Gitaly: https://gitlab.com/gitlab-org/gitaly/blob/master/.gitlab-ci.yml -ruby-2.4-golang-1.9-git-2.9: *build_and_deploy_custom -ruby-2.4-golang-1.9-git-2.14: *build_and_deploy_custom -ruby-2.4-golang-1.9-git-2.16: *build_and_deploy_custom -ruby-2.4-golang-1.9-git-2.17: *build_and_deploy_custom -ruby-2.4-golang-1.9-git-2.18: *build_and_deploy_custom -ruby-2.4-golang-1.10-git-2.14: *build_and_deploy_custom -ruby-2.4-golang-1.10-git-2.16: *build_and_deploy_custom -ruby-2.4-golang-1.10-git-2.17: *build_and_deploy_custom -ruby-2.4-golang-1.10-git-2.18: *build_and_deploy_custom -ruby-2.4-golang-1.11-git-2.14: *build_and_deploy_custom -ruby-2.4-golang-1.11-git-2.16: *build_and_deploy_custom -ruby-2.4-golang-1.11-git-2.17: *build_and_deploy_custom ruby-2.4-golang-1.11-git-2.18: *build_and_deploy_custom # Used by GitLab CE/EE: https://gitlab.com/gitlab-org/gitlab-ee/blob/master/.gitlab-ci.yml