Actions
Bug #6641
closedJenkins is not loading gems, leading to test failures
Description
Seems like on Jenkins we're getting
NameError: uninitialized constant Fog::Compute::AWS
But locally it's passing. The difference in Gemfile.lock files seems to indicate Jenkins is not requiring all the fog gems for some reason:
$ diff bu Gemfile.lock.works Gemfile.lock.worksnot (developā±)
-- Gemfile.lock.works 2014-07-16 16:56:33.837052589 0100
++ Gemfile.lock.worksnot 2014-07-16 17:05:10.061433422 +0100
@ -82,13 +82,7
@
flot-rails (0.0.3)
jquery-rails
fog (1.21.0)
- fog-brightbox
- fog-core (> 1.21, >= 1.21.1)
- fog-json
nokogiri (> 1.5, >= 1.5.11)
- fog-brightbox (0.0.2)
- fog-core
- fog-json
fog-core (1.21.1)
builder
excon (~> 0.32)
I don't know why it's not picking up fog-json and fog-brightbox, so I'll enable explicitly for now
Updated by The Foreman Bot over 10 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/1591 added
- Pull request deleted (
)
Updated by Greg Sutcliffe over 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset f16e76bfa3fd08404a17c45bef2b0b7cbadefe56.
Updated by Dominic Cleal over 10 years ago
- Translation missing: en.field_release set to 10
Actions