summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.expeditor/config.yml1
-rw-r--r--.expeditor/verify.pipeline.yml25
2 files changed, 18 insertions, 8 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml
index 5558ef15..a447c1b4 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -1,5 +1,6 @@
# Documentation available at https://expeditor.chef.io/docs/getting-started/
---
+
# Slack channel in Chef Software slack to send notifications about build failures, etc
slack:
notify_channel: chef-infra-notify
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index 120884cd..35f2feb8 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -2,15 +2,15 @@ steps:
- label: lint-chefstyle
command:
- - bundle install --jobs=7 --retry=3
- - bundle exec chefstyle
+ - bundle install --jobs=7 --retry=3 --without docs debug
+ - bundle exec rake style
expeditor:
executor:
docker:
- label: run-ohai
command:
- - bundle install --jobs=7 --retry=3
+ - bundle install --jobs=7 --retry=3 --without docs debug
- bundle exec ohai
expeditor:
executor:
@@ -19,17 +19,26 @@ steps:
- label: run-specs-ruby-2.5
command:
- asdf local ruby 2.5.5
- - bundle install --jobs=7 --retry=3
- - bundle exec rake
+ - bundle install --jobs=7 --retry=3 --without docs debug
+ - bundle exec rake spec
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
+ - asdf local ruby 2.6.3
+ - bundle install --jobs=7 --retry=3 --without docs debug
+ - bundle exec rake spec
expeditor:
executor:
docker:
+
+- label: run-specs-windows
+ command:
+ - bundle install --jobs=7 --retry=3 --without docs debug
+ - bundle exec rake spec
+ expeditor:
+ executor:
+ docker:
+ host_os: windows