Joey Armstrong | 074a9b9 | 2023-06-26 15:18:19 -0400 | [diff] [blame] | 1 | --- |
| 2 | # POD Build Pipeline Jobs for Voltha Releases |
| 3 | |
Joey Armstrong | ed34586 | 2023-08-23 12:24:20 -0400 | [diff] [blame] | 4 | - project: |
| 5 | name: voltha-certification-jobs-master |
| 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 | |
| 32 | # ----------------------------------------------------------------------- |
| 33 | # Certification (Radisys) POD test job |
| 34 | # md5sum(master): e8cb3eba849b788944cee1fe58e4091b |
| 35 | # ----------------------------------------------------------------------- |
| 36 | - 'build_voltha_pod_test': |
| 37 | timeout: 330 |
| 38 | disable-job: true # menlo-certification-pod-3 is offline |
| 39 | build-node: 'menlo-certification-pod-3' |
| 40 | config-pod: 'menlo-certification-pod-radisys-3200g' |
| 41 | release: 'master' |
| 42 | branch: 'master' |
| 43 | name-extension: '_DT' |
| 44 | work-flow: 'DT' |
| 45 | test-repo: 'voltha-system-tests' |
| 46 | profile: '1T8GEM' |
| 47 | power-switch: true |
| 48 | pipeline-script: 'voltha/master/voltha-dt-physical-functional-tests.groovy' |
| 49 | |
Joey Armstrong | 074a9b9 | 2023-06-26 15:18:19 -0400 | [diff] [blame] | 50 | # [EOF] |