Add a job that runs zuul's py35 unit tests

Rather than always making a depends-on patch to verify things work -
make a job that runs on changes to zuul-jobs that runs zuul's unit
tests.

Change-Id: I89e168cd08c0654628a205b2a407dda19dd57c9c
This commit is contained in:
Monty Taylor 2017-07-07 16:28:05 -05:00
parent 651c735a33
commit ab6e3f5fd9
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594

View File

@ -107,8 +107,21 @@
run: playbooks/tox/tarball
post-run: playbooks/tox/tarball-post
- job:
name: tox-py35-on-zuul
parent: tox-py35
description: |
Run zuul's py35 unittests on patches to zuul-jobs
vars:
zuul_work_dir: "src/git.openstack.org/openstack-infra/zuul"
required-projects:
- name: openstack-infra/zuul
override-branch: feature/zuulv3
- project:
name: openstack-infra/zuul-jobs
check:
jobs:
- tox-linters
- tox-py35-on-zuul