summaryrefslogtreecommitdiff
path: root/.expeditor/verify.pipeline.yml
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-07-16 12:05:20 -0700
committerTim Smith <tsmith84@gmail.com>2020-07-16 12:05:20 -0700
commit64bb1086f7c94312afab997f85e9757ec8717748 (patch)
treebecf8f34f165db647f0e1c4f9d497bff9084df52 /.expeditor/verify.pipeline.yml
parent366591b5ff32a2cd8a908ff1757ce11ddb11655c (diff)
downloadmixlib-shellout-64bb1086f7c94312afab997f85e9757ec8717748.tar.gz
Test on Ruby 2.7 final, update chefstyle, and other CI fixes
Modernize this CI setup to match our other stuff. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.expeditor/verify.pipeline.yml')
-rw-r--r--.expeditor/verify.pipeline.yml16
1 files changed, 9 insertions, 7 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index b1217e5..ba3874e 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -1,14 +1,18 @@
---
expeditor:
+ cached_folders:
+ - vendor
defaults:
buildkite:
+ retry:
+ automatic:
+ limit: 1
timeout_in_minutes: 30
steps:
- label: run-lint-and-specs-ruby-2.4
command:
- - export USER="root"
- .expeditor/run_linux_tests.sh rake
expeditor:
executor:
@@ -17,7 +21,6 @@ steps:
- label: run-lint-and-specs-ruby-2.5
command:
- - export USER="root"
- .expeditor/run_linux_tests.sh rake
expeditor:
executor:
@@ -26,25 +29,24 @@ steps:
- label: run-lint-and-specs-ruby-2.6
command:
- - export USER="root"
- .expeditor/run_linux_tests.sh rake
expeditor:
executor:
docker:
image: ruby:2.6-buster
-- label: run-lint-and-specs-ruby-2.7rc
+- label: run-lint-and-specs-ruby-2.7
command:
- - export USER="root"
- .expeditor/run_linux_tests.sh rake
expeditor:
executor:
docker:
- image: ruby:2.7-rc-buster
+ image: ruby:2.7-buster
- label: run-specs-windows
command:
- - bundle install --jobs=7 --retry=3 --without docs debug
+ - bundle config --local path vendor/bundle
+ - bundle install --jobs=7 --retry=3
- bundle exec rake
expeditor:
executor: