blob: d3e9cba7234c16d9baf21916a57a4065a1aa3377 [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'
20# Add this job later when working with kind-voltha and bbsim
21# - 'voltha-patch-test':
22# pipeline-script: 'voltha-bbsim-tests.groovy'
23
24- job-group:
25 name: 'publish-voltha-openonu-adapter-go-jobs'
26 jobs:
27 - 'docker-publish':
28 build-timeout: 30
29 docker-repo: 'voltha'
30 dependency-jobs: 'version-tag'