442e4f60b1
The new infra-manual repo will need a publishing job. This patch templates a publishing job for the check queue and a job for the post queue. It also uses the templates. Change-Id: Ic94094cebec4d80e6c76e1994bea69888326a49f
26 lines
580 B
YAML
26 lines
580 B
YAML
- job-template:
|
|
name: '{name}-infra-docs'
|
|
node: '{node}'
|
|
|
|
builders:
|
|
- revoke-sudo
|
|
- gerrit-git-prep
|
|
- docs:
|
|
github-org: '{github-org}'
|
|
project: '{name}'
|
|
|
|
publishers:
|
|
- console-log
|
|
- ftp:
|
|
site: '{doc-publisher-site}'
|
|
source: 'doc/build/html/**'
|
|
target: 'infra/{doc-publisher-folder}'
|
|
remove-prefix: 'doc/build/html'
|
|
excludes: ''
|
|
|
|
- job-group:
|
|
name: infra-publish-jobs
|
|
jobs:
|
|
- 'gate-{name}-docs'
|
|
- '{name}-infra-docs'
|