releases/.zuul.yaml
Doug Hellmann 243516cde9 change the timeouts for the validate and list-changes jobs
Change-Id: Id3363a1778e95db230933e6f7d83cb3a41bb6cb3
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-04-16 15:50:45 -04:00

31 lines
665 B
YAML

- job:
name: releases-tox-list-changes
parent: openstack-tox
timeout: 3600
vars:
tox_envlist: list-changes
- project:
check:
jobs:
- openstack-tox-validate:
timeout: 3600
- releases-tox-list-changes
- build-openstack-sphinx-docs:
vars:
sphinx_python: python3
gate:
jobs:
- openstack-tox-validate:
timeout: 3600
- build-openstack-sphinx-docs:
vars:
sphinx_python: python3
release-post:
jobs:
- tag-releases
- publish-static:
dependencies:
- tag-releases