summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2020-02-19 14:51:20 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2020-02-19 14:51:20 -0800
commitb7b681599a10793ef67ef41ff3f9d14afcf7c6af (patch)
tree75dc923c2f6108687879739888b7243c13b8a385
parentb9284df8275b5e14d7fd8c67a005c4ca5a656b40 (diff)
downloadchef-zero-b7b681599a10793ef67ef41ff3f9d14afcf7c6af.tar.gz
remove 2.4 and 2.5 and add pedant tests back
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--.expeditor/verify.pipeline.yml24
1 files changed, 3 insertions, 21 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index ba9f28a..c56be74 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -6,28 +6,10 @@ expeditor:
steps:
-- label: run-lint-and-specs-ruby-2.4
- command:
- - apt-get update
- - .expeditor/run_linux_tests.sh rake spec style
- expeditor:
- executor:
- docker:
- image: ruby:2.4-buster
-
-- label: run-lint-and-specs-ruby-2.5
- command:
- - apt-get update
- - .expeditor/run_linux_tests.sh rake spec style
- expeditor:
- executor:
- docker:
- image: ruby:2.5-buster
-
- label: run-lint-and-specs-ruby-2.6
command:
- apt-get update
- - .expeditor/run_linux_tests.sh rake spec style
+ - .expeditor/run_linux_tests.sh rake spec style pedant
expeditor:
executor:
docker:
@@ -36,7 +18,7 @@ steps:
- label: run-lint-and-specs-ruby-2.7
command:
- apt-get update
- - .expeditor/run_linux_tests.sh rake spec style
+ - .expeditor/run_linux_tests.sh rake spec style pedant
expeditor:
executor:
docker:
@@ -45,7 +27,7 @@ steps:
- label: run-specs-windows
command:
- bundle install --jobs=7 --retry=3 --without docs debug
- - bundle exec rake spec
+ - bundle exec rake spec pedant
expeditor:
executor:
docker: