Joey Armstrong | 1c6c29f | 2023-08-25 11:56:08 -0400 | [diff] [blame^] | 1 | --- |
| 2 | # POD Build Pipeline Jobs for Voltha Releases |
| 3 | # ----------------------------------------------------------------------- |
| 4 | # Disabled, offline -- 'qa-testvm-pod' |
| 5 | # ----------------------------------------------------------------------- |
| 6 | - project: |
| 7 | name: voltha-pod-jobs-master |
| 8 | |
| 9 | project-name: '{name}' |
| 10 | |
| 11 | build-timeout: '300' |
| 12 | |
| 13 | with-kind: false |
| 14 | power-switch: false |
| 15 | power-cycle-olt: false |
| 16 | work-flow: 'ATT' |
| 17 | in-band-management: false |
| 18 | num-of-openonu: '1' |
| 19 | num-of-onos: '1' |
| 20 | num-of-atomix: '0' |
| 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 | # flex pod1 test job - uses tech profile on voltha branch |
| 34 | # md5sum(master): 9293b0f6d3c00a28c8d1a65ef0e8826e |
| 35 | # ----------------------------------------------------------------------- |
| 36 | - 'build_voltha_pod_test': |
| 37 | disable-job: true # Reason: qa-testvm-pod offline |
| 38 | build-node: 'qa-testvm-pod' |
| 39 | config-pod: 'flex-ocp-cord' |
| 40 | release: 'master' |
| 41 | branch: 'master' |
| 42 | power-switch: true |
| 43 | power-cycle-olt: true |
| 44 | test-repo: 'voltha-system-tests' |
| 45 | profile: 'Default' |
| 46 | |
| 47 | # [EOF] |