Commit Graph

7 Commits

Author SHA1 Message Date
Monty Taylor ff8acfb6b4 Retire repo
Depends-On: https://review.opendev.org/720892
Change-Id: I7b36dd190fba304ce19ba5fa2fb994504f1368cc
2020-04-22 10:18:52 -05:00
Colleen Murphy 542b65f419 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: I353507114874a03fe7b11599e1186bca31fb2e3f
Depends-On: https://review.openstack.org/481943
Depends-On: https://review.openstack.org/575698
Depends-On: https://review.openstack.org/570825
Depends-On: https://review.openstack.org/575852
Depends-On: https://review.openstack.org/576262
2018-06-18 22:42:06 +02:00
Colleen Murphy e6cac2e1b8 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: If86144ecaf206ada80aebae350504c0d51495dff
2017-08-18 10:41:43 +02:00
Spencer Krum 1a6b22ab7c Use new infra_spec_helper for gem dependencies
Change-Id: Icb9e6e7896c7205158f74f5798492220b9b94eef
2016-06-21 18:37:52 -07:00
Spencer Krum cb1e4dec82 Pin google-api-client; sanitize Gemfile
Change-Id: I078a8bcb3db04c399f8a903e69edd7c1cc70bc92
2016-04-14 15:17:37 -07:00
Colleen Murphy df927cacf9 Add beaker-rspec gem to Gemfile
In 3f1f51 we added most of the boilerplate needed to run beaker-rspec
tests, but we still need the beaker-rspec gem itself. This patch adds
the gem to the Gemfile and reorganizes the Gemfile following
puppet-openstackci's model.

Change-Id: Ifc1ee3c62693680c425f0ca7962f9a716e16ce11
2015-08-11 19:21:17 -07:00
Colleen Murphy 36b9dc1e5c 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: I7b9efb0fce3b59d611aa9aaaf6899bc6e6cc62b0
2015-08-05 21:09:41 -07:00