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:
parent
651c735a33
commit
ab6e3f5fd9
13
zuul.yaml
13
zuul.yaml
@ -107,8 +107,21 @@
|
|||||||
run: playbooks/tox/tarball
|
run: playbooks/tox/tarball
|
||||||
post-run: playbooks/tox/tarball-post
|
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:
|
- project:
|
||||||
name: openstack-infra/zuul-jobs
|
name: openstack-infra/zuul-jobs
|
||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
- tox-linters
|
- tox-linters
|
||||||
|
- tox-py35-on-zuul
|
||||||
|
Loading…
Reference in New Issue
Block a user