Commit Graph

5 Commits

Author SHA1 Message Date
Colleen Murphy dd41a34c67 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: Ib85eddeda99d5fc2422a8b7b994cb79e835d1f4a
2018-07-12 09:57:45 +02:00
Colleen Murphy cb806fc80b 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: I11122f08a677a581941b86b6368600e7c09fa4e2
2017-08-18 10:41:44 +02:00
Spencer Krum 8bd8585606 Use new infra_spec_helper for gem dependencies
Change-Id: I1197843a3a081c3650260ecdd814e9b7a18a8af8
2016-06-21 18:40:03 -07:00
Spencer Krum b5aa6662cb Pin google-api-client; sanitize Gemfile
Change-Id: Id47bc79f471c66254d0042921034e07213dc6513
2016-04-14 15:23:29 -07:00
Colleen Murphy e0cf7c4d0b 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. Also fix arrow
alignment errors caught by the bundle-installed puppet-lint.

Change-Id: I060c65c6ca9292216620a851d402359c33ca9927
2015-08-13 17:56:04 -07:00