summaryrefslogtreecommitdiff
path: root/.expeditor/verify.pipeline.yml
diff options
context:
space:
mode:
authorPrajaktaPurohit <PrajaktaPurohit@users.noreply.github.com>2022-03-18 11:38:01 -0700
committerGitHub <noreply@github.com>2022-03-18 11:38:01 -0700
commit959c6248a727eaf220772f7d7b597647ce7c8b43 (patch)
treef8737ef36010ea91789e7cb527ff1f7792d1395d /.expeditor/verify.pipeline.yml
parent8f89784d155a2f9676b349afe8bafe12e0480165 (diff)
parentbd5c0da74ca9c90a8fda33af83a1369505e7f998 (diff)
downloadchef-zero-959c6248a727eaf220772f7d7b597647ce7c8b43.tar.gz
Merge pull request #322 from chef/IPACK-92-chef-chef-zero-operationalize-ruby-3-0-3-1-verify-pipeline
add ruby 3.0 and 3.1 tests in verify pipeline
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 4948358..36b10a9 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -8,28 +8,32 @@ steps:
- label: run-lint-and-specs-ruby-2.6
command:
- - apt-get update
- .expeditor/run_linux_tests.sh rake spec pedant style
expeditor:
executor:
docker:
- image: ruby:2.6-buster
+ image: ruby:2.6
- label: run-lint-and-specs-ruby-2.7
command:
- - apt-get update
- .expeditor/run_linux_tests.sh rake spec pedant style
expeditor:
executor:
docker:
- image: ruby:2.7-buster
+ image: ruby:2.7
-- label: run-specs-windows
+- label: run-lint-and-specs-ruby-3.0
command:
- - bundle config set --local without docs debug
- - bundle install --jobs=7 --retry=3
- - bundle exec rake pedant style
+ - .expeditor/run_linux_tests.sh rake spec pedant style
+ expeditor:
+ executor:
+ docker:
+ image: ruby:3.0
+
+- label: run-lint-and-specs-ruby-3.1
+ command:
+ - .expeditor/run_linux_tests.sh rake spec pedant style
expeditor:
executor:
docker:
- host_os: windows
+ image: ruby:3.1