Matteo Scandolo | df4810b | 2022-02-28 10:26:10 -0800 | [diff] [blame] | 1 | --- |
| 2 | # verification jobs for 'voltha-northbound-bbf-adapter' repo |
| 3 | |
| 4 | - project: |
| 5 | name: voltha-northbound-bbf-adapter |
| 6 | project: '{name}' |
| 7 | |
| 8 | jobs: |
| 9 | - 'voltha-northbound-bbf-adapter': |
| 10 | branch-regexp: '{all-branches-regexp}' |
| 11 | # - 'voltha-northbound-bbf-adapter-master': |
| 12 | # branch-regexp: '^master$' |
| 13 | - 'publish-voltha-northbound-bbf-adapter-jobs': |
| 14 | branch-regexp: '{all-branches-regexp}' |
| 15 | |
| 16 | - job-group: |
| 17 | name: 'voltha-northbound-bbf-adapter' |
| 18 | jobs: |
| 19 | - 'verify-licensed' |
| 20 | - 'tag-collision-reject': |
| 21 | dependency-jobs: 'verify_voltha-northbound-bbf-adapter_licensed' |
| 22 | - 'make-unit-test': |
| 23 | build-node: 'ubuntu18.04-basebuild-4c-8g' |
| 24 | dest-gopath: "github.com/opencord" |
| 25 | unit-test-targets: 'lint sca test' |
Joey Armstrong | 5226fb2 | 2023-02-02 18:16:07 -0500 | [diff] [blame] | 26 | unit-test-keep-going: 'false' |
Matteo Scandolo | df4810b | 2022-02-28 10:26:10 -0800 | [diff] [blame] | 27 | |
| 28 | # NOTE add once we have sanity jobs for voltha-northbound-bbf-adapter |
| 29 | # - job-group: |
| 30 | # name: 'voltha-northbound-bbf-adapter-master' |
| 31 | # jobs: |
| 32 | # - 'voltha-patch-test': |
| 33 | # extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master' |
| 34 | # testTargets: | |
| 35 | # - target: sanity-voltha-northbound-bbf-adapter-att |
| 36 | # workflow: att |
| 37 | # flags: "" |
| 38 | # teardown: true |
| 39 | # logging: true |
| 40 | # - target: sanity-voltha-northbound-bbf-adapter-dt |
| 41 | # workflow: dt |
| 42 | # flags: "" |
| 43 | # teardown: true |
| 44 | # logging: true |
| 45 | # - target: sanity-voltha-northbound-bbf-adapter-tt |
| 46 | # workflow: tt |
| 47 | # flags: "" |
| 48 | # teardown: true |
| 49 | # logging: true |
| 50 | |
| 51 | - job-group: |
| 52 | name: 'publish-voltha-northbound-bbf-adapter-jobs' |
| 53 | jobs: |
| 54 | - 'docker-publish': |
Joey Armstrong | ca4cb46 | 2023-01-12 17:51:05 -0500 | [diff] [blame] | 55 | maintainers: "onf-bat-admin@opennetworking.org" |
Matteo Scandolo | df4810b | 2022-02-28 10:26:10 -0800 | [diff] [blame] | 56 | docker-repo: 'voltha' |
Matteo Scandolo | 02108aa | 2022-06-30 17:31:22 -0700 | [diff] [blame] | 57 | dependency-jobs: 'version-tag_wildcard' |
Joey Armstrong | af679da | 2023-01-31 14:22:41 -0500 | [diff] [blame] | 58 | |
| 59 | # [EOF] |