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:
ZhongShengping 2019-04-15 10:17:38 +08:00
parent 417d496030
commit 8232721659
4 changed files with 10 additions and 0 deletions

View File

@ -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$

View File

@ -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

View File

@ -50,6 +50,7 @@
- ^test-requirements.txt$
- ^LICENSE$
- ^.gitignore$
- ^.gitreview$
- job:
name: puppet-openstack-libraries-puppet-syntax-4-centos-7

View File

@ -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$