-
Notifications
You must be signed in to change notification settings - Fork 897
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 bundle override in ManageIQ::Environment #15585
Conversation
Commit 04d9a75 overrides Travis' built-in bundle install, which handles bundle caching as well as parallel installs and retries, but did so without any of those feature causing them to be lost in all of the provider repos. http://talk.manageiq.org/t/can-we-speed-up-small-repos-on-travis/2533
Checked commit Fryguy@d64fe19 with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0 |
Thanks! 🎉
( |
indeed only |
:( This is why we should just stick with what Travis has built in...fix coming soon |
I think it's important that ManageIQ::Environment PRs get tested on a plugin, in Travis before merging (local can't be good enough, we have
Sounds fun, I'll make a PR for something like that. Another lesson: consider adding some people in non-US timezone with core merge rights — can agree that they'll only use it to fix productivity-breaking things like red master, and/or will only do reverts... (I also have a bigger plan to make travis read PR description and be able to specify "test this PR with those dependencies" as well as "also test it doesn't break those repos", but that needs more time) |
Since I expect that this would come with some reservations from those dishing out those rights, possible alternative solution is that merging PRs like this should happen in the A.M. instead of near the end of the day. Otherwise you have people shipping and walking away for 12 hours and not being able to fix things and bottleneck others. Possible a |
Commit 04d9a75 overrides Travis' built-in bundle install, which handles
bundle caching as well as parallel installs and retries, but did so
without any of those feature causing them to be lost in all of the
provider repos.
http://talk.manageiq.org/t/can-we-speed-up-small-repos-on-travis/2533
@bdunne Please review.
cc @durandom @cben