DNM Just poking at something

Change-Id: I255b05e52b5fc89cb7fa2d7562036ea0b62c00e3
This commit is contained in:
Monty Taylor 2017-09-05 21:06:16 -05:00
parent bc14527318
commit 05214c64c5
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 23 additions and 2 deletions

View File

@ -129,12 +129,33 @@
jobs:
- trigger-readthedocs
- job:
name: monty-test-base
vars:
tox_environment:
SOME_ENV: value
BLERG: foo
- job:
name: monty-test-base2
parent: monty-test-base
vars:
tox_environment:
SOME_OTHER_ENV: value
- job:
name: monty-test
parent: monty-test-base2
vars:
tox_environment:
SOME_ENV: other value
- project:
name: openstack-infra/openstack-zuul-jobs
check:
jobs:
- openstack-doc-build
- tox-linters
- monty-test
gate:
jobs:
- openstack-doc-build