summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.expeditor/config.yml1
-rw-r--r--.expeditor/verify.pipeline.yml12
2 files changed, 7 insertions, 6 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml
index b85946ce..286bfcc8 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 ea37393a..35f2feb8 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -2,7 +2,7 @@ steps:
- label: lint-chefstyle
command:
- - bundle install --jobs=7 --retry=3
+ - bundle install --jobs=7 --retry=3 --without docs debug
- bundle exec rake style
expeditor:
executor:
@@ -10,7 +10,7 @@ steps:
- 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,7 +19,7 @@ steps:
- label: run-specs-ruby-2.5
command:
- asdf local ruby 2.5.5
- - bundle install --jobs=7 --retry=3
+ - bundle install --jobs=7 --retry=3 --without docs debug
- bundle exec rake spec
expeditor:
executor:
@@ -28,15 +28,15 @@ steps:
- label: run-specs-ruby-2.6
command:
- asdf local ruby 2.6.3
- - bundle install --jobs=7 --retry=3
+ - bundle install --jobs=7 --retry=3 --without docs debug
- bundle exec rake spec
expeditor:
executor:
docker:
-- label: "run-specs-windows"
+- label: run-specs-windows
command:
- - bundle install --jobs=7 --retry=3
+ - bundle install --jobs=7 --retry=3 --without docs debug
- bundle exec rake spec
expeditor:
executor: