Skip to content
This repository has been archived by the owner on May 14, 2021. It is now read-only.

Commit

Permalink
Upgrade test harness.
Browse files Browse the repository at this point in the history
  • Loading branch information
coderanger committed Jan 29, 2016
1 parent 5522a7c commit ad5d93e
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 22 deletions.
9 changes: 0 additions & 9 deletions .kitchen.travis.yml

This file was deleted.

7 changes: 1 addition & 6 deletions .kitchen.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
---
#<% require 'poise_boiler' %>
<%= PoiseBoiler.kitchen(platforms: 'linux') %>

suites:
- name: default
run_list:
- recipe[poise-service-runit_test]
<%= PoiseBoiler.kitchen %>
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ rvm:
env:
global:
- USE_SYSTEM_GECODE=true
- KITCHEN_LOCAL_YAML=.kitchen.travis.yml
- secure: kNNXqspdcPM4GuCo7VNCzbIh/fN/aGqTx6WgIIS8F9irYPH2IIFtDbKHqlk0S4rfmzbOk5MmnzYrmm3h5YXAkzGs7314ktczkdl+S2wkRY2GqGJuXmMYwXwCwVTrLJjcJypW7x1s0o4/aY5QDqV2IBpBSrIPT/oBMG+VjjWI8PA=
- secure: y2w1rh3NEyAqV9ceIft2KDozYiPYM51G4i3tishT0Yupm0NPqg7ygX5C2O6Q8L2AR8I7WzXz2hp3vcvskmVTRyC+IIvMFxDUcsS4KVuFwR4wNBUVqETtKjg7b/SbAI5gpvnqVr8j0zrCQyVljUFzI1adPpe8NnKP6cxYZeSBX2g=
- secure: 7SgF1m1gD+l4KoYQVLdZeOfAwT+Q5d9vxv6191eFfn89AsYS6xs8F702PzmRGZis8ELX7O4akVucpDMXS3iUdZFIj0h5gCwRTaAPAdwYJmd4iRdDa2wr3ckT2WNS1E/kY7Nj0F6kgNagik+WS/tAXa7k4r04nKpJPCPDuLCr92s=
Expand Down
5 changes: 0 additions & 5 deletions Berksfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ cookbook 'poise', gem: 'poise'
cookbook 'poise-service', gem: 'poise-service'
cookbook 'poise-service-runit', gem: 'poise-service-runit'

group :test do
cookbook 'poise-service-runit_test', path: 'test/cookbooks/poise-service-runit_test'
cookbook 'apt'
end

# For the master build, pull in the runit cookbook from git.
if ENV['POISE_MASTER_BUILD']
cookbook 'runit', github: 'hw-cookbooks/runit', branch: 'develop'
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ end
dev_gem 'halite'
dev_gem 'poise'
dev_gem 'poise-boiler'
dev_gem 'poise-profiler'
dev_gem 'poise-service'
3 changes: 2 additions & 1 deletion poise-service-runit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ Gem::Specification.new do |spec|
spec.add_dependency 'poise', '~> 2.0'
spec.add_dependency 'poise-service', '~> 1.0'

spec.add_development_dependency 'poise-boiler', '~> 1.0'
spec.add_development_dependency 'berkshelf', '~> 4.0'
spec.add_development_dependency 'poise-boiler', '~> 1.6'

spec.metadata['halite_dependencies'] = 'runit ~> 1.7'
end
File renamed without changes.
1 change: 1 addition & 0 deletions test/gemfiles/master.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ gem 'chef', github: 'chef/chef'
gem 'halite', github: 'poise/halite'
gem 'poise', github: 'poise/poise'
gem 'poise-boiler', github: 'poise/poise-boiler'
gem 'poise-profiler', github: 'poise/poise-profiler'
gem 'poise-service', github: 'poise/poise-service'

0 comments on commit ad5d93e

Please sign in to comment.