-
Notifications
You must be signed in to change notification settings - Fork 68
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
Add puppet-blacksmith puppet_spec_helper gems/rake tasks #472
Conversation
Hi there! I will introduce myself in this PR, I work for Puppet :) Right now we are working on improving the pipelines we use to test/build the Cisco module, and this commit would be of particular help. If you have any questions, let me know. |
aad14d1
to
ec58d3f
Compare
@mcdonaldseanp Thanks for the submission! Just returned from being out of the office last week so I will take a look and let you know if I have any questions. |
@mcdonaldseanp Finally got some time to run your changes in our CI environment. We use beaker to validate our modules but the following error happens with your changes but not without them.
It's entirely possible I am missing something that I need to add to my CI environment based on these changes but don't feel good about merging this until we sort things out. Let me know if you have time this week to help debug. |
ec58d3f
to
3797352
Compare
@mikewiebe interesting, I wonder if it has to do with the I have updated the PR to remove those if statements. It would be awesome if you could try one more time with the updated changes. If that doesn't work I am definitely available this week to debug. |
@mcdonaldseanp I re-ran with your latest update but I still see the problem. |
Hrmm, some looking around has surfaced these: what version of bundler do you have installed? |
I am using version |
@mcdonaldseanp I updated to bundler version |
@mcdonaldseanp per the internal release docs, looks like we also need to add |
This commit updates the Gemfile to include puppet-blacksmith and updates the Rakefile to include requiring the rake tasks for both puppet_spec_helper and puppet-blacksmith. This will allow use of rake tasks from both projects useful in testing and publishing this module
3797352
to
3cb4a5e
Compare
@shermdog updated |
👍 |
This commit updates the Gemfile to include puppet-blacksmith and updates the Rakefile to include requiring the rake tasks for both puppet_spec_helper and puppet-blacksmith. This will allow use of rake tasks from both projects useful in testing and publishing this module
This commit updates the Gemfile to include puppet-blacksmith and updates the
Rakefile to include requiring the rake tasks for both puppet_spec_helper and
puppet-blacksmith.
This will allow use of rake tasks from both projects useful in testing and
publishing this module