| --- |
| # POD Build Pipeline Jobs for Voltha Releases |
| |
| - project: |
| name: voltha-certification-jobs-master |
| |
| 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: 1 |
| num-of-kafka: 1 |
| num-of-etcd: 1 |
| reinstall-olt: true |
| test-type: '' |
| volthaSystemTestsChange: '' |
| kindVolthaChange: '' |
| cordTesterChange: '' |
| oltAdapterAppLabel: 'adapter-open-olt' |
| num-of-onus: '' |
| num-of-ponports: '' |
| |
| jobs: |
| |
| # ----------------------------------------------------------------------- |
| # Certification (Radisys) POD test job |
| # md5sum(master): e8cb3eba849b788944cee1fe58e4091b |
| # ----------------------------------------------------------------------- |
| - 'build_voltha_pod_test': |
| timeout: 330 |
| disable-job: true # menlo-certification-pod-3 is offline |
| build-node: 'menlo-certification-pod-3' |
| config-pod: 'menlo-certification-pod-radisys-3200g' |
| release: 'master' |
| branch: 'master' |
| name-extension: '_DT' |
| work-flow: 'DT' |
| test-repo: 'voltha-system-tests' |
| profile: '1T8GEM' |
| power-switch: true |
| pipeline-script: 'voltha/master/voltha-dt-physical-functional-tests.groovy' |
| |
| # [EOF] |