blob: a361479f05f41bafc30deffc48d7881c59cf60a8 [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:
Suchitra Vemuri85308382019-10-22 15:01:48 -070012 # flex OCP pod with olt/onu - release voltha master build job
13 - 'build_pod_manual':
hwchiu14f97852019-10-08 10:51:11 -070014 testvm: 'qa-testvm-pod'
15 config-pod: 'flex-ocp-cord'
Suchitra Vemuri85308382019-10-22 15:01:48 -070016 release: 'master'
hwchiu14f97852019-10-08 10:51:11 -070017 branch: 'master'
18 test-repo: 'voltha-system-tests'
19 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuri8609a442019-10-22 21:03:27 -070020 oltDebVersion: 'openolt-seba-2.0.deb'
21 profile: '1T4GEM'
22
Suchitra Vemuri9ab77fa2019-10-23 14:32:20 -070023 # flex pod1 test job - using voltha branch
24 - 'build_pod_test':
25 testvm: 'qa-testvm-pod'
26 config-pod: 'flex-ocp-cord'
27 profile: '1T4GEM'
28 branch: 'master'
29 test-repo: 'voltha-system-tests'
30 Jenkinsfile: 'Jenkinsfile-voltha-test'
31
Suchitra Vemuri8609a442019-10-22 21:03:27 -070032 # onlab pod1 OCP pod with olt/onu - testing BAL3.1 release voltha master build job
33 - 'build_pod_manual':
34 testvm: 'onf-build'
35 config-pod: 'onlab-pod1'
36 release: 'master'
37 branch: 'master'
38 test-repo: 'voltha-system-tests'
39 Jenkinsfile: 'Jenkinsfile-voltha-bal31-build'
Suchitra Vemurif8236c12019-10-22 15:51:39 -070040 oltDebVersion: 'openolt_asfvolt16.deb'
41 profile: '1T4GEM-bal31'
Suchitra Vemuridb39b392019-08-30 16:58:58 -070042
Suchitra Vemuri9ab77fa2019-10-23 14:32:20 -070043 # onlab pod1 test job - BAL3.1 tests using voltha branch
Suchitra Vemuridb39b392019-08-30 16:58:58 -070044 - 'build_pod_test':
Suchitra Vemuri9ab77fa2019-10-23 14:32:20 -070045 testvm: 'onf-build'
46 config-pod: 'onlab-pod1'
47 profile: '1T4GEM'
hwchiu14f97852019-10-08 10:51:11 -070048 branch: 'master'
49 test-repo: 'voltha-system-tests'
50 Jenkinsfile: 'Jenkinsfile-voltha-test'
Suchitra Vemuri917aa612019-09-23 19:35:31 -070051
Suchitra Vemurif8236c12019-10-22 15:51:39 -070052 # flex OCP pod with olt/onu - Default tech profile and timer based job
Suchitra Vemuri23b19792019-09-25 17:41:19 -070053 - 'build_voltha_pod_release':
hwchiu14f97852019-10-08 10:51:11 -070054 testvm: 'qa-testvm-pod'
55 config-pod: 'flex-ocp-cord'
Suchitra Vemuri1ee34042019-10-22 13:28:07 -070056 release: 'master'
hwchiu14f97852019-10-08 10:51:11 -070057 branch: 'master'
58 test-repo: 'voltha-system-tests'
59 Jenkinsfile: 'Jenkinsfile-voltha-build'
60 oltDebVersion: 'openolt-seba-2.0.deb'
61 configurePod: true
Suchitra Vemuri1ee34042019-10-22 13:28:07 -070062 profile: 'Default'
Suchitra Vemuri04b55a72019-10-29 18:17:31 -070063 time: '1'
Suchitra Vemuri917aa612019-09-23 19:35:31 -070064
Suchitra Vemurif8236c12019-10-22 15:51:39 -070065 # flex pod1 test job - uses tech profile on voltha branch
Suchitra Vemurif921cda2019-09-25 22:53:45 -070066 - 'build_voltha_pod_test':
hwchiu14f97852019-10-08 10:51:11 -070067 testvm: 'qa-testvm-pod'
68 config-pod: 'flex-ocp-cord'
Suchitra Vemuri1ee34042019-10-22 13:28:07 -070069 release: 'master'
hwchiu14f97852019-10-08 10:51:11 -070070 branch: 'master'
71 test-repo: 'voltha-system-tests'
Suchitra Vemuri1ee34042019-10-22 13:28:07 -070072 profile: 'Default'
Suchitra Vemurif8236c12019-10-22 15:51:39 -070073 Jenkinsfile: 'Jenkinsfile-voltha-test'
74
75 # flex OCP pod with olt/onu - uses 1TCONT/4GEMs tech profile on voltha - timer based job
76 - 'build_voltha_pod_release':
77 testvm: 'qa-testvm-pod'
78 config-pod: 'flex-ocp-cord'
79 release: 'master'
80 branch: 'master'
81 test-repo: 'voltha-system-tests'
82 Jenkinsfile: 'Jenkinsfile-voltha-build'
83 oltDebVersion: 'openolt-seba-2.0.deb'
84 configurePod: true
85 profile: '1T4GEM'
Suchitra Vemuri6276e8c2019-10-24 16:00:43 -070086 time: '2'
Suchitra Vemurif8236c12019-10-22 15:51:39 -070087
88 # flex pod1 test job - test job uses 1TCONT/4GEMs tech profile - using voltha branch
89 - 'build_voltha_pod_test':
90 testvm: 'qa-testvm-pod'
91 config-pod: 'flex-ocp-cord'
92 release: 'master'
93 branch: 'master'
94 test-repo: 'voltha-system-tests'
95 profile: '1T4GEM'
96 Jenkinsfile: 'Jenkinsfile-voltha-test'
Suchitra Vemurif921cda2019-09-25 22:53:45 -070097
Suchitra Vemuri851d6742019-10-31 15:15:24 -070098 # Menlo pod with olt/onu - Default tech profile and timer based job
99 - 'build_voltha_pod_release':
100 testvm: 'menlo-demo-pod'
101 config-pod: 'onf-demo-pod'
102 release: 'master'
103 branch: 'master'
104 test-repo: 'voltha-system-tests'
105 Jenkinsfile: 'Jenkinsfile-voltha-build'
106 oltDebVersion: 'openolt-seba-2.0.deb'
107 configurePod: true
108 profile: 'Default'
109 time: '1'
110
111 # Menlo pod test job - uses tech profile on voltha branch
112 - 'build_voltha_pod_test':
113 testvm: 'menlo-demo-pod'
114 config-pod: 'onf-demo-pod'
115 release: 'master'
116 branch: 'master'
117 test-repo: 'voltha-system-tests'
118 profile: 'Default'
119 Jenkinsfile: 'Jenkinsfile-voltha-test'
120
121 # Menlo DEMO-POD - 1 1TCONT 4 4GEMs TechProfile - Manual build and test job
Matteo Scandolo404238c2019-10-18 14:52:53 -0700122 - 'build_pod_manual':
123 testvm: 'menlo-demo-pod'
124 config-pod: 'onf-demo-pod'
Matteo Scandolo3eb8bc72019-10-23 11:49:29 -0700125 release: 'master'
Matteo Scandolo404238c2019-10-18 14:52:53 -0700126 branch: 'master'
127 test-repo: 'voltha-system-tests'
128 Jenkinsfile: 'Jenkinsfile-voltha-build'
129 oltDebVersion: 'openolt-seba-2.0.deb'
130 configurePod: true
Suchitra Vemurif8236c12019-10-22 15:51:39 -0700131 profile: '1T4GEM'
Matteo Scandolod1d03322019-10-23 13:24:16 -0700132 - 'build_pod_test':
133 testvm: 'menlo-demo-pod'
134 config-pod: 'onf-demo-pod'
135 branch: 'master'
136 test-repo: 'voltha-system-tests'
137 Jenkinsfile: 'Jenkinsfile-voltha-test'
138 profile: '1T4GEM'
Matteo Scandolo3eb8bc72019-10-23 11:49:29 -0700139
Suchitra Vemuri851d6742019-10-31 15:15:24 -0700140 # Menlo DEMO-POD - Default TechProfile - manual build job
Matteo Scandolod1d03322019-10-23 13:24:16 -0700141 - 'build_pod_manual':
Matteo Scandolo3eb8bc72019-10-23 11:49:29 -0700142 testvm: 'menlo-demo-pod'
143 config-pod: 'onf-demo-pod'
144 release: 'master'
145 branch: 'master'
146 test-repo: 'voltha-system-tests'
Matteo Scandolod1d03322019-10-23 13:24:16 -0700147 Jenkinsfile: 'Jenkinsfile-voltha-build'
Matteo Scandolo3eb8bc72019-10-23 11:49:29 -0700148 oltDebVersion: 'openolt-seba-2.0.deb'
149 configurePod: true
150 profile: 'Default'
Suchitra Vemuri42683152019-10-25 12:54:42 -0700151
Suchitra Vemuri851d6742019-10-31 15:15:24 -0700152 # ONF DEM) OCP test job - voltha-master branch
Matteo Scandolod1d03322019-10-23 13:24:16 -0700153 - 'build_pod_test':
154 testvm: 'menlo-demo-pod'
155 config-pod: 'onf-demo-pod'
Suchitra Vemuri42683152019-10-25 12:54:42 -0700156 profile: 'Default'
Matteo Scandolod1d03322019-10-23 13:24:16 -0700157 branch: 'master'
158 test-repo: 'voltha-system-tests'
159 Jenkinsfile: 'Jenkinsfile-voltha-test'