Refactor #23643
Stop doing bundle install in Travis builds
Description
Previously this was needed when the ruby script included Foreman itself. Now it's standalone and only requires JSON. That greatly reduces the setup time.
Associated revisions
History
#1
Updated by The Foreman Bot almost 5 years ago
- Assignee set to Ewoud Kohl van Wijngaarden
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/5592 added
#2
Updated by Anonymous almost 5 years ago
- Legacy Backlogs Release (now unused) set to 353
#3
Updated by Ewoud Kohl van Wijngaarden almost 5 years ago
- % Done changed from 0 to 100
- Status changed from Ready For Testing to Closed
Applied in changeset 44dc98adf10078ea7a21ed98d0a56b9a97e95296.
#4
Updated by Tomer Brisker over 4 years ago
- Category set to Tests
Fixes #23643 - Stop bundle install in Travis
Since 90db5e364ff209f093c64849e21d3362644367f8 we no longer require core
Foreman in script/plugin_webpack_directories.rb which means we no longer
need all dependencies installed. Just Ruby with JSON support. This
should greatly reduce the setup time on Travis.
We assume that if no Gemfile.lock is present, it's a clean clone
without any plugins. Then we can safely ignore incomplete bundles.