blob: b1ab32ccd4c52c276e4a394c2b5c2c9c47d09962 [file] [log] [blame]
Zack Williamsbe2f86f2019-09-30 22:39:13 -07001---
2# verification jobs for 'voltha-docs' repo
3
4- project:
5 name: voltha-docs
6 project: '{name}'
7
8 jobs:
9 - 'verify-voltha-docs-jobs':
10 branch-regexp: '{supported-branches-regexp}'
11 - 'post-submit-voltha-docs-jobs':
12 branch-regexp: '{supported-branches-regexp}'
13
14- job-group:
15 name: 'verify-voltha-docs-jobs'
16 jobs:
17 - 'verify-licensed'
Zack Williamsbe2f86f2019-09-30 22:39:13 -070018 - 'make-unit-test':
19 unit-test-targets: 'test'
20 unit-test-keep-going: 'true'
21 junit-allow-empty-results: true
22
23- job-group:
24 name: 'post-submit-voltha-docs-jobs'
25 jobs:
26 - 'sync-dir':
Zack Williams020d9c52019-12-20 16:23:00 -070027 build-command: 'make versioned'
28 build-output-path: '_build/'
Zack Williamsbe2f86f2019-09-30 22:39:13 -070029 sync-target-server: 'guide.opencord.org'
30 sync-target-path: '/var/www/voltha-docs/'