| --- |
| # verification jobs for 'voltha-openonu-adapter-go' repo |
| |
| - project: |
| name: voltha-openonu-adapter-go |
| project: '{name}' |
| |
| jobs: |
| - 'verify-voltha-openonu-adapter-go-jobs': |
| branch-regexp: '{all-branches-regexp}' |
| - 'publish-voltha-openonu-adapter-go-jobs': |
| branch-regexp: '{all-branches-regexp}' |
| |
| - job-group: |
| name: 'verify-voltha-openonu-adapter-go-jobs' |
| jobs: |
| - 'verify-licensed' |
| - 'tag-collision-reject' |
| - 'make-unit-test' |
| # Add this job later when working with kind-voltha and bbsim |
| # - 'voltha-patch-test': |
| # pipeline-script: 'voltha-bbsim-tests.groovy' |
| |
| - job-group: |
| name: 'publish-voltha-openonu-adapter-go-jobs' |
| jobs: |
| - 'docker-publish': |
| build-timeout: 30 |
| docker-repo: 'voltha' |
| dependency-jobs: 'version-tag' |