summaryrefslogtreecommitdiff
path: root/.expeditor/verify.pipeline.yml
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-12-19 20:06:10 -0800
committerTim Smith <tsmith84@gmail.com>2019-12-19 20:06:10 -0800
commit884fbd49646d2c1edc8b72797e5b6ad5663a59bc (patch)
treefcd65015ac3a3e7c650a921c8df9d662e675b045 /.expeditor/verify.pipeline.yml
parent7ca990c44a96146d84cb8257fb421e4dce9298f1 (diff)
downloadmixlib-log-884fbd49646d2c1edc8b72797e5b6ad5663a59bc.tar.gz
Test on Ruby 2.7 + random testing improvementstesting++
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 <tsmith@chef.io>
Diffstat (limited to '.expeditor/verify.pipeline.yml')
-rw-r--r--.expeditor/verify.pipeline.yml23
1 files changed, 13 insertions, 10 deletions
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: