From 3139392f1ffafd69af2b32511cc1c662110f74ae Mon Sep 17 00:00:00 2001 From: Ryan Davis Date: Mon, 30 Dec 2019 17:04:17 -0800 Subject: [PATCH 1/2] Get on official ruby 2.7.0 Signed-off-by: Ryan Davis --- .expeditor/verify.pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index 785220050..cb6055f1f 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -41,13 +41,13 @@ steps: docker: image: ruby:2.6-stretch -- label: run-tests-ruby-2.7-preview +- label: run-tests-ruby-2.7 command: - /workdir/.expeditor/buildkite/verify.sh || true expeditor: executor: docker: - image: ruby:2.7-rc-buster + image: ruby:2.7 - label: isolated-tests-ruby-2.6 command: From c376a813b28488765d05c45e3ec841359a3a0cef Mon Sep 17 00:00:00 2001 From: Ryan Davis Date: Mon, 30 Dec 2019 17:04:47 -0800 Subject: [PATCH 2/2] Remove -stretch from all our ruby images... just cleaner. no real reason. Signed-off-by: Ryan Davis --- .expeditor/verify.pipeline.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index cb6055f1f..6d8fc6a02 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -15,7 +15,7 @@ steps: expeditor: executor: docker: - image: ruby:2.6-stretch + image: ruby:2.6 - label: run-tests-ruby-2.4 command: @@ -23,7 +23,7 @@ steps: expeditor: executor: docker: - image: ruby:2.4-stretch + image: ruby:2.4 - label: run-tests-ruby-2.5 command: @@ -31,7 +31,7 @@ steps: expeditor: executor: docker: - image: ruby:2.5-stretch + image: ruby:2.5 - label: run-tests-ruby-2.6 command: @@ -39,7 +39,7 @@ steps: expeditor: executor: docker: - image: ruby:2.6-stretch + image: ruby:2.6 - label: run-tests-ruby-2.7 command: @@ -55,7 +55,7 @@ steps: expeditor: executor: docker: - image: ruby:2.6-stretch + image: ruby:2.6 - label: run-tests-ruby-2.6-windows command: