-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch to tofs and full test suites #2
Conversation
@n-rodriguez We're just in the process of moving to pre-salted images for testing: saltstack-formulas/template-formula#92. When this is finalised, this would be the recommended solution. Better performance and reliability. |
@n-rodriguez Two patches for you to consider, which apply one after the other. Use
|
gem 'kitchen-docker' | ||
gem 'kitchen-salt' | ||
gem 'kitchen-inspec' | ||
gem 'rake' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you supply the version numbers as well? We've had some trouble with this otherwise:
source "https://rubygems.org"
gem 'kitchen-docker', '>= 2.9'
gem 'kitchen-salt', '>= 0.6.0'
gem 'kitchen-inspec', '>= 1.1'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fantastic work, thanks for this!
OK for me. |
Thanks for the review @daks. Merged @n-rodriguez. |
No description provided.