Joey Armstrong | 074a9b9 | 2023-06-26 15:18:19 -0400 | [diff] [blame] | 1 | --- |
| 2 | # POD Build Pipeline Jobs for Voltha Releases |
| 3 | |
| 4 | - project: |
| 5 | name: voltha-certification-jobs-2.11 |
| 6 | |
| 7 | project-name: '{name}' |
| 8 | |
| 9 | build-timeout: '300' |
| 10 | |
| 11 | with-kind: false |
| 12 | power-switch: false |
| 13 | power-cycle-olt: false |
| 14 | work-flow: 'ATT' |
| 15 | in-band-management: false |
| 16 | num-of-openonu: 1 |
| 17 | num-of-onos: 1 |
| 18 | num-of-atomix: 1 |
| 19 | num-of-kafka: 1 |
| 20 | num-of-etcd: 1 |
| 21 | reinstall-olt: true |
| 22 | test-type: '' |
| 23 | volthaSystemTestsChange: '' |
| 24 | kindVolthaChange: '' |
| 25 | cordTesterChange: '' |
| 26 | oltAdapterAppLabel: 'adapter-open-olt' |
| 27 | num-of-onus: '' |
| 28 | num-of-ponports: '' |
| 29 | |
| 30 | jobs: |
| 31 | |
Joey Armstrong | cb89660 | 2023-07-21 16:38:42 -0400 | [diff] [blame] | 32 | # ----------------------------------------------------------------------- |
| 33 | # Certification (Radisys) POD test job - master versions: uses 1T8GEM tech profile on voltha branch |
| 34 | # ----------------------------------------------------------------------- |
| 35 | - 'build_voltha_pod_test': |
| 36 | build-node: 'menlo-certification-pod-1' |
| 37 | config-pod: 'menlo-certification-pod-radisys-1600g' |
| 38 | disable-job: true # menlo-certification-pod-1: offline |
| 39 | release: '2.11' |
| 40 | branch: 'voltha-2.11' |
| 41 | name-extension: '_DT' |
| 42 | work-flow: 'DT' |
| 43 | test-repo: 'voltha-system-tests' |
| 44 | profile: '1T8GEM' |
| 45 | power-switch: true |
| 46 | pipeline-script: 'voltha/voltha-2.11/voltha-dt-physical-functional-tests.groovy' |
| 47 | |
Joey Armstrong | 074a9b9 | 2023-06-26 15:18:19 -0400 | [diff] [blame] | 48 | # Certification (Radisys) pod with olt/onu - 2.11 version timer based job |
| 49 | - 'build_voltha_pod_release_timer': |
| 50 | build-node: 'menlo-certification-pod-3' |
| 51 | config-pod: 'menlo-certification-pod-radisys-3200g' |
Joey Armstrong | cb89660 | 2023-07-21 16:38:42 -0400 | [diff] [blame] | 52 | disable-job: true # menlo-certification-pod-1: offline |
Joey Armstrong | 074a9b9 | 2023-06-26 15:18:19 -0400 | [diff] [blame] | 53 | reinstall-olt: true |
| 54 | release: '2.11' |
| 55 | branch: 'voltha-2.11' |
| 56 | name-extension: '_DT' |
| 57 | work-flow: 'DT' |
| 58 | profile: '1T8GEM' |
| 59 | time: '9' |
| 60 | pipeline-script: 'voltha/voltha-2.11/physical-build.groovy' |
| 61 | extraHelmFlags: "--set onos-classic.image.tag=master" |
| 62 | |
Joey Armstrong | cb89660 | 2023-07-21 16:38:42 -0400 | [diff] [blame] | 63 | - 'build_voltha_pod_release_timer': |
| 64 | build-node: 'menlo-certification-pod-1' |
| 65 | config-pod: 'menlo-certification-pod-radisys-1600g' |
| 66 | disable-job: true # menlo-certification-pod-1: offline |
| 67 | reinstall-olt: true |
| 68 | release: '2.11' |
| 69 | branch: 'voltha-2.11' |
| 70 | name-extension: '_DT' |
| 71 | work-flow: 'DT' |
| 72 | profile: '1T8GEM' |
| 73 | time: '13' |
| 74 | pipeline-script: 'voltha/voltha-2.11/physical-build.groovy' |
| 75 | extraHelmFlags: "--set onos-classic.image.tag=master" |
| 76 | |
Joey Armstrong | 074a9b9 | 2023-06-26 15:18:19 -0400 | [diff] [blame] | 77 | # [EOF] |