58462b2e66
Zuul no longer requires the project-name for in-repo configuration. Omitting it makes forking or renaming projects easier. Change-Id: Id01a3dd914a75466c9a1947b0d16eecf6fed6065
21 lines
510 B
YAML
21 lines
510 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:
|
|
check:
|
|
jobs:
|
|
- build-i18n-docs
|
|
gate:
|
|
jobs:
|
|
- build-i18n-docs
|