Skip to content

Instantly share code, notes, and snippets.

@atomic-penguin
Last active August 29, 2015 13:57
Show Gist options
  • Save atomic-penguin/9767662 to your computer and use it in GitHub Desktop.
Save atomic-penguin/9767662 to your computer and use it in GitHub Desktop.
.kitchen.yml two suites
suites:
- name: default
run_list:
- recipe[foo]
- name: integration
run_list:
- recipe[base]
- recipe[foo]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment