2017-10-02 15:40:24 -05:00
|
|
|
- job:
|
|
|
|
name: releases-tox-list-changes
|
|
|
|
parent: openstack-tox
|
2018-04-16 15:50:05 -04:00
|
|
|
timeout: 3600
|
2017-10-02 15:40:24 -05:00
|
|
|
vars:
|
|
|
|
tox_envlist: list-changes
|
|
|
|
|
|
|
|
- project:
|
|
|
|
check:
|
|
|
|
jobs:
|
2018-04-16 15:50:05 -04:00
|
|
|
- openstack-tox-validate:
|
|
|
|
timeout: 3600
|
2018-02-01 13:36:36 -08:00
|
|
|
- releases-tox-list-changes
|
2017-12-18 15:29:36 -06:00
|
|
|
- build-openstack-sphinx-docs:
|
|
|
|
vars:
|
|
|
|
sphinx_python: python3
|
|
|
|
|
2017-10-02 15:40:24 -05:00
|
|
|
gate:
|
|
|
|
jobs:
|
2018-04-16 15:50:05 -04:00
|
|
|
- openstack-tox-validate:
|
|
|
|
timeout: 3600
|
2017-12-18 15:29:36 -06:00
|
|
|
- build-openstack-sphinx-docs:
|
|
|
|
vars:
|
|
|
|
sphinx_python: python3
|
2017-10-02 15:40:24 -05:00
|
|
|
release-post:
|
|
|
|
jobs:
|
2018-02-01 16:27:27 -05:00
|
|
|
- tag-releases
|
2017-10-02 15:40:24 -05:00
|
|
|
- publish-static:
|
|
|
|
dependencies:
|
|
|
|
- tag-releases
|