Commit Graph

6 Commits

Author SHA1 Message Date
Monty Taylor bb91e9cd68 Retire repo
Depends-On: https://review.opendev.org/720892
Change-Id: Ie5c4c64b1eb37054a6a3dcaa9bb4cb36c81e53ef
2020-04-22 10:18:55 -05:00
Colleen Murphy 0d4b91a2c3 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: I677a2ca36099e3d1157e41bae72d71ec56f1adc1
2018-07-12 09:57:44 +02:00
Colleen Murphy 1740cb5c04 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: I2d36dbc5790dbd97509f52210f313c7e2e5be8df
2017-08-18 10:41:43 +02:00
Spencer Krum 1348e723d2 Use new infra_spec_helper for gem dependencies
Change-Id: I1a5743fa780b55f15dae0d2867d1eb65cfd666a7
2016-06-21 23:52:59 -07:00
Spencer Krum 036f800233 Pin google-api-client; sanitize Gemfile
Change-Id: I79a14dbd21cb54e7d064d87f46a75f60bd991708
2016-04-14 15:18:31 -07:00
Yolanda Robla 939595bedc Add missing Gemfile to the project
All our puppet projects rely on a Gemfile for tests
to run. This was missing, so add here as well.

Also fix the linter errors that this new Gemfile
addition is causing.

Change-Id: I24143df44c313ea76472649bb9a6fa0ce4536307
2016-03-11 13:50:36 +01:00