Starting patch to get api-quick-start building with zuul/yaml.
Task list is at https://etherpad.openstack.org/api-site-structure. Patchset updates the ftp copy in the publishing portion of the api-quick-start build. Patchset addresses comments, also indicates doc-publisher-site: api.openstack.org Patchset adds build for the api reference page. Rebase against master. Fixes the list of jobs and changes the name of the old api-site job to ensure no duplication and clarity of which job is which. Fixes errant tab. Change-Id: Ifbefa75ba9bf63ca36e53dfda668fa9831203c06 Reviewed-on: https://review.openstack.org/15111 Reviewed-by: James E. Blair <corvus@inaugust.com> Approved: Jeremy Stanley <fungi@yuggoth.org> Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Tested-by: Jenkins
This commit is contained in:
parent
95b4b67e3d
commit
dbee13315e
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
.DS_Store
|
||||
*.swp
|
||||
*~
|
||||
*.pyc
|
||||
|
@ -3,6 +3,88 @@
|
||||
jobs:
|
||||
- gate-{name}-merge
|
||||
|
||||
# in zuul/layout.yaml specified to only run against master branch.
|
||||
# this copies static files from www
|
||||
- job:
|
||||
name: openstack-api-site
|
||||
concurrent: false
|
||||
node: precise
|
||||
|
||||
triggers:
|
||||
- zuul-post
|
||||
|
||||
builders:
|
||||
- gerrit-git-prep
|
||||
|
||||
publishers:
|
||||
- ftp:
|
||||
site: api.openstack.org
|
||||
source: 'www/**'
|
||||
target: ''
|
||||
remove-prefix: 'www/'
|
||||
excludes: ''
|
||||
- console-log-post
|
||||
|
||||
# this replaces the old openstack-api-site job in Jenkins
|
||||
- job:
|
||||
name: openstack-api-ref
|
||||
project-type: maven
|
||||
concurrent: false
|
||||
node: precise
|
||||
|
||||
triggers:
|
||||
- zuul-post
|
||||
|
||||
prebuilders:
|
||||
- gerrit-git-prep
|
||||
|
||||
maven:
|
||||
root-module:
|
||||
group-id: org.openstack.docs
|
||||
artifact-id: openstack-guide
|
||||
root-pom: api-ref/pom.xml
|
||||
goals: 'clean generate-sources'
|
||||
|
||||
publishers:
|
||||
- console-log-post
|
||||
- ftp:
|
||||
site: api.openstack.org
|
||||
source: 'api-ref/target/docbkx/html/api-ref/**'
|
||||
target: ''
|
||||
remove-prefix: 'api-ref/target/docbkx/html/api-ref/'
|
||||
excludes: '**/*.xml,**/null*'
|
||||
remote-directory: ''
|
||||
|
||||
# this replaces the old openstack-api-quick-start job
|
||||
- job:
|
||||
name: openstack-api-quick-start
|
||||
project-type: maven
|
||||
concurrent: false
|
||||
node: precise
|
||||
|
||||
triggers:
|
||||
- zuul-post
|
||||
|
||||
prebuilders:
|
||||
- gerrit-git-prep
|
||||
|
||||
maven:
|
||||
root-module:
|
||||
group-id: org.openstack.docs
|
||||
artifact-id: openstack-guide
|
||||
root-pom: api-quick-start/pom.xml
|
||||
goals: 'clean generate-sources'
|
||||
|
||||
publishers:
|
||||
- console-log-post
|
||||
- ftp:
|
||||
site: api.openstack.org
|
||||
source: 'doc/target/docbkx/webhelp/api-quick-start-onepager/**'
|
||||
target: ''
|
||||
remove-prefix: 'doc/target/docbkx/webhelp/api-quick-start-onepager/'
|
||||
excludes: '**/*.xml,**/null*'
|
||||
remote-directory: 'api/quick-start'
|
||||
|
||||
# this replaces the old openstack-netconn-api-doc job
|
||||
- job:
|
||||
name: network-api-v10
|
||||
|
@ -1,3 +1,12 @@
|
||||
- project:
|
||||
name: api-site
|
||||
github-org: openstack
|
||||
node: precise
|
||||
doc-publisher-site: api.openstack.org
|
||||
|
||||
jobs:
|
||||
- gate-{name}-merge
|
||||
|
||||
- project:
|
||||
name: ceilometer
|
||||
github-org: stackforge
|
||||
|
@ -753,6 +753,16 @@ projects:
|
||||
- openstack-install-deploy-guide-apt-fedora
|
||||
- openstack-install-deploy-guide-ubuntu
|
||||
|
||||
- name: openstack/api-site
|
||||
check:
|
||||
- gate-api-site-merge
|
||||
gate:
|
||||
- gate-api-site-merge
|
||||
post:
|
||||
- openstack-api-quick-start
|
||||
- openstack-api-site
|
||||
- openstack-api-ref
|
||||
|
||||
- name: openstack/compute-api
|
||||
check:
|
||||
- gate-compute-api-merge
|
||||
|
Loading…
Reference in New Issue
Block a user