Publish draft releasenotes
Upload the generated draft releasenotes so that they can be easily reviewed - similar to documents with just clicking on the gate. Rename the job to gate-{name}-releasenotes, the tox is not needed anymore in the name. Change-Id: Ib542084a275a5bfe82c48517d48372fec6411e16
This commit is contained in:
parent
b95d37ef23
commit
dcc3e9cde1
@ -880,6 +880,16 @@
|
||||
keep-hierarchy: true
|
||||
copy-after-failure: true
|
||||
|
||||
- publisher:
|
||||
name: upload-releasenotes-draft
|
||||
publishers:
|
||||
- scp:
|
||||
site: 'static.openstack.org'
|
||||
files:
|
||||
- target: 'docs-draft/$LOG_PATH'
|
||||
source: 'releasenotes/build/html/**'
|
||||
keep-hierarchy: true
|
||||
copy-after-failure: true
|
||||
|
||||
- publisher:
|
||||
name: upload-to-docs-site
|
||||
|
@ -57,6 +57,20 @@
|
||||
- console-log
|
||||
|
||||
|
||||
- job-template:
|
||||
name: 'gate-{name}-releasenotes'
|
||||
node: 'bare-precise || bare-trusty'
|
||||
|
||||
builders:
|
||||
- revoke-sudo
|
||||
- tox:
|
||||
envlist: 'releasenotes'
|
||||
|
||||
publishers:
|
||||
- upload-releasenotes-draft
|
||||
- zuul-swift-upload-console-log
|
||||
|
||||
|
||||
- job-group:
|
||||
name: openstack-publish-jobs
|
||||
jobs:
|
||||
@ -67,6 +81,5 @@
|
||||
- job-group:
|
||||
name: openstack-releasenotes-jobs
|
||||
jobs:
|
||||
- 'gate-{name}-tox-{envlist}':
|
||||
envlist: releasenotes
|
||||
- 'gate-{name}-releasenotes'
|
||||
- '{name}-releasenotes'
|
||||
|
@ -465,7 +465,7 @@ project-templates:
|
||||
|
||||
- name: release-notes-jobs
|
||||
check:
|
||||
- 'gate-{name}-tox-releasenotes'
|
||||
- 'gate-{name}-releasenotes'
|
||||
post:
|
||||
- '{name}-releasenotes'
|
||||
|
||||
@ -2099,7 +2099,8 @@ jobs:
|
||||
- name: gate-tempest-dsvm-neutron-full-ssh
|
||||
voting: false
|
||||
|
||||
- name: ^gate-.*-tox-releasenotes$
|
||||
- name: ^gate-.*-releasenotes$
|
||||
success-pattern: http://docs-draft.openstack.org/{build.parameters[LOG_PATH]}/releasenotes/build/html/
|
||||
branch: ^(?!stable/(?:juno|kilo)).*$
|
||||
voting: false
|
||||
files:
|
||||
|
Loading…
Reference in New Issue
Block a user