Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <jacob@gitlab.com>2019-03-06 20:08:02 +0300
committerPaul Okstad <pokstad@gitlab.com>2019-03-06 20:08:02 +0300
commiteb8266549e2e2af4eaf8ae14bf1b888bed68af9a (patch)
tree105bb52f5c40dc75639341fbe6948c52cb7446b8
parent28330762971272df6738d085c768a1c7e827e337 (diff)
Stop running tests on Ruby 2.4
-rw-r--r--.gitlab-ci.yml4
-rw-r--r--changelogs/unreleased/ci-drop-ruby-2-4.yml5
2 files changed, 5 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 898a8a1c7..e1876af5d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -114,10 +114,6 @@ test:go1.10-git2.18-ruby-2.5:
<<: *test_definition
image: registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.5-golang-1.10-git-2.18
-test:go1.10-git2.18-ruby-2.4:
- <<: *test_definition
- image: registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.4-golang-1.10-git-2.18
-
test:proxy:
<<: *test_definition
image: registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.5-golang-1.10-git-2.18
diff --git a/changelogs/unreleased/ci-drop-ruby-2-4.yml b/changelogs/unreleased/ci-drop-ruby-2-4.yml
new file mode 100644
index 000000000..92fab1da1
--- /dev/null
+++ b/changelogs/unreleased/ci-drop-ruby-2-4.yml
@@ -0,0 +1,5 @@
+---
+title: Stop running tests on Ruby 2.4
+merge_request: 1113
+author:
+type: other