summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-04-24 16:45:29 -0700
committerGitHub <noreply@github.com>2019-04-24 16:45:29 -0700
commite159c4676598873db6ecdc608de99c1da4826764 (patch)
treef53ff02e6ce63c4bace640508ff8ccf10c8e8ffe
parent6738400472b2793ffa070d35959cd06d86b7fdb0 (diff)
parent376ddab3e05827638fab6113277384fa5be14165 (diff)
downloadohai-e159c4676598873db6ecdc608de99c1da4826764.tar.gz
Merge pull request #1355 from chef/buildkite
Run ohai in Buildkite
-rw-r--r--.expeditor/verify.pipeline.yml28
1 files changed, 27 insertions, 1 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index 8bc57c8d..120884cd 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -2,8 +2,34 @@ steps:
- label: lint-chefstyle
command:
- - bundle install
+ - bundle install --jobs=7 --retry=3
- bundle exec chefstyle
expeditor:
executor:
docker:
+
+- label: run-ohai
+ command:
+ - 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: