| --- |
| # verification jobs for 'opendevice-manager' repo |
| |
| - project: |
| name: opendevice-manager |
| project: '{name}' |
| |
| jobs: |
| - 'verify-opendevice-manager-jobs': |
| branch-regexp: '{all-branches-regexp}' |
| - 'publish-voltha-opendevice-manager-jobs': |
| branch-regexp: '{all-branches-regexp}' |
| |
| - job-group: |
| name: 'verify-opendevice-manager-jobs' |
| jobs: |
| - 'verify-licensed' |
| - 'tag-collision-reject' |
| - 'make-unit-test': |
| build-node: 'ubuntu18.04-basebuild-2c-4g' |
| unit-test-targets: 'test' |
| # opendm-agent uses gtest which outputs in xunit format |
| junit-allow-empty-results: true |
| xunit-skip-if-no-test-files: false |
| |
| - job-group: |
| name: 'publish-voltha-opendevice-manager-jobs' |
| jobs: |
| - 'docker-publish': |
| build-timeout: 30 |
| docker-repo: 'voltha' |
| dependency-jobs: 'version-tag_wildcard' |
| |
| # [EOF] |