Don't run puppet openstack jobs when patching .gitreview file
OpenStack Foundation will rename the gerrit server from review.openstack.org to review.opendev.org. As part of the transition, They will update .gitreview and Zuul configuration files.[1] In order not to waste resources, submitted this patch. [1]http://lists.openstack.org/pipermail/openstack-discuss/2019-April/005011.html Change-Id: I367a0d1b1e400bf268d679bf8129405d084d026f
This commit is contained in:
parent
417d496030
commit
8232721659
@ -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