Merge "Add publish jobs to Zuul v3 configuration"
This commit is contained in:
commit
9c311ae469
18
.zuul.yaml
18
.zuul.yaml
@ -52,7 +52,9 @@
|
|||||||
jobs:
|
jobs:
|
||||||
- openstack-tox-linters
|
- openstack-tox-linters
|
||||||
- build-tox-manuals-checkbuild
|
- build-tox-manuals-checkbuild
|
||||||
# TODO(jaegerandi): Add post jobs for publishing.
|
post:
|
||||||
|
jobs:
|
||||||
|
- publish-openstack-manuals
|
||||||
|
|
||||||
- project-template:
|
- project-template:
|
||||||
name: openstack-manuals-developer-jobs
|
name: openstack-manuals-developer-jobs
|
||||||
@ -67,7 +69,10 @@
|
|||||||
jobs:
|
jobs:
|
||||||
- openstack-tox-linters
|
- openstack-tox-linters
|
||||||
- build-tox-manuals-checkbuild
|
- build-tox-manuals-checkbuild
|
||||||
# TODO(jaegerandi): Add post jobs for publishing.
|
post:
|
||||||
|
jobs:
|
||||||
|
- publish-openstack-manuals-developer
|
||||||
|
|
||||||
|
|
||||||
- project-template:
|
- project-template:
|
||||||
name: openstack-manuals-build-translation
|
name: openstack-manuals-build-translation
|
||||||
@ -79,7 +84,9 @@
|
|||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- build-tox-manuals-checklang
|
- build-tox-manuals-checklang
|
||||||
# TODO(jaegerandi): Add post jobs for publishing.
|
post:
|
||||||
|
jobs:
|
||||||
|
- publish-openstack-manuals-lang
|
||||||
|
|
||||||
- project-template:
|
- project-template:
|
||||||
name: openstack-manuals-developer-build-translation
|
name: openstack-manuals-developer-build-translation
|
||||||
@ -92,7 +99,10 @@
|
|||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- build-tox-manuals-checklang
|
- build-tox-manuals-checklang
|
||||||
# TODO(jaegerandi): Add post jobs for publishing.
|
post:
|
||||||
|
jobs:
|
||||||
|
- publish-openstack-manuals-developer-lang
|
||||||
|
|
||||||
|
|
||||||
# Configuration for this repository, determines which jobs to run.
|
# Configuration for this repository, determines which jobs to run.
|
||||||
- project:
|
- project:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user