Joey Armstrong | 268442d | 2023-08-22 17:16:10 -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-2.12 |
| 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 | # [VOL-4939] - flex pod1 test job - released versions: uses tech profile on voltha branch |
| 33 | # ----------------------------------------------------------------------- |
| 34 | - 'build_voltha_pod_test': |
| 35 | disable-job: true # Reason: qa-testvm-pod offline |
| 36 | build-node: 'qa-testvm-pod' |
| 37 | config-pod: 'flex-ocp-cord' |
| 38 | release: '2.12' |
| 39 | branch: 'voltha-2.12' |
| 40 | power-switch: true |
| 41 | test-repo: 'voltha-system-tests' |
| 42 | profile: '1T4GEM' |
Joey Armstrong | 1c6c29f | 2023-08-25 11:56:08 -0400 | [diff] [blame] | 43 | |
| 44 | |
| 45 | # ----------------------------------------------------------------------- |
| 46 | # flex pod1 test job - uses tech profile on voltha branch |
| 47 | # md5sum(master): 9293b0f6d3c00a28c8d1a65ef0e8826e |
| 48 | # ----------------------------------------------------------------------- |
| 49 | - 'build_voltha_pod_test': |
| 50 | disable-job: true # Reason: qa-testvm-pod offline |
| 51 | build-node: 'qa-testvm-pod' |
| 52 | config-pod: 'flex-ocp-cord' |
| 53 | release: 'voltha-2.12' |
| 54 | branch: '2.12' |
| 55 | power-switch: true |
| 56 | power-cycle-olt: true |
| 57 | test-repo: 'voltha-system-tests' |
| 58 | profile: 'Default' |
Joey Armstrong | 087e5d1 | 2023-08-28 16:00:18 -0400 | [diff] [blame] | 59 | |
| 60 | # ----------------------------------------------------------------------- |
| 61 | # Menlo pod test job - uses tech profile on voltha branch |
| 62 | # md5sum(master): 139b227f6ebe777a7337a07d9883a57f |
| 63 | # ----------------------------------------------------------------------- |
| 64 | - 'build_voltha_pod_test': |
| 65 | timeout: 300 |
| 66 | build-node: 'menlo-demo-pod' |
| 67 | config-pod: 'onf-demo-pod' |
| 68 | disable-job: true # Reason: menlo-demo-pod offline |
| 69 | release: '2.12' |
| 70 | branch: 'voltha-2.12' |
| 71 | name-extension: '_DT' |
| 72 | work-flow: 'DT' |
| 73 | test-repo: 'voltha-system-tests' |
| 74 | profile: '1T8GEM' |
| 75 | pipeline-script: 'voltha/voltha-2.12/voltha-dt-physical-functional-tests.groovy' |
| 76 | power-switch: true |
Joey Armstrong | 1c6c29f | 2023-08-25 11:56:08 -0400 | [diff] [blame] | 77 | |
Joey Armstrong | 268442d | 2023-08-22 17:16:10 -0400 | [diff] [blame] | 78 | # [EOF] |