summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-04-24 15:59:28 -0700
committerTim Smith <tsmith@chef.io>2019-04-24 16:13:32 -0700
commit376ddab3e05827638fab6113277384fa5be14165 (patch)
treed07ddbf08c836caa5adbeeda68e28eb371c00460
parentd49492d765a325990c9bf1e00aeb69d488a33e61 (diff)
downloadohai-376ddab3e05827638fab6113277384fa5be14165.tar.gz
Run the specs as well
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.expeditor/verify.pipeline.yml24
1 files changed, 21 insertions, 3 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index 8e106403..120884cd 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -2,16 +2,34 @@ steps:
- label: lint-chefstyle
command:
- - bundle install
- - bundle exec chefstyle -v
+ - bundle install --jobs=7 --retry=3
+ - bundle exec chefstyle
expeditor:
executor:
docker:
- label: run-ohai
command:
- - bundle install
+ - bundle install --jobs=7 --retry=3
- bundle exec ohai
expeditor:
executor:
docker:
+
+- label: run-specs-ruby-2.5
+ command:
+ - asdf local ruby 2.5.5
+ - bundle install --jobs=7 --retry=3
+ - bundle exec rake
+ expeditor:
+ executor:
+ docker:
+
+- label: run-specs-ruby-2.6
+ command:
+ - asdf local ruby 2.6.2
+ - bundle install --jobs=7 --retry=3
+ - bundle exec rake
+ expeditor:
+ executor:
+ docker: