i18n/.zuul.yaml

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