blob: 59a231aac50d7f9c9d15e10d94001021a93c728b [file] [log] [blame]
Zack Williams74412af2019-11-22 15:03:20 -07001---
2# verification jobs for 'ofagent-py' repo
3
Matteo Scandolo42f6e572021-01-25 15:11:34 -08004# NOTE ofagent-py is unmaintained, should we keep running tests?
5
Zack Williams74412af2019-11-22 15:03:20 -07006- project:
7 name: ofagent-py
8 project: '{name}'
9
10 jobs:
11 - 'verify-ofagent-py-jobs':
12 branch-regexp: '{all-branches-regexp}'
13 - 'publish-ofagent-py-jobs':
14 branch-regexp: '{all-branches-regexp}'
15
16- job-group:
17 name: 'verify-ofagent-py-jobs'
18 jobs:
19 - 'verify-licensed'
20 - 'tag-collision-reject'
21 - 'make-unit-test':
22 unit-test-keep-going: 'true'
Zack Williamse65b1ee2019-12-09 15:57:16 -070023 junit-allow-empty-results: true
24 - 'voltha-patch-test':
Andrea Campanelladb8eac22021-03-30 14:27:16 +020025 pipeline-script: 'voltha/voltha-2.7/bbsim-tests.groovy'
Zack Williams74412af2019-11-22 15:03:20 -070026
27- job-group:
28 name: 'publish-ofagent-py-jobs'
29 jobs:
30 - 'docker-publish':
31 docker-repo: 'voltha'
32 dependency-jobs: 'version-tag'