Merge "Add horizon templates"
This commit is contained in:
commit
00fa146cba
@ -33,6 +33,28 @@
|
|||||||
jobs:
|
jobs:
|
||||||
- publish-openstack-sphinx-docs
|
- publish-openstack-sphinx-docs
|
||||||
|
|
||||||
|
- project-template:
|
||||||
|
name: publish-openstack-sphinx-docs-horizon
|
||||||
|
description: |
|
||||||
|
Runs normal OpenStack PTI doc build and publication jobs with horizon
|
||||||
|
added to required-projects for the various dashboard projects that
|
||||||
|
need that.
|
||||||
|
check:
|
||||||
|
jobs:
|
||||||
|
- build-openstack-sphinx-docs:
|
||||||
|
required-projects:
|
||||||
|
- openstack/horizon
|
||||||
|
gate:
|
||||||
|
jobs:
|
||||||
|
- build-openstack-sphinx-docs:
|
||||||
|
required-projects:
|
||||||
|
- openstack/horizon
|
||||||
|
post:
|
||||||
|
jobs:
|
||||||
|
- publish-openstack-sphinx-docs:
|
||||||
|
required-projects:
|
||||||
|
- openstack/horizon
|
||||||
|
|
||||||
- project-template:
|
- project-template:
|
||||||
name: publish-openstack-sphinx-docs-neutron
|
name: publish-openstack-sphinx-docs-neutron
|
||||||
description: |
|
description: |
|
||||||
@ -55,6 +77,7 @@
|
|||||||
required-projects:
|
required-projects:
|
||||||
- openstack/neutron
|
- openstack/neutron
|
||||||
|
|
||||||
|
|
||||||
- project-template:
|
- project-template:
|
||||||
name: publish-openstack-sphinx-docs-infra
|
name: publish-openstack-sphinx-docs-infra
|
||||||
description: |
|
description: |
|
||||||
@ -138,6 +161,35 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
- release-openstack-python
|
- release-openstack-python
|
||||||
|
|
||||||
|
- project-template:
|
||||||
|
name: publish-to-pypi-horizon
|
||||||
|
description: |
|
||||||
|
Publish a Python package to PyPI with horizon added to required-projects
|
||||||
|
for the various dashboard projects that need that, then send release
|
||||||
|
announcement emails and propose updates to upper-constraints as needed.
|
||||||
|
pre-release:
|
||||||
|
jobs:
|
||||||
|
- release-openstack-python:
|
||||||
|
required-projects:
|
||||||
|
- openstack/horizon
|
||||||
|
- announce-release:
|
||||||
|
dependencies:
|
||||||
|
- release-openstack-python
|
||||||
|
- propose-update-constraints:
|
||||||
|
dependencies:
|
||||||
|
- release-openstack-python
|
||||||
|
release:
|
||||||
|
jobs:
|
||||||
|
- release-openstack-python:
|
||||||
|
required-projects:
|
||||||
|
- openstack/horizon
|
||||||
|
- announce-release:
|
||||||
|
dependencies:
|
||||||
|
- release-openstack-python
|
||||||
|
- propose-update-constraints:
|
||||||
|
dependencies:
|
||||||
|
- release-openstack-python
|
||||||
|
|
||||||
- project-template:
|
- project-template:
|
||||||
name: publish-xstatic-to-pypi
|
name: publish-xstatic-to-pypi
|
||||||
description: |
|
description: |
|
||||||
@ -212,6 +264,33 @@
|
|||||||
jobs:
|
jobs:
|
||||||
- publish-openstack-releasenotes
|
- publish-openstack-releasenotes
|
||||||
|
|
||||||
|
- project-template:
|
||||||
|
name: release-notes-jobs-horizon
|
||||||
|
description: |
|
||||||
|
The standard release-notes-jobs but with horizon added as a
|
||||||
|
required-projects. The dashboard projects currently need this
|
||||||
|
due to how the tox_install.sh zuul-cloner's dashboard for them.
|
||||||
|
check:
|
||||||
|
jobs:
|
||||||
|
- build-openstack-releasenotes:
|
||||||
|
required-projects:
|
||||||
|
- openstack/horizon
|
||||||
|
gate:
|
||||||
|
jobs:
|
||||||
|
- build-openstack-releasenotes:
|
||||||
|
required-projects:
|
||||||
|
- openstack/horizon
|
||||||
|
post:
|
||||||
|
jobs:
|
||||||
|
- publish-openstack-releasenotes:
|
||||||
|
required-projects:
|
||||||
|
- openstack/horizon
|
||||||
|
tag:
|
||||||
|
jobs:
|
||||||
|
- publish-openstack-releasenotes:
|
||||||
|
required-projects:
|
||||||
|
- openstack/horizon
|
||||||
|
|
||||||
- project-template:
|
- project-template:
|
||||||
name: release-notes-jobs-neutron
|
name: release-notes-jobs-neutron
|
||||||
description: |
|
description: |
|
||||||
@ -253,6 +332,34 @@
|
|||||||
jobs:
|
jobs:
|
||||||
- publish-openstack-python-branch-tarball
|
- publish-openstack-python-branch-tarball
|
||||||
|
|
||||||
|
- project-template:
|
||||||
|
name: openstack-python-jobs-horizon
|
||||||
|
description: |
|
||||||
|
The standard openstack-python-jobs but with horizon added as a
|
||||||
|
required-projects. The dashboard projects currently need this
|
||||||
|
due to how the tox_install.sh zuul-cloner's horizon for them.
|
||||||
|
check:
|
||||||
|
jobs:
|
||||||
|
- openstack-tox-pep8:
|
||||||
|
required-projects:
|
||||||
|
- openstack/horizon
|
||||||
|
- openstack-tox-py27:
|
||||||
|
required-projects:
|
||||||
|
- openstack/horizon
|
||||||
|
gate:
|
||||||
|
jobs:
|
||||||
|
- openstack-tox-pep8:
|
||||||
|
required-projects:
|
||||||
|
- openstack/horizon
|
||||||
|
- openstack-tox-py27:
|
||||||
|
required-projects:
|
||||||
|
- openstack/horizon
|
||||||
|
post:
|
||||||
|
jobs:
|
||||||
|
- publish-openstack-python-branch-tarball:
|
||||||
|
required-projects:
|
||||||
|
- openstack/horizon
|
||||||
|
|
||||||
- project-template:
|
- project-template:
|
||||||
name: openstack-python-jobs-neutron
|
name: openstack-python-jobs-neutron
|
||||||
description: |
|
description: |
|
||||||
@ -299,6 +406,23 @@
|
|||||||
jobs:
|
jobs:
|
||||||
- openstack-tox-py35
|
- openstack-tox-py35
|
||||||
|
|
||||||
|
- project-template:
|
||||||
|
name: openstack-python35-jobs-horizon
|
||||||
|
description: |
|
||||||
|
The standard openstack-python35-jobs but with horizon added as a
|
||||||
|
required-projects. The dashboard projects currently need this
|
||||||
|
due to how the tox_install.sh zuul-cloner's horizon for them.
|
||||||
|
check:
|
||||||
|
jobs:
|
||||||
|
- openstack-tox-py35:
|
||||||
|
required-projects:
|
||||||
|
- openstack/horizon
|
||||||
|
gate:
|
||||||
|
jobs:
|
||||||
|
- openstack-tox-py35:
|
||||||
|
required-projects:
|
||||||
|
- openstack/horizon
|
||||||
|
|
||||||
- project-template:
|
- project-template:
|
||||||
name: openstack-python35-jobs-neutron
|
name: openstack-python35-jobs-neutron
|
||||||
description: |
|
description: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user