blob: 2a5ea78a07f24215a28b986a192a0ca787354b74 [file] [log] [blame]
Zack Williams74412af2019-11-22 15:03:20 -07001---
2# verification jobs for 'ofagent-py' repo
3
4- project:
5 name: ofagent-py
6 project: '{name}'
7
8 jobs:
9 - 'verify-ofagent-py-jobs':
10 branch-regexp: '{all-branches-regexp}'
11 - 'publish-ofagent-py-jobs':
12 branch-regexp: '{all-branches-regexp}'
13
14- job-group:
15 name: 'verify-ofagent-py-jobs'
16 jobs:
17 - 'verify-licensed'
18 - 'tag-collision-reject'
19 - 'make-unit-test':
20 unit-test-keep-going: 'true'
Zack Williamse65b1ee2019-12-09 15:57:16 -070021 junit-allow-empty-results: true
22 - 'voltha-patch-test':
23 pipeline-script: 'voltha-bbsim-tests.groovy'
Zack Williams74412af2019-11-22 15:03:20 -070024
25- job-group:
26 name: 'publish-ofagent-py-jobs'
27 jobs:
28 - 'docker-publish':
29 docker-repo: 'voltha'
30 dependency-jobs: 'version-tag'