blob: 00bfd35f7f0ecdb8b75a880608c12e593fded030 [file] [log] [blame]
Zack Williams82060f82020-02-12 22:55:55 -07001---
2# verification jobs for 'voltha-openonu-adapter-go' repo
3
4- project:
5 name: voltha-openonu-adapter-go
6 project: '{name}'
7
8 jobs:
9 - 'verify-voltha-openonu-adapter-go-jobs':
10 branch-regexp: '{all-branches-regexp}'
11 - 'publish-voltha-openonu-adapter-go-jobs':
12 branch-regexp: '{all-branches-regexp}'
13
14- job-group:
15 name: 'verify-voltha-openonu-adapter-go-jobs'
16 jobs:
17 - 'verify-licensed'
18 - 'tag-collision-reject'
19 - 'make-unit-test'
Matteo Scandolofff6e062020-04-29 13:36:33 -070020 - 'voltha-patch-test':
21 pipeline-script: 'voltha-openonu-go-tests.groovy'
Zack Williams82060f82020-02-12 22:55:55 -070022
23- job-group:
24 name: 'publish-voltha-openonu-adapter-go-jobs'
25 jobs:
26 - 'docker-publish':
27 build-timeout: 30
28 docker-repo: 'voltha'
29 dependency-jobs: 'version-tag'