Commit Graph

5 Commits

Author SHA1 Message Date
Colleen Murphy 815a2d377e 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: I06cc75151cdfb79c98020a40ea877b4b98ad4daa
2018-07-12 09:57:44 +02:00
Colleen Murphy 30bbbfd58f 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: Ib11eae592fda6fc34aa424e8f973cc1f570a30ed
2017-08-18 10:41:43 +02:00
Spencer Krum ec82c98e62 Use new infra_spec_helper for gem dependencies
Change-Id: I40bbabd564fdd377cff872b90d58510c73e252da
2016-06-21 18:38:19 -07:00
Spencer Krum 173da20679 Pin google-api-client; sanitize Gemfile
Change-Id: I2494450fc96230b069595e79657ce38286aeff6e
2016-04-14 15:18:59 -07:00
Colleen Murphy ba456bfa1a 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 errors
caught by the puppet-lint-absolute_classname-check gem.

Change-Id: I860844dff7a64d32dd16f18a388af361c9cef263
2015-07-23 16:32:58 -07:00