| --- |
| # POD Build Pipeline Jobs for Voltha Releases |
| # ----------------------------------------------------------------------- |
| # ----------------------------------------------------------------------- |
| - project: |
| name: voltha-pod-jobs-2.8 |
| |
| project-name: '{name}' |
| |
| build-timeout: '300' |
| |
| with-kind: false |
| power-switch: false |
| power-cycle-olt: false |
| work-flow: 'ATT' |
| in-band-management: false |
| num-of-openonu: '1' |
| num-of-onos: '1' |
| num-of-atomix: '0' |
| reinstall-olt: true |
| test-type: '' |
| volthaSystemTestsChange: '' |
| kindVolthaChange: '' |
| cordTesterChange: '' |
| oltAdapterAppLabel: 'adapter-open-olt' |
| num-of-onus: '' |
| num-of-ponports: '' |
| |
| jobs: |
| |
| # ----------------------------------------------------------------------- |
| # Menlo pod test job - uses tech profile on voltha branch |
| # md5sum(master): 139b227f6ebe777a7337a07d9883a57f |
| # ----------------------------------------------------------------------- |
| - 'build_voltha_pod_test': |
| timeout: 330 |
| build-node: 'menlo-demo-pod' |
| config-pod: 'onf-demo-pod' |
| disable-job: true # Reason: menlo-demo-pod offline |
| release: '2.8' |
| branch: 'voltha-2.8' |
| name-extension: '_DT' |
| work-flow: 'DT' |
| test-repo: 'voltha-system-tests' |
| profile: '1T8GEM' |
| pipeline-script: 'voltha/voltha-2.8/voltha-dt-physical-functional-tests.groovy' |
| power-switch: true |
| power-cycle-olt: true |
| |
| # ----------------------------------------------------------------------- |
| # flex pod1 test job - released versions: uses tech profile on voltha branch |
| # md5sum(master): a616cd61a22b0acde95efb1c71b4b980 |
| # ----------------------------------------------------------------------- |
| - 'build_voltha_pod_test': |
| disable-job: true # Reason: qa-testvm-pod offline |
| build-node: 'qa-testvm-pod' |
| config-pod: 'flex-ocp-cord' |
| release: '2.8' |
| branch: 'voltha-2.8' |
| name-extension: '_TT' |
| work-flow: 'TT' |
| power-switch: true |
| pipeline-script: 'voltha/voltha-2.8/voltha-tt-physical-functional-tests.groovy' |
| test-repo: 'voltha-system-tests' |
| profile: 'TP' |
| |
| # [EOF] |