Make a docs-on-readthedocs project-template
In the existing config projects using readthedocs have a template called "docs-on-rtfd" that triggers readthedocs on post, pre-release and release. Make an equivilent project-template, except call it docs-on-readthedocs as 'rtfd', cute as it is, isn't the nicest thing to have in our job structure. Depends-On: I901331a6b2dd7d269d5e356e76674ef9635924b5 Change-Id: I11eea48401413847aa7f0b113bcd041998a9e156
This commit is contained in:
parent
ead78fed13
commit
f8e746cb14
12
zuul.yaml
12
zuul.yaml
@ -148,6 +148,18 @@
|
||||
overlay networks and setting up known-hosts and ssh keys
|
||||
pre-run: playbooks/multinode/pre
|
||||
|
||||
- project-template:
|
||||
name: docs-on-readthedocs
|
||||
post:
|
||||
jobs:
|
||||
- trigger-readthedocs
|
||||
pre-release:
|
||||
jobs:
|
||||
- trigger-readthedocs
|
||||
release:
|
||||
jobs:
|
||||
- trigger-readthedocs
|
||||
|
||||
- project:
|
||||
name: openstack-infra/zuul-jobs
|
||||
check:
|
||||
|
Loading…
Reference in New Issue
Block a user