-
-
Notifications
You must be signed in to change notification settings - Fork 299
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
look for tests in /opt/verifier on containers #368
Conversation
This is explained in the kitchen-dokken readme https://github.com/someara/kitchen-dokken#tmpfs-on-tmp
Looks like this is working now and running tests. Here is output from one of the jobs (
|
So since these tests havent been running for a while (I have not looked back to see how long), there are a lot of failures. here is a quick breakdown of the failures by test instance name
|
Thanks for taking a look and fixing some of the issues. For some reason travis is not triggering a rebuild when I issue it in console. I pushed an empty commit to try to have it re-run it. I am pretty new to this cookbook so it might take me a bit to fix the tests but I'd like to postpone merging any functional changes until tests pass again. If you want to pack out everything but the dokken config I am 👍 to merge this and work on fixing tests to get this cookbook in a better place. |
im not sure what you want, the only changes in here are to fix most of the travis / docker tests. myabe youre referring to the rubocop.yml, but i think that thing is getting a little silly when it has exceptions for so many rubocop style rules. edit: im fine with you pushing commits up to this, I dont work much with this cookbook anymore so I dont know how actively ill follow up on these prs |
I was specifically referring to the change in how we reference data bags. While I realize that is preferable to use
Sorry to hear that I will try to do what I can with the limited time I have. |
@atheiman we've reworked the whole testing of this cookbook and brought in a few of your changes. Any change you can bring in just the verifier bit so we can get this merged in. |
Hi |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
This is explained in the kitchen-dokken readme https://github.com/someara/kitchen-dokken#tmpfs-on-tmp
fixes #367