Commit Graph

6 Commits

Author SHA1 Message Date
Andreas Jaeger 44ab5c9a1b Retire repo
Depends-On: https://review.opendev.org/731947
Change-Id: I47e59c5adc4bb2998d786a671282a989db754eb6
2020-06-05 16:20:51 +02:00
Colleen Murphy a7d33ab524 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: Ifa3b018bf367540dd25d732b2fb5a561df47ce46
2018-07-12 09:57:44 +02:00
Colleen Murphy e4901f6217 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: Iac4b8137c8a8621083ced76879e9f4fbe1ce70a0
2017-08-18 10:41:43 +02:00
Spencer Krum 1e9d2496ce Use new infra_spec_helper for gem dependencies
Change-Id: I89d50087e93c50d0c7f82fa84abd572e9f344dac
2016-06-21 18:38:00 -07:00
Spencer Krum ce5d54d91b Pin google-api-client; sanitize Gemfile
Change-Id: I8e5cd7d2d9290209c5d0afcbf0a7ce642ff730ec
2016-04-14 15:18:11 -07:00
Colleen Murphy 16af77007c 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. This patch also
corrects lint errors caught by the puppet-lint-absolute_classname-check
and puppet-lint-empty_string-check gems as well as arrow alignment
which wasn't being caught under the system version of puppet-lint.

Change-Id: I91cb2fdeb458edbd41e777be74d292a564bf2d58
2015-07-23 12:53:03 -07:00