| --- |
| # verification jobs for 'bbsim' repo |
| |
| - project: |
| name: bbsim |
| project: '{name}' |
| |
| jobs: |
| - 'verify-bbsim-jobs': |
| branch-regexp: '{all-branches-regexp}' |
| - 'publish-bbsim-jobs': |
| branch-regexp: '{all-branches-regexp}' |
| |
| - job-group: |
| name: 'verify-bbsim-jobs' |
| jobs: |
| - 'verify-licensed' |
| - 'tag-collision-reject': |
| dependency-jobs: 'verify_bbsim_licensed' |
| - 'make-unit-test': |
| build-node: 'ubuntu16.04-basebuild-1c-2g' |
| dest-gopath: "github.com/opencord" |
| unit-test-targets: 'test' |
| unit-test-keep-going: 'true' |
| - 'voltha-patch-test': |
| pipeline-script: 'voltha-bbsim-tests.groovy' |
| |
| - job-group: |
| name: 'publish-bbsim-jobs' |
| jobs: |
| - 'docker-publish': |
| maintainers: "teo@opennetworking.org" |
| docker-repo: 'voltha' |
| dependency-jobs: 'version-tag' |
| - 'github-release': |
| dependency-jobs: 'version-tag' |
| github-organization: 'opencord' |
| release-targets: 'release' |
| artifact-glob: 'release/*' |