Add non-voting checklinks job for manuals
Add a new non-voting job for the various manual repositories called checklinks. The job will test that URLs are valid and reachable. Change-Id: I18f63d1ee3185e9585764c5033e8983406bb84e9
This commit is contained in:
parent
4eabcf3760
commit
0d17fcede4
@ -23,6 +23,8 @@
|
||||
- job-group:
|
||||
name: openstack-doc-jobs
|
||||
jobs:
|
||||
- gate-{name}-tox-{envlist}:
|
||||
envlist: checklinks
|
||||
- gate-{name}-tox-{envlist}:
|
||||
envlist: checkniceness
|
||||
- gate-{name}-tox-{envlist}:
|
||||
|
@ -370,6 +370,7 @@ project-templates:
|
||||
|
||||
- name: openstack-doc-gate
|
||||
check:
|
||||
- gate-{name}-tox-checklinks
|
||||
- gate-{name}-tox-checkniceness
|
||||
- gate-{name}-tox-checksyntax
|
||||
- gate-{name}-tox-checkdeletions
|
||||
@ -635,6 +636,9 @@ jobs:
|
||||
- name: ^gate-.*-tox-checklang$
|
||||
branch: master
|
||||
voting: false
|
||||
- name: ^gate-.*-tox-checklinks$
|
||||
branch: master
|
||||
voting: false
|
||||
- name: ^gate-.*-docs$
|
||||
success-pattern: http://docs-draft.openstack.org/{build.parameters[LOG_PATH]}/doc/build/html/
|
||||
- name: gate-storyboard-webclient-js-unittests
|
||||
|
Loading…
Reference in New Issue
Block a user