blob: bb07db1ee5542d8264f59c5476e4d6048177a5f8 [file] [log] [blame]
---
# verification jobs for 'voltha-docs' repo
- project:
name: voltha-docs
project: '{name}'
project-regexp: '^{name}$'
jobs:
- 'verify-voltha-docs-jobs':
branch-regexp: '{supported-branches-regexp}'
- 'post-submit-voltha-docs-jobs':
branch-regexp: '{supported-branches-regexp}'
- job-group:
name: 'verify-voltha-docs-jobs'
jobs:
- 'verify-licensed'
- 'tag-check'
- 'make-unit-test':
unit-test-targets: 'test'
junit-allow-empty-results: true
- job-group:
name: 'post-submit-voltha-docs-jobs'
jobs:
- 'version-tag'
- 'sync-dir':
dependency-jobs: 'version-tag_voltha-docs'
build-command: 'make multiversion'
build-output-path: '_build/multiversion/'
sync-target-server: 'static.opennetworking.org'
sync-target-path: '/srv/sites/docs.voltha.org/'
build-timeout: 60
# [EOF]