Joey Armstrong | 087e5d1 | 2023-08-28 16:00:18 -0400 | [diff] [blame^] | 1 | --- |
| 2 | # POD Build Pipeline Jobs for Voltha Releases |
| 3 | # ----------------------------------------------------------------------- |
| 4 | # ----------------------------------------------------------------------- |
| 5 | - project: |
| 6 | name: voltha-pod-jobs-2.8 |
| 7 | |
| 8 | project-name: '{name}' |
| 9 | |
| 10 | build-timeout: '300' |
| 11 | |
| 12 | with-kind: false |
| 13 | power-switch: false |
| 14 | power-cycle-olt: false |
| 15 | work-flow: 'ATT' |
| 16 | in-band-management: false |
| 17 | num-of-openonu: '1' |
| 18 | num-of-onos: '1' |
| 19 | num-of-atomix: '0' |
| 20 | reinstall-olt: true |
| 21 | test-type: '' |
| 22 | volthaSystemTestsChange: '' |
| 23 | kindVolthaChange: '' |
| 24 | cordTesterChange: '' |
| 25 | oltAdapterAppLabel: 'adapter-open-olt' |
| 26 | num-of-onus: '' |
| 27 | num-of-ponports: '' |
| 28 | |
| 29 | jobs: |
| 30 | |
| 31 | # ----------------------------------------------------------------------- |
| 32 | # Menlo pod test job - uses tech profile on voltha branch |
| 33 | # md5sum(master): 139b227f6ebe777a7337a07d9883a57f |
| 34 | # ----------------------------------------------------------------------- |
| 35 | - 'build_voltha_pod_test': |
| 36 | timeout: 330 |
| 37 | build-node: 'menlo-demo-pod' |
| 38 | config-pod: 'onf-demo-pod' |
| 39 | disable-job: true # Reason: menlo-demo-pod offline |
| 40 | release: '2.8' |
| 41 | branch: 'voltha-2.8' |
| 42 | name-extension: '_DT' |
| 43 | work-flow: 'DT' |
| 44 | test-repo: 'voltha-system-tests' |
| 45 | profile: '1T8GEM' |
| 46 | pipeline-script: 'voltha/voltha-2.8/voltha-dt-physical-functional-tests.groovy' |
| 47 | power-switch: true |
| 48 | power-cycle-olt: true |
| 49 | |
| 50 | # [EOF] |