-
-
Notifications
You must be signed in to change notification settings - Fork 167
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
Fix testing #288
Fix testing #288
Conversation
Without this patch, the metadata.json would not properly lint.
Where is https://travis-ci.org/acidprime/r10k/jobs/167426144#L153-L159 coming from? beaker-rspec and serverspec are in the acceptance group which is skipped. |
Yeah, curious why that's getting pulled in |
393ad6d
to
11b78db
Compare
Any ideas on why the acceptance group is not being ignored as it should? |
@ghoneycutt Take a look at #292, I think if you add that to your upudated |
11b78db
to
ea05623
Compare
Someone with access should cancel these builds as they will not complete. |
ea05623
to
45ffd8c
Compare
Wow, what the heck happened? I restarted one task and it worked, so I'm restarting the entire build. I think 1.8.7 is still gonna fail, but keeping in mind that we know it will likely fail, I'll still be happy if the system works as we expect it to. |
Yep, it just dies on 1.8.7. I think we will be forced to take that out of the matrix in order to have passing tests. |
@rnelson0 I'm good with that. We should make it official and mark the CHANGELOG saying that 1.8.7 support has been dropped, since we are no longer testing with it. |
@ghoneycutt If you want to update the matrix when you get a chance, that would be awesome, but no rush - I think we'll hold off on the merge until the migration to VP is complete. That way we can ensure the |
People who do that want to see the failures or they wouldn't consume it like that :) |
There are a number of tools that grab the latest version off the forge to
automatically update Puppetfiles, and even though 999.999.999 should stand
out as "expired", it would be nice if it was still a working version (this
came up with an accidentally published 999.999.999 version in the wrong
namespace that still managed to collect a non-trivial number of downloads!).
|
It will work. Though now we are saying that we no longer support ruby 1.8.7 and puppet v2. So if you have those versions, it might work, but that's on you. |
Whew! got it. Can I get a merge please? |
Anything else left to get this merged? |
Thank you! |
No description provided.