Suchitra Vemuri | 58acd87 | 2019-08-28 18:52:35 -0700 | [diff] [blame] | 1 | --- |
| 2 | # POD Build Pipeline Jobs for Voltha Releases |
| 3 | |
| 4 | - project: |
| 5 | name: voltha-release-jobs |
| 6 | |
| 7 | project-name: '{name}' |
| 8 | |
| 9 | build-timeout: '300' |
| 10 | |
| 11 | jobs: |
| 12 | # flex OCP pod with olt/onu - release voltha2.0 build job |
| 13 | - 'build_pod_manual': |
| 14 | testvm: 'qa-testvm-pod' |
| 15 | config-pod: 'flex-ocp-cord' |
| 16 | release: '2.0' |
| 17 | branch: 'master' |
Suchitra Vemuri | c2d8d90 | 2019-08-30 13:28:26 -0700 | [diff] [blame] | 18 | test-repo: 'voltha-system-tests' |
Suchitra Vemuri | 58acd87 | 2019-08-28 18:52:35 -0700 | [diff] [blame] | 19 | Jenkinsfile: 'Jenkinsfile-voltha-build' |
| 20 | oltDebVersion: 'openolt-seba-2.0.deb' |
| 21 | profile: 'multipleGem' |
Suchitra Vemuri | db39b39 | 2019-08-30 16:58:58 -0700 | [diff] [blame] | 22 | |
| 23 | # flex pod1 test job - using voltha branch |
| 24 | - 'build_pod_test': |
| 25 | testvm: 'qa-testvm-pod' |
| 26 | config-pod: 'flex-ocp-cord' |
| 27 | profile: 'multipleGem' |
| 28 | branch: 'master' |
| 29 | test-repo: 'voltha-system-tests' |
| 30 | Jenkinsfile: 'Jenkinsfile-voltha-test' |