Merge "Test openstack-manuals on xenial"
This commit is contained in:
commit
fb9e367be3
@ -61,6 +61,30 @@
|
||||
- console-log
|
||||
|
||||
|
||||
- job-template:
|
||||
name: 'gate-{name}-tox-doc-publish-{envlist}-ubuntu-xenial'
|
||||
node: ubuntu-xenial
|
||||
|
||||
wrappers:
|
||||
- build-timeout:
|
||||
timeout: 40
|
||||
- timestamps
|
||||
|
||||
builders:
|
||||
- print-template-name:
|
||||
template-name: "{template-name}"
|
||||
- gerrit-git-prep
|
||||
- install-distro-packages
|
||||
- revoke-sudo
|
||||
- tox:
|
||||
envlist: '{envlist}'
|
||||
- assert-no-extra-files
|
||||
|
||||
publishers:
|
||||
- upload-docs-draft
|
||||
- upload-doc-build-results
|
||||
- console-log
|
||||
|
||||
- job-group:
|
||||
name: openstack-doc-jobs
|
||||
jobs:
|
||||
|
@ -5677,6 +5677,8 @@
|
||||
- openstack-releasenotes-jobs
|
||||
- manual-translation-jobs
|
||||
- translation-jobs-mitaka
|
||||
- gate-{name}-tox-doc-publish-{envlist}-ubuntu-xenial:
|
||||
envlist: checkbuild
|
||||
|
||||
- project:
|
||||
name: openstack-resource-agents-specs
|
||||
|
@ -1428,6 +1428,9 @@ jobs:
|
||||
- name: gate-openstack-manuals-tox-checksyntax
|
||||
branch: ^(stable/liberty).*$
|
||||
|
||||
- name: gate-openstack-manuals-tox-doc-publish-checkbuild-ubuntu-xenial
|
||||
voting: false
|
||||
|
||||
# Packstack integration jobs should only run on master and stable/mitaka
|
||||
# onwards
|
||||
- name: ^gate-packstack-integration-.*-tempest-centos-7$
|
||||
@ -2019,7 +2022,7 @@ jobs:
|
||||
- name: gate-tripleo-ci-centos-7-ovb-containers
|
||||
voting: false
|
||||
|
||||
- name: ^gate-.*-tox-doc-publish-checkbuild$
|
||||
- name: ^gate-.*-tox-doc-publish-checkbuild.*$
|
||||
success-pattern: http://docs-draft.openstack.org/{build.parameters[LOG_PATH]}/publish-docs/
|
||||
|
||||
- name: ^gate-.*-tox-checklang$
|
||||
@ -9561,6 +9564,7 @@ projects:
|
||||
- name: release-notes-jobs
|
||||
check:
|
||||
- gate-openstack-manuals-tox-checksyntax
|
||||
- gate-openstack-manuals-tox-doc-publish-checkbuild-ubuntu-xenial
|
||||
gate:
|
||||
- gate-openstack-manuals-tox-checksyntax
|
||||
post:
|
||||
|
Loading…
Reference in New Issue
Block a user