3e090c4cec
This is now optional, and should be discouraged in in-repo configs. Change-Id: I4d1a8e066555345e2e7e3f6ad4c66a0de7ae3c83
17 lines
290 B
YAML
17 lines
290 B
YAML
|
|
# parent job is defined in openstack-manuals
|
|
- job:
|
|
name: build-tox-manuals-buildpdf
|
|
parent: build-tox-manuals
|
|
vars:
|
|
tox_envlist: buildpdf
|
|
|
|
|
|
- project:
|
|
check:
|
|
jobs:
|
|
- build-tox-manuals-buildpdf
|
|
gate:
|
|
jobs:
|
|
- build-tox-manuals-buildpdf
|