Skip to content

Commit

Permalink
Test with Local Delivery instead of Rake
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 committed Mar 1, 2017
1 parent 4e4d9d3 commit d446bfa
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 79 deletions.
1 change: 1 addition & 0 deletions .delivery/project.toml
@@ -0,0 +1 @@
remote_file = "https://raw.githubusercontent.com/chef-cookbooks/community_cookbook_tools/master/delivery/project.toml"
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -42,6 +42,8 @@ vendor/
.coverage/
.zero-knife.rb
Policyfile.lock.json
Cheffile.lock
.librarian/

# vagrant stuff
.vagrant/
Expand Down
9 changes: 1 addition & 8 deletions .kitchen.docker.yml → .kitchen.dokken.yml
Expand Up @@ -51,7 +51,7 @@ platforms:
image: fedora:latest
pid_one_command: /usr/lib/systemd/systemd
intermediate_instructions:
- RUN dnf -y install yum which systemd-sysv initscripts
- RUN dnf -y install which systemd-sysv initscripts

- name: ubuntu-14.04
driver:
Expand All @@ -67,13 +67,6 @@ platforms:
intermediate_instructions:
- RUN /usr/bin/apt-get update

- name: opensuse-13.2
driver:
image: opensuse:13.2
pid_one_command: /bin/systemd
intermediate_instructions:
- RUN zypper --non-interactive install aaa_base perl-Getopt-Long-Descriptive which net-tools

- name: opensuse-leap
driver:
image: opensuse:leap
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -32,10 +32,10 @@ before_script:
- /opt/chefdk/embedded/bin/cookstyle --version
- /opt/chefdk/embedded/bin/foodcritic --version

script: KITCHEN_LOCAL_YAML=.kitchen.docker.yml /opt/chefdk/embedded/bin/kitchen verify ${INSTANCE}
script: KITCHEN_LOCAL_YAML=.kitchen.dokken.yml /opt/chefdk/embedded/bin/kitchen verify ${INSTANCE}

matrix:
include:
- script:
- /opt/chefdk/bin/chef exec rake
- /opt/chefdk/bin/chef exec delivery local all
env: UNIT_AND_LINT=1
69 changes: 0 additions & 69 deletions Rakefile

This file was deleted.

0 comments on commit d446bfa

Please sign in to comment.