Commit Graph

5 Commits

Author SHA1 Message Date
Colleen Murphy 601da2ab8c Update Gemfile for Zuulv3
The logic in the Gemfile was relying on Zuulv2 variables to find out
whether the spec helper gem was already available on disk, and since
Zuulv3 has changed things it was failing to find it and downloading the
master version instead. This patch ensures the Gemfile looks for the gem
in the right place when running in CI.

Change-Id: I3d4f30f66042cc0b0272413565f613a58fb3a3d0
2018-07-12 09:57:45 +02:00
Colleen Murphy f7de5af0f9 Depend on helper gem for spec_helper_acceptance
Instead of keeping a local copy of spec_helper_acceptance.rb and
requiring updates to all modules for any change, we can move it into the
common helper gem and require it from there. This will make it easier to
create and review changes that affect all puppet modules. Also change
the Gemfile to look for the gem in the local workspace if running in a
zuul environment.

Change-Id: I919ae96eda59e10cc11e7392dce3bee21fa270d1
2017-08-18 10:41:44 +02:00
Spencer Krum 81fcbacb95 Use new infra_spec_helper for gem dependencies
Change-Id: Id0375c55cae9c9a9522e7e78f3830ab57efeaa28
2016-06-21 18:40:06 -07:00
Spencer Krum 7ec790d918 Pin google-api-client; sanitize Gemfile
Change-Id: I2a13378f452108b1199b69932a317e1c65e7b6c5
2016-04-14 15:23:37 -07:00
Colleen Murphy aafa48afa0 Add Gemfile and puppet 4 checks
In anticipation of puppet 4, start trying to deal with puppet 4 things
that can be helpfully predicted by puppet lint plugins.

Change-Id: I331f3494e136df3fecb7a73f5db4a62b46237240
2015-08-13 18:08:50 -07:00