Fix gate-compute-api-guide

Fix the paths to the version that finally merged.

Also, it is "builders" and not "builds", fix this.

Change-Id: I5b57c299e50e08b0cc1edd233c19c7ca0998c03d
This commit is contained in:
Andreas Jaeger 2015-11-13 15:00:30 +01:00
parent 2b5371bbc8
commit bd95e850b4
3 changed files with 6 additions and 6 deletions

View File

@ -81,7 +81,7 @@
description: Build and draft the Compute API Guide from nova source.
node: 'bare-precise || bare-trusty'
builds:
builders:
- revoke-sudo
- gerrit-git-prep
- tox:
@ -96,7 +96,7 @@
description: Build and publish the Compute API Guide from nova source.
node: 'bare-precise || bare-trusty'
builds:
builders:
- revoke-sudo
- gerrit-git-prep
- tox:
@ -105,7 +105,7 @@
publishers:
- ftp:
site: developer.openstack.org
source: 'doc/source/api-guide/build/html/**'
source: 'api-guide/build/html/**'
target: 'api-guide/compute'
remove-prefix: 'doc/source/api-guide/build/html/'
remove-prefix: 'api-guide/build/html/'

View File

@ -865,7 +865,7 @@
site: 'static.openstack.org'
files:
- target: 'docs-draft/$LOG_PATH'
source: 'doc/source/api-guide/build/html/**'
source: 'api-guide/build/html/**'
keep-hierarchy: true
copy-after-failure: true

View File

@ -1296,7 +1296,7 @@ jobs:
success-pattern: http://docs-draft.openstack.org/{build.parameters[LOG_PATH]}/doc/build/html/
- name: gate-compute-api-guide
success-pattern: http://docs-draft.openstack.org/{build.parameters[LOG_PATH]}/doc/build/html/
success-pattern: http://docs-draft.openstack.org/{build.parameters[LOG_PATH]}/api-guide/build/html/
voting: false
branch: ^(?!stable/(juno|kilo|liberty)).*$