7bd1de09c0
This is a mechanically generated patch to switch the documentation jobs to use the new PTI versions of the jobs as part of the python3-first goal. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Change-Id: If1ba75d02009e61c40ea9cbb6d51dd9794cedf13 Story: #2002586 Task: #24293
25 lines
531 B
YAML
25 lines
531 B
YAML
# parent job is defined in openstack-manuals
|
|
- job:
|
|
name: build-tox-manuals-buildpdf
|
|
parent: build-tox-manuals
|
|
vars:
|
|
tox_envlist: buildpdf
|
|
|
|
|
|
- project:
|
|
templates:
|
|
- check-requirements
|
|
- release-notes-jobs-python3
|
|
- publish-openstack-docs-pti
|
|
check:
|
|
jobs:
|
|
- build-tox-manuals-buildpdf
|
|
- openstack-tox-pep8
|
|
gate:
|
|
jobs:
|
|
- build-tox-manuals-buildpdf
|
|
- openstack-tox-pep8
|
|
post:
|
|
jobs:
|
|
- publish-openstack-python-branch-tarball
|