i18n/.zuul.yaml
Monty Taylor fab85312b0
Add special docs build job
The new PTI doesn't work for the way the i18n docs are built. Add a new
doc build job that runs tox -edocs for until we figure out a better path
to success.

Remove the add-marker code since that's done in the doc publication
jobs. Also stop rsyncing the code to a different directory, since it'll
make the normal build case wrong and is otherwise handled by the
publication jobs.

Change-Id: I5237e750b4bc4899d71952a14c8d2ca92d9985a0
2017-12-05 14:50:03 -06:00

22 lines
535 B
YAML

- job:
name: build-i18n-docs
description: |
openstack/i18n has a special doc build that does not match the normal
OpenStack PTI.
parent: tox-docs
vars:
tox_envlist: docs
tox_constraints_file: '{{ ansible_user_dir }}/src/git.openstack.org/openstack/requirements/upper-constraints.txt'
required-projects:
- openstack/requirements
success-url: html/
- project:
name: openstack/i18n
check:
jobs:
- build-i18n-docs
gate:
jobs:
- build-i18n-docs