blob: 007855cb5d0ced4e26f41a49bef3c1416230d821 [file] [log] [blame]
Suchitra Vemuri58acd872019-08-28 18:52:35 -07001---
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 Vemuric2d8d902019-08-30 13:28:26 -070018 test-repo: 'voltha-system-tests'
Suchitra Vemuri58acd872019-08-28 18:52:35 -070019 Jenkinsfile: 'Jenkinsfile-voltha-build'
20 oltDebVersion: 'openolt-seba-2.0.deb'
21 profile: 'multipleGem'
Suchitra Vemuridb39b392019-08-30 16:58:58 -070022
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'