Merge "Add a zuul test to run on github3.py changes"
This commit is contained in:
commit
ecc74d2dcb
@ -32,8 +32,8 @@ def check_system_templates():
|
||||
for entry in projects:
|
||||
project = entry['project']
|
||||
# TODO(mordred) Generalize this, but for now, avoid doing this check
|
||||
# on ansible.
|
||||
if project['name'] == 'ansible/ansible':
|
||||
# on projects we run third part ci for.
|
||||
if project['name'] in ['ansible/ansible', 'sigmavirus24/github3.py']:
|
||||
continue
|
||||
try:
|
||||
correct = False
|
||||
|
@ -17292,3 +17292,12 @@
|
||||
- nodejs-npm-run-lint:
|
||||
vars:
|
||||
node_version: 4
|
||||
|
||||
- project:
|
||||
name: sigmavirus24/github3.py
|
||||
# sigmavirus24/github3.py does not include system-required on purpose. We
|
||||
# do not gate sigmavirus24/github3.py and we should not be doing
|
||||
# merge-check on it.
|
||||
third-party-check:
|
||||
jobs:
|
||||
- tox-py35-on-zuul
|
||||
|
Loading…
x
Reference in New Issue
Block a user