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': |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 14 | testvm: 'qa-testvm-pod' |
| 15 | config-pod: 'flex-ocp-cord' |
| 16 | release: '2.0' |
| 17 | branch: 'master' |
| 18 | test-repo: 'voltha-system-tests' |
| 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': |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 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' |
Suchitra Vemuri | 917aa61 | 2019-09-23 19:35:31 -0700 | [diff] [blame] | 31 | |
| 32 | # flex OCP pod with olt/onu - timer based job |
Suchitra Vemuri | 23b1979 | 2019-09-25 17:41:19 -0700 | [diff] [blame] | 33 | - 'build_voltha_pod_release': |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 34 | testvm: 'qa-testvm-pod' |
| 35 | config-pod: 'flex-ocp-cord' |
| 36 | release: '2.1' |
| 37 | branch: 'master' |
| 38 | test-repo: 'voltha-system-tests' |
| 39 | Jenkinsfile: 'Jenkinsfile-voltha-build' |
| 40 | oltDebVersion: 'openolt-seba-2.0.deb' |
| 41 | configurePod: true |
| 42 | time: '1' |
Suchitra Vemuri | 917aa61 | 2019-09-23 19:35:31 -0700 | [diff] [blame] | 43 | |
hwchiu | 9140fd2 | 2019-10-10 15:48:30 -0700 | [diff] [blame^] | 44 | # flex pod1 test job - using voltha branch |
Suchitra Vemuri | f921cda | 2019-09-25 22:53:45 -0700 | [diff] [blame] | 45 | - 'build_voltha_pod_test': |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 46 | testvm: 'qa-testvm-pod' |
| 47 | config-pod: 'flex-ocp-cord' |
| 48 | release: '2.1' |
| 49 | branch: 'master' |
| 50 | test-repo: 'voltha-system-tests' |
Suchitra Vemuri | 17587d5 | 2019-10-14 11:33:29 -0700 | [diff] [blame] | 51 | Jenkinsfile: 'Jenkinsfile-voltha-test' |
Suchitra Vemuri | f921cda | 2019-09-25 22:53:45 -0700 | [diff] [blame] | 52 | |