summaryrefslogtreecommitdiff
path: root/.expeditor/verify.pipeline.yml
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-12-19 13:26:56 -0800
committerTim Smith <tsmith84@gmail.com>2019-12-19 13:26:56 -0800
commitd2cf2a9c74b43d9d8099364c01525546ac67cc87 (patch)
tree0fc8770177cf256804bbf3c4bee202efbda83c80 /.expeditor/verify.pipeline.yml
parentb07550b9867c817db57c66898b79b8c33fca5bf0 (diff)
downloadmixlib-cli-d2cf2a9c74b43d9d8099364c01525546ac67cc87.tar.gz
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 <tsmith@chef.io>
Diffstat (limited to '.expeditor/verify.pipeline.yml')
-rw-r--r--.expeditor/verify.pipeline.yml22
1 files changed, 13 insertions, 9 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index 7865325..ea2b9f8 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -8,30 +8,34 @@ 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: