Add a zuul test to run on github3.py changes

Change-Id: I661f9a95f1691c900d536554a6c3caed4e395b9c
This commit is contained in:
Jesse Keating 2018-04-02 16:57:14 -07:00 committed by Clark Boylan
parent 147e5f37e2
commit 32761754cd
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

@ -17320,3 +17320,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