Skip to content
This repository has been archived by the owner on Feb 3, 2025. It is now read-only.

Commit

Permalink
Switch to concurrent Kitchen to get the test times down so maybe they…
Browse files Browse the repository at this point in the history
… pass.
  • Loading branch information
coderanger committed Oct 19, 2018
1 parent 39f911f commit d46e498
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dist: trusty
sudo: required
sudo: false
cache: bundler
language: ruby
env:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def dev_gem(name, path: File.join('..', name), github: nil)
end
end

dev_gem 'halite'
dev_gem 'halite', github: true
dev_gem 'poise'
dev_gem 'poise-archive'
dev_gem 'poise-boiler'
Expand Down
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@
# limitations under the License.
#

ENV['KITCHEN_CONCURRENCY'] = '10'
require 'poise_boiler/rakefile'
2 changes: 1 addition & 1 deletion test/gemfiles/master.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ gem 'chef', git: 'https://github.com/chef/chef.git'
gem 'chefspec', git: 'https://github.com/sethvargo/chefspec.git'
gem 'fauxhai', git: 'https://github.com/customink/fauxhai.git'
gem 'foodcritic', git: 'https://github.com/foodcritic/foodcritic.git'
gem 'halite', git: 'https://github.com/poise/halite.git'
# gem 'halite', git: 'https://github.com/poise/halite.git'
gem 'ohai', git: 'https://github.com/chef/ohai.git'
gem 'poise', git: 'https://github.com/poise/poise.git'
gem 'poise-archive', git: 'https://github.com/poise/poise-archive.git'
Expand Down

0 comments on commit d46e498

Please sign in to comment.