Commit Graph

5 Commits

Author SHA1 Message Date
Colleen Murphy 480ca8bca4 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: I849f62f06d57c1e6bec1e25a90deb6332886f8d3
2018-07-12 09:57:46 +02:00
Colleen Murphy c6ca908936 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: Ib4f9a7a66ad4953f826c7010cb49a2f82e6970d6
2017-08-18 10:41:44 +02:00
Spencer Krum e4ba8deebb Use new infra_spec_helper for gem dependencies
Change-Id: I12eb15d5533aefb26728ae94a9f80722dd48131d
2016-06-21 18:40:31 -07:00
Spencer Krum f7f63b44c2 Pin google-api-client; sanitize Gemfile
Change-Id: Id0c937010baf9034ab363e76b09c38d2d5a19dad
2016-04-14 15:24:49 -07:00
Colleen Murphy 1e3b7c6b75 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: I1ac6cbdc91fbb4210c05ed6331d2160b4f1dd283
2015-08-14 10:39:59 -07:00