From 884fbd49646d2c1edc8b72797e5b6ad5663a59bc Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Thu, 19 Dec 2019 20:06:10 -0800 Subject: Test on Ruby 2.7 + random testing improvements Update the Github templates to use multiple labels Use Gem caching our BK Add Ruby 2.7 testing Use Debian 10 Ruby containers not Debian 9 Signed-off-by: Tim Smith --- .expeditor/verify.pipeline.yml | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) (limited to '.expeditor/verify.pipeline.yml') diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index 81cc2b6..ea2b9f8 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -8,35 +8,38 @@ steps: - label: run-lint-and-specs-ruby-2.4 command: - - bundle install --jobs=7 --retry=3 --without docs debug - - bundle exec rake + - .expeditor/run_linux_tests.sh rake expeditor: executor: docker: - image: ruby:2.4-stretch + image: ruby:2.4-buster - label: run-lint-and-specs-ruby-2.5 command: - - bundle install --jobs=7 --retry=3 --without docs debug - - bundle exec rake + - .expeditor/run_linux_tests.sh rake expeditor: executor: docker: - image: ruby:2.5-stretch + image: ruby:2.5-buster - label: run-lint-and-specs-ruby-2.6 command: - - bundle install --jobs=7 --retry=3 --without docs debug - - bundle exec rake + - .expeditor/run_linux_tests.sh rake + expeditor: + executor: + docker: + image: ruby:2.6-buster +- label: run-lint-and-specs-ruby-2.7rc + command: + - .expeditor/run_linux_tests.sh rake expeditor: executor: docker: - image: ruby:2.6-stretch + image: ruby:2.7-rc-buster - label: run-specs-windows command: - bundle install --jobs=7 --retry=3 --without docs debug - - bundle env - bundle exec rake expeditor: executor: -- cgit v1.2.1