Merge "Add build-placement-api-ref"
This commit is contained in:
commit
5666aa0d49
5
playbooks/build-placement-api-ref/post.yaml
Normal file
5
playbooks/build-placement-api-ref/post.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
- hosts: all
|
||||||
|
roles:
|
||||||
|
- role: fetch-tox-output
|
||||||
|
- role: fetch-sphinx-output
|
||||||
|
sphinx_output_src: "{{ zuul.project.src_dir }}/placement-api-ref/build/html"
|
@ -453,6 +453,8 @@
|
|||||||
- ^tox.ini$
|
- ^tox.ini$
|
||||||
- ^api-ref/.*
|
- ^api-ref/.*
|
||||||
- ^doc/api_samples/.*
|
- ^doc/api_samples/.*
|
||||||
|
- bindep.txt
|
||||||
|
- other-requirements.txt
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: build-openstack-api-guide
|
name: build-openstack-api-guide
|
||||||
@ -471,6 +473,8 @@
|
|||||||
files:
|
files:
|
||||||
- ^tox.ini$
|
- ^tox.ini$
|
||||||
- ^api-guide/.*
|
- ^api-guide/.*
|
||||||
|
- bindep.txt
|
||||||
|
- other-requirements.txt
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: build-openstack-deploy-guide
|
name: build-openstack-deploy-guide
|
||||||
@ -488,6 +492,25 @@
|
|||||||
- bindep.txt
|
- bindep.txt
|
||||||
- other-requirements.txt
|
- other-requirements.txt
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: build-placement-api-ref
|
||||||
|
parent: openstack-tox
|
||||||
|
description: |
|
||||||
|
Build placement-api-ref document. This job runs only on master branch.
|
||||||
|
success-url: html/
|
||||||
|
post-run: playbooks/build-placement-api-ref/post
|
||||||
|
timeout: 1800
|
||||||
|
# We only publish the master branch, so no need to run
|
||||||
|
# for changes on other branches.
|
||||||
|
branches: master
|
||||||
|
vars:
|
||||||
|
tox_envlist: placement-api-ref
|
||||||
|
files:
|
||||||
|
- ^tox.ini$
|
||||||
|
- ^placement-api-ref/.*
|
||||||
|
- bindep.txt
|
||||||
|
- other-requirements.txt
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: legacy-base
|
name: legacy-base
|
||||||
description: |
|
description: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user