Fix gate job timing issues with bundler
Make ruby bundler in gate more resilient by only running one job rather then multiple jobs in parallel and retry the bundler install operation 3 times rather then failing after first attempt for git requests and network issues. * Use --jobs 1 * Use --retry 3 * Use --verbose to help with extension compile debugging These are documented here: http://bundler.io/v1.5/bundle_install.html Change-Id: Ic93ba6e7487ed92aa9cb984b6b8e7df08959b2aa Closes-Bug: #1357439
This commit is contained in:
parent
ff94b52909
commit
65f1af17b7
@ -127,8 +127,7 @@
|
||||
builders:
|
||||
- shell: |
|
||||
mkdir -p .bundle
|
||||
bundle config --global jobs $(nproc)
|
||||
bundle install --path=.bundle
|
||||
bundle install --path=.bundle --jobs 1 --retry 3 --verbose
|
||||
|
||||
- builder:
|
||||
name: chef-berkshelf-prep
|
||||
|
Loading…
x
Reference in New Issue
Block a user