Andrea Campanella | 921dd66 | 2021-04-16 17:12:32 +0200 | [diff] [blame] | 1 | --- |
| 2 | # verification jobs for 'opendevice-manager' repo |
| 3 | |
| 4 | - project: |
| 5 | name: opendevice-manager |
| 6 | project: '{name}' |
| 7 | |
| 8 | jobs: |
| 9 | - 'verify-opendevice-manager-jobs': |
| 10 | branch-regexp: '{all-branches-regexp}' |
Andrea Campanella | 76bfd29 | 2021-05-07 17:29:48 +0200 | [diff] [blame] | 11 | - 'publish-voltha-opendevice-manager-jobs': |
| 12 | branch-regexp: '{all-branches-regexp}' |
Andrea Campanella | 921dd66 | 2021-04-16 17:12:32 +0200 | [diff] [blame] | 13 | |
| 14 | - job-group: |
| 15 | name: 'verify-opendevice-manager-jobs' |
| 16 | jobs: |
| 17 | - 'verify-licensed' |
| 18 | - 'tag-collision-reject' |
| 19 | - 'make-unit-test': |
Hung-Wei Chiu | f6cbde2 | 2021-04-22 22:15:23 -0700 | [diff] [blame] | 20 | build-node: 'ubuntu18.04-basebuild-2c-4g' |
Andrea Campanella | 921dd66 | 2021-04-16 17:12:32 +0200 | [diff] [blame] | 21 | unit-test-targets: 'test' |
| 22 | # opendm-agent uses gtest which outputs in xunit format |
| 23 | junit-allow-empty-results: true |
| 24 | xunit-skip-if-no-test-files: false |
Andrea Campanella | 76bfd29 | 2021-05-07 17:29:48 +0200 | [diff] [blame] | 25 | |
| 26 | - job-group: |
| 27 | name: 'publish-voltha-opendevice-manager-jobs' |
| 28 | jobs: |
| 29 | - 'docker-publish': |
| 30 | build-timeout: 30 |
| 31 | docker-repo: 'voltha' |
| 32 | dependency-jobs: 'version-tag' |
| 33 | |
| 34 | |