Merge "Add a zuul test to run on github3.py changes"

This commit is contained in:
Zuul 2018-06-04 05:03:13 +00:00 committed by Gerrit Code Review
commit ecc74d2dcb
2 changed files with 11 additions and 2 deletions

View File

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

View File

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