Commit Graph

4 Commits

Author SHA1 Message Date
Monty Taylor 204c74eb97 Retire repo
Depends-On: https://review.opendev.org/720892
Change-Id: Idba01ac889457222398a137da8d1ec2c9841f328
2020-04-22 10:19:07 -05:00
Colleen Murphy f07628885b 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: I42f1c58270dd83ef834546143f417cd7c41d4279
2018-07-12 09:57:44 +02:00
Colleen Murphy 9871269103 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: I9cf7c8e74637fbe9d871ea73351ecebdd9c55cfb
2017-08-18 10:41:43 +02:00
James E. Blair 0d4a0be8a9 Add module boilerplate
Change-Id: Icdab79594f9ded5026900a15862e6b057d9d7b1f
2016-07-25 12:15:42 -04:00