Load puppet-openstack_spec_helper locally during tests

Change-Id: If75c8da651222877c6821b0e4107417858902dec
Co-Authored-By: Mohammed Naser <mnaser@vexxhost.com>
This commit is contained in:
ZhongShengping
2018年02月12日 10:53:38 +08:00
parent b6801c7ef6
commit 11b21cce12

10
Gemfile
View File

@@ -1,7 +1,15 @@
source ENV['GEM_SOURCE'] || "https://rubygems.org"
group :development, :test, :system_tests do
gem 'puppet-openstack_spec_helper', :require => 'false', :git => 'https://git.openstack.org/openstack/puppet-openstack_spec_helper'
if ENV['ZUUL_PROJECT'] == 'openstack/puppet-openstack_spec_helper'
gem 'puppet-openstack_spec_helper',
:path => '../..',
:require => 'false'
else
gem 'puppet-openstack_spec_helper',
:git => 'https://git.openstack.org/openstack/puppet-openstack_spec_helper',
:require => 'false'
end
end
if facterversion = ENV['FACTER_GEM_VERSION']
Reference in New Issue
openstack/puppet-oslo
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.