Merge "Don't run puppet openstack jobs when patching .gitreview file"
This commit is contained in:
commit
5459b37921
@ -66,6 +66,7 @@
|
||||
- ^test-requirements.txt$
|
||||
- ^LICENSE$
|
||||
- ^.gitignore$
|
||||
- ^.gitreview$
|
||||
- ^setup.cfg$
|
||||
- ^setup.py$
|
||||
roles:
|
||||
@ -104,6 +105,7 @@
|
||||
- ^test-requirements.txt$
|
||||
- ^LICENSE$
|
||||
- ^.gitignore$
|
||||
- ^.gitreview$
|
||||
- ^setup.cfg$
|
||||
- ^setup.py$
|
||||
|
||||
@ -125,6 +127,7 @@
|
||||
- ^spec/acceptance/.*$
|
||||
- ^LICENSE$
|
||||
- ^.gitignore$
|
||||
- ^.gitreview$
|
||||
- ^setup.cfg$
|
||||
- ^setup.py$
|
||||
# TODO(tobias-urdin): Remove when we use rspec-puppet 2.7.1
|
||||
@ -147,6 +150,7 @@
|
||||
- ^test-requirements.txt$
|
||||
- ^LICENSE$
|
||||
- ^.gitignore$
|
||||
- ^.gitreview$
|
||||
- ^setup.cfg$
|
||||
- ^setup.py$
|
||||
# TODO(tobias-urdin): Remove when we use rspec-puppet 2.7.1
|
||||
@ -173,6 +177,7 @@
|
||||
- ^metadata.json$
|
||||
- ^LICENSE$
|
||||
- ^.gitignore$
|
||||
- ^.gitreview$
|
||||
- ^setup.cfg$
|
||||
- ^setup.py$
|
||||
|
||||
|
@ -27,6 +27,7 @@
|
||||
- ^test-requirements.txt$
|
||||
- ^LICENSE$
|
||||
- ^.gitignore$
|
||||
- ^.gitreview$
|
||||
vars:
|
||||
nodepool_type: centos7
|
||||
puppet_gem_version: 5.5
|
||||
@ -50,6 +51,7 @@
|
||||
- ^test-requirements.txt$
|
||||
- ^LICENSE$
|
||||
- ^.gitignore$
|
||||
- ^.gitreview$
|
||||
vars:
|
||||
nodepool_type: bionic
|
||||
puppet_gem_version: latest
|
||||
|
@ -50,6 +50,7 @@
|
||||
- ^test-requirements.txt$
|
||||
- ^LICENSE$
|
||||
- ^.gitignore$
|
||||
- ^.gitreview$
|
||||
|
||||
- job:
|
||||
name: puppet-openstack-libraries-puppet-syntax-4-centos-7
|
||||
|
@ -15,6 +15,7 @@
|
||||
- ^test-requirements.txt$
|
||||
- ^LICENSE$
|
||||
- ^.gitignore$
|
||||
- ^.gitreview$
|
||||
- ^setup.cfg$
|
||||
- ^setup.py$
|
||||
|
||||
@ -41,6 +42,7 @@
|
||||
- ^test-requirements.txt$
|
||||
- ^LICENSE$
|
||||
- ^.gitignore$
|
||||
- ^.gitreview$
|
||||
- ^setup.cfg$
|
||||
- ^setup.py$
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user