blob: c10d081e5412bcfa64218b121785bc09ee245d87 [file] [log] [blame]
---
# verification jobs for 'voltha-docs' repo
- project:
name: voltha-docs
project: '{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'
- 'make-unit-test':
unit-test-targets: 'test'
unit-test-keep-going: 'true'
junit-allow-empty-results: true
- job-group:
name: 'post-submit-voltha-docs-jobs'
jobs:
- 'sync-dir':
build-command: 'make html'
build-output-path: '_build/html/'
# When versioning is working properly, use:
# build-command: 'make versioned'
# build-output-path: '_build/html/'
sync-target-server: 'guide.opencord.org'
sync-target-path: '/var/www/voltha-docs/'