Skip to content

Commit

Permalink
Speed up running the PR tests
Browse files Browse the repository at this point in the history
Skip some gems we don' need

Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 committed Jul 19, 2019
1 parent 5617cd7 commit 70b7b54
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .expeditor/config.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
12 changes: 6 additions & 6 deletions .expeditor/verify.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ 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:
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:
Expand All @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 70b7b54

Please sign in to comment.