
This is now optional, and should be discouraged in in-repo configs. Change-Id: I5b8f4802b522848228413e3ca6eadcc1b8140bd7
14 lines
298 B
YAML
14 lines
298 B
YAML
# Zuulv3 CI setup for OpenStack.
|
|
# The build-tox-manuals-checkbuild job is defined in openstack-manuals.
|
|
|
|
- project:
|
|
check:
|
|
jobs:
|
|
- build-tox-manuals-checkbuild
|
|
gate:
|
|
jobs:
|
|
- build-tox-manuals-checkbuild
|
|
post:
|
|
jobs:
|
|
- publish-openstack-manuals
|