Kailash Khalasi | 417d13f | 2018-04-17 12:38:48 -0700 | [diff] [blame] | 1 | --- |
| 2 | # POD Nightly Build Pipeline Jobs |
| 3 | |
| 4 | - test-pipe-job-boiler-plate: &test-pipe-job-boiler-plate |
| 5 | name: test-pipe-job-boiler-plate |
| 6 | |
| 7 | project-type: pipeline |
| 8 | |
| 9 | sandbox: true |
| 10 | |
| 11 | properties: |
| 12 | - cord-infra-properties: |
| 13 | build-days-to-keep: '{build-days-to-keep}' |
| 14 | artifact-num-to-keep: '{artifact-num-to-keep}' |
| 15 | |
Kailash Khalasi | 417d13f | 2018-04-17 12:38:48 -0700 | [diff] [blame] | 16 | |
| 17 | - job-template: |
Kailash Khalasi | e3b9148 | 2018-10-11 08:31:29 -0700 | [diff] [blame] | 18 | name: 'build_{profile}_{config-pod}_{branch}_manual' |
Suchitra Vemuri | 2c8ec0b | 2018-05-07 13:35:54 -0700 | [diff] [blame] | 19 | id: build_pod_manual |
| 20 | description: | |
| 21 | <!-- Managed by Jenkins Job Builder --> |
Kailash Khalasi | 2eacfc5 | 2018-08-29 09:03:21 -0700 | [diff] [blame] | 22 | Manual Build on POD {config-pod} using {Jenkinsfile} <br /><br /> |
hwchiu | e3815ab | 2019-10-17 15:06:25 -0700 | [diff] [blame] | 23 | Created from job-template {id} from ci-management/jjb/cord-test/nightly-build-pipeline.yaml <br /> |
Suchitra Vemuri | 2c8ec0b | 2018-05-07 13:35:54 -0700 | [diff] [blame] | 24 | Created by QA (Suchitra Vemuri - suchitra@opennetworking.org ) <br /> |
| 25 | Copyright (c) 2018 Open Networking Foundation (ONF) |
| 26 | |
| 27 | <<: *test-pipe-job-boiler-plate |
| 28 | |
| 29 | parameters: |
| 30 | - string: |
Zack Williams | 8ef7981 | 2019-10-29 11:09:18 -0700 | [diff] [blame] | 31 | name: buildNode |
| 32 | default: '{build-node}' |
| 33 | description: 'Name of the Jenkins executor node to run the job on' |
| 34 | |
| 35 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 36 | name: TestNodeName |
Zack Williams | 8ef7981 | 2019-10-29 11:09:18 -0700 | [diff] [blame] | 37 | default: '{build-node}' |
| 38 | description: 'DEPRECATED - use buildNode instead' |
Suchitra Vemuri | 2c8ec0b | 2018-05-07 13:35:54 -0700 | [diff] [blame] | 39 | |
| 40 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 41 | name: cordRepoUrl |
| 42 | default: '{gerrit-server-url}' |
| 43 | description: 'The URL of the CORD Project repository' |
Suchitra Vemuri | 2c8ec0b | 2018-05-07 13:35:54 -0700 | [diff] [blame] | 44 | |
| 45 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 46 | name: configBaseDir |
| 47 | default: 'pod-configs' |
| 48 | description: 'The directory inside the POD configs repository' |
Suchitra Vemuri | 2c8ec0b | 2018-05-07 13:35:54 -0700 | [diff] [blame] | 49 | |
| 50 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 51 | name: configDeploymentDir |
| 52 | default: 'deployment-configs' |
| 53 | description: 'The deployment configs folder' |
Kailash Khalasi | 2eacfc5 | 2018-08-29 09:03:21 -0700 | [diff] [blame] | 54 | |
| 55 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 56 | name: configKubernetesDir |
| 57 | default: 'kubernetes-configs' |
| 58 | description: 'The kubernetes config folder' |
Kailash Khalasi | 2eacfc5 | 2018-08-29 09:03:21 -0700 | [diff] [blame] | 59 | |
| 60 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 61 | name: configToscaDir |
| 62 | default: 'tosca-configs' |
| 63 | description: 'The tosca config folder' |
Kailash Khalasi | 619e688 | 2018-09-13 13:15:37 -0700 | [diff] [blame] | 64 | |
| 65 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 66 | name: configFileName |
| 67 | default: '{config-pod}' |
| 68 | description: 'The config file' |
Kailash Khalasi | 2eacfc5 | 2018-08-29 09:03:21 -0700 | [diff] [blame] | 69 | |
| 70 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 71 | name: branch |
| 72 | default: '{branch}' |
Suchitra Vemuri | 2c8ec0b | 2018-05-07 13:35:54 -0700 | [diff] [blame] | 73 | |
Kailash Khalasi | 9559f36 | 2018-09-14 13:53:28 -0700 | [diff] [blame] | 74 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 75 | name: helmRepoUrl |
| 76 | default: 'https://charts.opencord.org' |
| 77 | description: 'URL where helm-charts are published' |
Kailash | 876b901 | 2019-03-13 13:22:34 -0700 | [diff] [blame] | 78 | |
| 79 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 80 | name: profile |
| 81 | default: '{profile}' |
| 82 | description: 'Profile in which this job installs' |
Kailash Khalasi | 9559f36 | 2018-09-14 13:53:28 -0700 | [diff] [blame] | 83 | |
Kailash | dee47a0 | 2018-11-29 08:46:32 -0800 | [diff] [blame] | 84 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 85 | name: notificationEmail |
| 86 | default: 'kailash@opennetworking.org, you@opennetworking.org, suchitra@opennetworking.org' |
| 87 | description: '' |
Kailash | dee47a0 | 2018-11-29 08:46:32 -0800 | [diff] [blame] | 88 | |
Kailash Khalasi | ce9eaec | 2018-09-14 12:01:56 -0700 | [diff] [blame] | 89 | - bool: |
Matteo Scandolo | 3812736 | 2019-04-16 14:14:22 -0700 | [diff] [blame] | 90 | name: installMonitoringAndLogging |
| 91 | default: false |
| 92 | description: "Wether to install prometheus and Elk-stack" |
| 93 | |
| 94 | - bool: |
Kailash Khalasi | ce9eaec | 2018-09-14 12:01:56 -0700 | [diff] [blame] | 95 | name: configurePod |
| 96 | default: true |
| 97 | description: "Configure POD via TOSCA post build" |
| 98 | |
Kailash | dee47a0 | 2018-11-29 08:46:32 -0800 | [diff] [blame] | 99 | - bool: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 100 | name: reinstallOlt |
| 101 | default: true |
| 102 | description: "Re-install olt software bringing up CORD" |
Suchitra Vemuri | 2c8ec0b | 2018-05-07 13:35:54 -0700 | [diff] [blame] | 103 | |
Matteo Scandolo | fe69a8c | 2018-11-27 11:50:06 -0800 | [diff] [blame] | 104 | - bool: |
| 105 | name: installBBSim |
| 106 | default: false |
| 107 | description: "Install the BBSim container" |
| 108 | |
| 109 | - string: |
| 110 | name: onuNumber |
| 111 | default: '16' |
| 112 | description: "Onus per PonPort" |
| 113 | |
Suchitra Vemuri | e045171 | 2020-05-06 22:51:23 -0700 | [diff] [blame] | 114 | - string: |
| 115 | name: workFlow |
| 116 | default: '{work-flow}' |
| 117 | description: 'Installs and uses the specified work flow on the POD' |
| 118 | |
| 119 | - string: |
| 120 | name: NumOfOpenOnu |
| 121 | default: '{num-of-openonu}' |
| 122 | description: 'Installs the specified Number of OpenOnu Adapters' |
| 123 | |
| 124 | - string: |
| 125 | name: NumOfOnos |
| 126 | default: '{num-of-onos}' |
| 127 | description: 'Installs the specified Number of ONOS instances' |
| 128 | |
| 129 | - string: |
| 130 | name: NumOfAtomix |
| 131 | default: '{num-of-atomix}' |
| 132 | description: 'Installs the specified Number of Atomix Instances' |
Suchitra Vemuri | 2c8ec0b | 2018-05-07 13:35:54 -0700 | [diff] [blame] | 133 | concurrent: true |
| 134 | |
| 135 | pipeline-scm: |
| 136 | script-path: '{Jenkinsfile}' |
| 137 | scm: |
| 138 | - git: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 139 | url: '{gerrit-server-url}/{test-repo}' |
| 140 | branches: |
| 141 | - '{branch}' |
Suchitra Vemuri | 2c8ec0b | 2018-05-07 13:35:54 -0700 | [diff] [blame] | 142 | |
| 143 | - job-template: |
Kailash Khalasi | 9559f36 | 2018-09-14 13:53:28 -0700 | [diff] [blame] | 144 | name: 'build_{profile}_{config-pod}_{branch}' |
Kailash Khalasi | 2eacfc5 | 2018-08-29 09:03:21 -0700 | [diff] [blame] | 145 | id: build_pod_timer |
Suchitra Vemuri | 2c8ec0b | 2018-05-07 13:35:54 -0700 | [diff] [blame] | 146 | description: | |
| 147 | <!-- Managed by Jenkins Job Builder --> |
Kailash Khalasi | 2eacfc5 | 2018-08-29 09:03:21 -0700 | [diff] [blame] | 148 | Nightly Kubernetes tests on {config-pod} <br /><br /> |
Suchitra Vemuri | 917aa61 | 2019-09-23 19:35:31 -0700 | [diff] [blame] | 149 | Created from job-template {id} from ci-management/jjb/cord-test/nightly-build-pipeline.yaml <br /> |
Suchitra Vemuri | cbb295e | 2018-06-01 18:48:30 -0700 | [diff] [blame] | 150 | Created by Suchitra Vemuri, suchitra@opennetworking.org <br /> |
| 151 | Copyright (c) 2017 Open Networking Foundation (ONF) |
Kailash | 85b4037 | 2019-08-28 08:51:23 -0700 | [diff] [blame] | 152 | disabled: false |
Suchitra Vemuri | cbb295e | 2018-06-01 18:48:30 -0700 | [diff] [blame] | 153 | |
| 154 | <<: *test-pipe-job-boiler-plate |
| 155 | |
| 156 | parameters: |
| 157 | - string: |
Zack Williams | 8ef7981 | 2019-10-29 11:09:18 -0700 | [diff] [blame] | 158 | name: buildNode |
| 159 | default: '{build-node}' |
| 160 | description: 'Name of the Jenkins executor node to run the job on' |
| 161 | |
| 162 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 163 | name: TestNodeName |
Zack Williams | 8ef7981 | 2019-10-29 11:09:18 -0700 | [diff] [blame] | 164 | default: '{build-node}' |
| 165 | description: 'DEPRECATED - use buildNode instead' |
Suchitra Vemuri | cbb295e | 2018-06-01 18:48:30 -0700 | [diff] [blame] | 166 | |
| 167 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 168 | name: cordRepoUrl |
| 169 | default: '{gerrit-server-url}' |
| 170 | description: 'The URL of the CORD Project repository' |
Suchitra Vemuri | cbb295e | 2018-06-01 18:48:30 -0700 | [diff] [blame] | 171 | |
| 172 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 173 | name: configBaseDir |
| 174 | default: 'pod-configs' |
| 175 | description: 'The directory inside the POD configs repository' |
Suchitra Vemuri | cbb295e | 2018-06-01 18:48:30 -0700 | [diff] [blame] | 176 | |
| 177 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 178 | name: configDeploymentDir |
| 179 | default: 'deployment-configs' |
| 180 | description: 'The deployment configs folder' |
Kailash Khalasi | 2eacfc5 | 2018-08-29 09:03:21 -0700 | [diff] [blame] | 181 | |
| 182 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 183 | name: configKubernetesDir |
| 184 | default: 'kubernetes-configs' |
| 185 | description: 'The kubernetes config folder' |
Kailash Khalasi | 2eacfc5 | 2018-08-29 09:03:21 -0700 | [diff] [blame] | 186 | |
| 187 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 188 | name: configToscaDir |
| 189 | default: 'tosca-configs' |
| 190 | description: 'The tosca config folder' |
Kailash Khalasi | 619e688 | 2018-09-13 13:15:37 -0700 | [diff] [blame] | 191 | |
| 192 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 193 | name: configFileName |
| 194 | default: '{config-pod}' |
| 195 | description: 'The config file' |
Suchitra Vemuri | cbb295e | 2018-06-01 18:48:30 -0700 | [diff] [blame] | 196 | |
| 197 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 198 | name: oltDebVersion |
| 199 | default: '{oltDebVersion}' |
| 200 | description: 'OLT Software version to install' |
Kailash Khalasi | d9e6aff | 2018-08-27 15:10:16 -0700 | [diff] [blame] | 201 | |
| 202 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 203 | name: branch |
| 204 | default: '{branch}' |
Suchitra Vemuri | cbb295e | 2018-06-01 18:48:30 -0700 | [diff] [blame] | 205 | |
| 206 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 207 | name: helmRepoUrl |
| 208 | default: 'https://charts.opencord.org' |
| 209 | description: 'URL where helm-charts are published' |
Kailash | 4c745a1 | 2019-03-15 11:32:07 -0700 | [diff] [blame] | 210 | |
| 211 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 212 | name: profile |
| 213 | default: '{profile}' |
| 214 | description: 'Profile in which this job installs' |
Suchitra Vemuri | cbb295e | 2018-06-01 18:48:30 -0700 | [diff] [blame] | 215 | |
Kailash Khalasi | ce9eaec | 2018-09-14 12:01:56 -0700 | [diff] [blame] | 216 | - bool: |
| 217 | name: configurePod |
| 218 | default: true |
| 219 | description: "Configure POD via TOSCA post build" |
| 220 | |
Kailash | dee47a0 | 2018-11-29 08:46:32 -0800 | [diff] [blame] | 221 | - bool: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 222 | name: reinstallOlt |
| 223 | default: true |
| 224 | description: "Re-install olt software bringing up CORD" |
Kailash | dee47a0 | 2018-11-29 08:46:32 -0800 | [diff] [blame] | 225 | |
| 226 | - bool: |
| 227 | name: installBBSim |
| 228 | default: false |
| 229 | description: "Install the BBSim container" |
| 230 | |
| 231 | - string: |
| 232 | name: onuNumber |
| 233 | default: '16' |
| 234 | description: "Onus per PonPort" |
| 235 | |
Kailash Khalasi | 9559f36 | 2018-09-14 13:53:28 -0700 | [diff] [blame] | 236 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 237 | name: notificationEmail |
| 238 | default: 'kailash@opennetworking.org, you@opennetworking.org, suchitra@opennetworking.org' |
| 239 | description: '' |
Kailash Khalasi | 9559f36 | 2018-09-14 13:53:28 -0700 | [diff] [blame] | 240 | |
Suchitra Vemuri | cbb295e | 2018-06-01 18:48:30 -0700 | [diff] [blame] | 241 | concurrent: true |
| 242 | |
| 243 | pipeline-scm: |
| 244 | script-path: '{Jenkinsfile}' |
| 245 | scm: |
| 246 | - git: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 247 | url: '{gerrit-server-url}/{test-repo}' |
| 248 | branches: |
| 249 | - '{branch}' |
Suchitra Vemuri | cbb295e | 2018-06-01 18:48:30 -0700 | [diff] [blame] | 250 | |
| 251 | triggers: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 252 | - timed: | |
Suchitra Vemuri | cbb295e | 2018-06-01 18:48:30 -0700 | [diff] [blame] | 253 | TZ=America/Los_Angeles |
Kailash Khalasi | acd7ea0 | 2018-09-28 13:36:47 -0700 | [diff] [blame] | 254 | H {time} * * * |
Kailash Khalasi | 9559f36 | 2018-09-14 13:53:28 -0700 | [diff] [blame] | 255 | |
| 256 | - job-template: |
| 257 | name: 'build_{profile}_{config-pod}_{branch}_test' |
| 258 | id: build_pod_test |
| 259 | description: | |
| 260 | <!-- Managed by Jenkins Job Builder --> |
| 261 | Post Tests on {config-pod} triggered by build_{config-pod}_{branch} <br /><br /> |
hwchiu | e3815ab | 2019-10-17 15:06:25 -0700 | [diff] [blame] | 262 | Created from job-template {id} from ci-management/jjb/cord-test/nightly-build-pipeline.yaml <br /> |
Kailash Khalasi | 9559f36 | 2018-09-14 13:53:28 -0700 | [diff] [blame] | 263 | Created by Kailash Khalasi - kailash@opennetworking.org <br /> |
| 264 | Copyright (c) 2017 Open Networking Foundation (ONF) |
| 265 | |
| 266 | <<: *test-pipe-job-boiler-plate |
| 267 | |
| 268 | parameters: |
| 269 | - string: |
Zack Williams | 8ef7981 | 2019-10-29 11:09:18 -0700 | [diff] [blame] | 270 | name: buildNode |
| 271 | default: '{build-node}' |
| 272 | description: 'Name of the Jenkins executor node to run the job on' |
| 273 | |
| 274 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 275 | name: TestNodeName |
Zack Williams | 8ef7981 | 2019-10-29 11:09:18 -0700 | [diff] [blame] | 276 | default: '{build-node}' |
| 277 | description: 'DEPRECATED - use buildNode instead' |
Kailash Khalasi | 9559f36 | 2018-09-14 13:53:28 -0700 | [diff] [blame] | 278 | |
| 279 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 280 | name: cordRepoUrl |
| 281 | default: '{gerrit-server-url}' |
| 282 | description: 'The URL of the CORD Project repository' |
Kailash Khalasi | 9559f36 | 2018-09-14 13:53:28 -0700 | [diff] [blame] | 283 | |
| 284 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 285 | name: configBaseDir |
| 286 | default: 'pod-configs' |
| 287 | description: 'The directory inside the POD configs repository' |
Kailash Khalasi | 9559f36 | 2018-09-14 13:53:28 -0700 | [diff] [blame] | 288 | |
| 289 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 290 | name: configDeploymentDir |
| 291 | default: 'deployment-configs' |
| 292 | description: 'The deployment configs folder' |
Kailash Khalasi | 9559f36 | 2018-09-14 13:53:28 -0700 | [diff] [blame] | 293 | |
| 294 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 295 | name: configKubernetesDir |
| 296 | default: 'kubernetes-configs' |
| 297 | description: 'The kubernetes config folder' |
Kailash Khalasi | 9559f36 | 2018-09-14 13:53:28 -0700 | [diff] [blame] | 298 | |
| 299 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 300 | name: configToscaDir |
| 301 | default: 'tosca-configs' |
| 302 | description: 'The tosca config folder' |
Kailash Khalasi | 9559f36 | 2018-09-14 13:53:28 -0700 | [diff] [blame] | 303 | |
| 304 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 305 | name: configFileName |
| 306 | default: '{config-pod}' |
| 307 | description: 'The config file' |
Kailash Khalasi | 9559f36 | 2018-09-14 13:53:28 -0700 | [diff] [blame] | 308 | |
| 309 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 310 | name: branch |
| 311 | default: '{branch}' |
Kailash Khalasi | 9559f36 | 2018-09-14 13:53:28 -0700 | [diff] [blame] | 312 | |
| 313 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 314 | name: notificationEmail |
| 315 | default: 'kailash@opennetworking.org, you@opennetworking.org, suchitra@opennetworking.org' |
| 316 | description: '' |
Kailash Khalasi | 9559f36 | 2018-09-14 13:53:28 -0700 | [diff] [blame] | 317 | |
| 318 | concurrent: true |
| 319 | |
| 320 | pipeline-scm: |
| 321 | script-path: '{Jenkinsfile}' |
| 322 | scm: |
| 323 | - git: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 324 | url: '{gerrit-server-url}/{test-repo}' |
| 325 | branches: |
| 326 | - '{branch}' |
Kailash Khalasi | 9559f36 | 2018-09-14 13:53:28 -0700 | [diff] [blame] | 327 | |
| 328 | triggers: |
| 329 | - reverse: |
| 330 | jobs: 'build_{profile}_{config-pod}_{branch}' |
| 331 | result: 'success' |
Kailash Khalasi | 4de32fe | 2018-11-12 13:31:39 -0800 | [diff] [blame] | 332 | |
| 333 | - job-template: |
| 334 | name: 'build_{profile}_{config-pod}_{branch}_post_actions' |
| 335 | id: post_build_actions |
| 336 | description: | |
| 337 | <!-- Managed by Jenkins Job Builder --> |
| 338 | Post Actions on {config-pod} triggered by build_{config-pod}_{branch}. Service ofagent restart required <br /><br /> |
hwchiu | e3815ab | 2019-10-17 15:06:25 -0700 | [diff] [blame] | 339 | Created from job-template {id} from ci-management/jjb/cord-test/nightly-build-pipeline.yaml <br /> |
Kailash Khalasi | 4de32fe | 2018-11-12 13:31:39 -0800 | [diff] [blame] | 340 | Created by Kailash Khalasi - kailash@opennetworking.org <br /> |
| 341 | Copyright (c) 2017 Open Networking Foundation (ONF) |
| 342 | |
| 343 | <<: *test-pipe-job-boiler-plate |
| 344 | |
| 345 | parameters: |
| 346 | - string: |
Zack Williams | 8ef7981 | 2019-10-29 11:09:18 -0700 | [diff] [blame] | 347 | name: buildNode |
| 348 | default: '{build-node}' |
| 349 | description: 'Name of the Jenkins executor node to run the job on' |
| 350 | |
| 351 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 352 | name: TestNodeName |
Zack Williams | 8ef7981 | 2019-10-29 11:09:18 -0700 | [diff] [blame] | 353 | default: '{build-node}' |
| 354 | description: 'DEPRECATED - use buildNode instead' |
Kailash Khalasi | 4de32fe | 2018-11-12 13:31:39 -0800 | [diff] [blame] | 355 | |
| 356 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 357 | name: cordRepoUrl |
| 358 | default: '{gerrit-server-url}' |
| 359 | description: 'The URL of the CORD Project repository' |
Kailash Khalasi | 4de32fe | 2018-11-12 13:31:39 -0800 | [diff] [blame] | 360 | |
| 361 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 362 | name: configBaseDir |
| 363 | default: 'pod-configs' |
| 364 | description: 'The directory inside the POD configs repository' |
Kailash Khalasi | 4de32fe | 2018-11-12 13:31:39 -0800 | [diff] [blame] | 365 | |
| 366 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 367 | name: configDeploymentDir |
| 368 | default: 'deployment-configs' |
| 369 | description: 'The deployment configs folder' |
Kailash Khalasi | 4de32fe | 2018-11-12 13:31:39 -0800 | [diff] [blame] | 370 | |
| 371 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 372 | name: configKubernetesDir |
| 373 | default: 'kubernetes-configs' |
| 374 | description: 'The kubernetes config folder' |
Kailash | c7d9e4e | 2018-11-13 14:48:23 -0800 | [diff] [blame] | 375 | |
| 376 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 377 | name: configFileName |
| 378 | default: '{config-pod}' |
| 379 | description: 'The config file' |
Kailash Khalasi | 4de32fe | 2018-11-12 13:31:39 -0800 | [diff] [blame] | 380 | |
| 381 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 382 | name: branch |
| 383 | default: '{branch}' |
Kailash Khalasi | 4de32fe | 2018-11-12 13:31:39 -0800 | [diff] [blame] | 384 | |
| 385 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 386 | name: notificationEmail |
| 387 | default: 'kailash@opennetworking.org, you@opennetworking.org, suchitra@opennetworking.org' |
| 388 | description: '' |
Kailash Khalasi | 4de32fe | 2018-11-12 13:31:39 -0800 | [diff] [blame] | 389 | |
| 390 | concurrent: true |
| 391 | |
| 392 | pipeline-scm: |
| 393 | script-path: '{Jenkinsfile}' |
| 394 | scm: |
| 395 | - git: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 396 | url: '{gerrit-server-url}/cord-tester' |
| 397 | branches: |
| 398 | - '{branch}' |
Kailash Khalasi | 4de32fe | 2018-11-12 13:31:39 -0800 | [diff] [blame] | 399 | |
| 400 | triggers: |
| 401 | - reverse: |
| 402 | jobs: 'build_{profile}_{config-pod}_{branch}' |
| 403 | result: 'failure' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 404 | |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 405 | - job-template: |
| 406 | name: 'build_{config-pod}_seba_release_{release}' |
| 407 | id: build_pod_manual_release |
| 408 | description: | |
| 409 | <!-- Managed by Jenkins Job Builder --> |
| 410 | Manual Build on POD {config-pod} using {Jenkinsfile} <br /><br /> |
hwchiu | e3815ab | 2019-10-17 15:06:25 -0700 | [diff] [blame] | 411 | Created from job-template {id} from ci-management/jjb/cord-test/nightly-build-pipeline.yaml <br /> |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 412 | Created by QA (Suchitra Vemuri - suchitra@opennetworking.org ) <br /> |
| 413 | Copyright (c) 2018 Open Networking Foundation (ONF) |
| 414 | |
| 415 | <<: *test-pipe-job-boiler-plate |
| 416 | |
| 417 | parameters: |
| 418 | - string: |
Zack Williams | 8ef7981 | 2019-10-29 11:09:18 -0700 | [diff] [blame] | 419 | name: buildNode |
| 420 | default: '{build-node}' |
| 421 | description: 'Name of the Jenkins executor node to run the job on' |
| 422 | |
| 423 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 424 | name: TestNodeName |
Zack Williams | 8ef7981 | 2019-10-29 11:09:18 -0700 | [diff] [blame] | 425 | default: '{build-node}' |
| 426 | description: 'DEPRECATED - use buildNode instead' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 427 | |
| 428 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 429 | name: cordRepoUrl |
| 430 | default: '{gerrit-server-url}' |
| 431 | description: 'The URL of the CORD Project repository' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 432 | |
| 433 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 434 | name: configBaseDir |
| 435 | default: 'pod-configs' |
| 436 | description: 'The directory inside the POD configs repository' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 437 | |
| 438 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 439 | name: configDeploymentDir |
| 440 | default: 'deployment-configs' |
| 441 | description: 'The deployment configs folder' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 442 | |
| 443 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 444 | name: configKubernetesDir |
| 445 | default: 'kubernetes-configs' |
| 446 | description: 'The kubernetes config folder' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 447 | |
| 448 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 449 | name: configToscaDir |
| 450 | default: 'tosca-configs' |
| 451 | description: 'The tosca config folder' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 452 | |
| 453 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 454 | name: configFileName |
| 455 | default: '{config-pod}' |
| 456 | description: 'The config file' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 457 | |
| 458 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 459 | name: oltDebVersion |
| 460 | default: '{oltDebVersion}' |
| 461 | description: 'OLT Software version to install' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 462 | |
| 463 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 464 | name: branch |
| 465 | default: '{branch}' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 466 | |
| 467 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 468 | name: notificationEmail |
| 469 | default: 'kailash@opennetworking.org, you@opennetworking.org, suchitra@opennetworking.org' |
| 470 | description: '' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 471 | |
| 472 | - bool: |
| 473 | name: configurePod |
| 474 | default: true |
| 475 | description: "Configure POD via TOSCA post build" |
| 476 | |
| 477 | - bool: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 478 | name: reinstallOlt |
| 479 | default: true |
| 480 | description: "Re-install olt software bringing up CORD" |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 481 | |
| 482 | - bool: |
| 483 | name: installBBSim |
| 484 | default: false |
| 485 | description: "Install the BBSim container" |
| 486 | |
| 487 | - string: |
| 488 | name: onuNumber |
| 489 | default: '16' |
| 490 | description: "Onus per PonPort" |
| 491 | |
| 492 | concurrent: true |
| 493 | |
| 494 | pipeline-scm: |
| 495 | script-path: '{Jenkinsfile}' |
| 496 | scm: |
| 497 | - git: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 498 | url: '{gerrit-server-url}/cord-tester' |
| 499 | branches: |
| 500 | - '{branch}' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 501 | |
| 502 | - job-template: |
| 503 | name: 'build_{config-pod}_seba_release_{release}' |
| 504 | id: build_pod_release |
| 505 | description: | |
| 506 | <!-- Managed by Jenkins Job Builder --> |
| 507 | Manual Build on POD {config-pod} using {Jenkinsfile} <br /><br /> |
hwchiu | e3815ab | 2019-10-17 15:06:25 -0700 | [diff] [blame] | 508 | Created from job-template {id} from ci-management/jjb/cord-test/nightly-build-pipeline.yaml <br /> |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 509 | Created by QA (Suchitra Vemuri - suchitra@opennetworking.org ) <br /> |
| 510 | Copyright (c) 2018 Open Networking Foundation (ONF) |
| 511 | |
| 512 | <<: *test-pipe-job-boiler-plate |
| 513 | |
| 514 | parameters: |
| 515 | - string: |
Zack Williams | 8ef7981 | 2019-10-29 11:09:18 -0700 | [diff] [blame] | 516 | name: buildNode |
| 517 | default: '{build-node}' |
| 518 | description: 'Name of the Jenkins executor node to run the job on' |
| 519 | |
| 520 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 521 | name: TestNodeName |
Zack Williams | 8ef7981 | 2019-10-29 11:09:18 -0700 | [diff] [blame] | 522 | default: '{build-node}' |
| 523 | description: 'DEPRECATED - use buildNode instead' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 524 | |
| 525 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 526 | name: cordRepoUrl |
| 527 | default: '{gerrit-server-url}' |
| 528 | description: 'The URL of the CORD Project repository' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 529 | |
| 530 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 531 | name: configBaseDir |
| 532 | default: 'pod-configs' |
| 533 | description: 'The directory inside the POD configs repository' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 534 | |
| 535 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 536 | name: configDeploymentDir |
| 537 | default: 'deployment-configs' |
| 538 | description: 'The deployment configs folder' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 539 | |
| 540 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 541 | name: configKubernetesDir |
| 542 | default: 'kubernetes-configs' |
| 543 | description: 'The kubernetes config folder' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 544 | |
| 545 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 546 | name: configToscaDir |
| 547 | default: 'tosca-configs' |
| 548 | description: 'The tosca config folder' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 549 | |
| 550 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 551 | name: configFileName |
| 552 | default: '{config-pod}' |
| 553 | description: 'The config file' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 554 | |
| 555 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 556 | name: oltDebVersion |
| 557 | default: '{oltDebVersion}' |
| 558 | description: 'OLT Software version to install' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 559 | |
| 560 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 561 | name: helmRepoUrl |
| 562 | default: 'https://charts.opencord.org' |
| 563 | description: 'URL where helm-charts are published' |
Kailash | 5f1dd1b | 2019-07-10 10:57:32 -0700 | [diff] [blame] | 564 | |
| 565 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 566 | name: branch |
| 567 | default: '{branch}' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 568 | |
| 569 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 570 | name: notificationEmail |
| 571 | default: 'kailash@opennetworking.org, you@opennetworking.org, suchitra@opennetworking.org' |
| 572 | description: '' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 573 | |
| 574 | - bool: |
| 575 | name: configurePod |
| 576 | default: true |
| 577 | description: "Configure POD via TOSCA post build" |
| 578 | |
| 579 | - bool: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 580 | name: reinstallOlt |
| 581 | default: true |
| 582 | description: "Re-install olt software bringing up CORD" |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 583 | |
| 584 | - bool: |
| 585 | name: installBBSim |
| 586 | default: false |
| 587 | description: "Install the BBSim container" |
| 588 | |
| 589 | - string: |
| 590 | name: onuNumber |
| 591 | default: '16' |
| 592 | description: "Onus per PonPort" |
| 593 | |
| 594 | concurrent: true |
| 595 | |
| 596 | pipeline-scm: |
| 597 | script-path: '{Jenkinsfile}' |
| 598 | scm: |
| 599 | - git: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 600 | url: '{gerrit-server-url}/cord-tester' |
| 601 | branches: |
| 602 | - '{branch}' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 603 | |
| 604 | triggers: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 605 | - timed: | |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 606 | TZ=America/Los_Angeles |
| 607 | H {time} * * * |
| 608 | |
| 609 | - job-template: |
| 610 | name: 'build_{config-pod}_seba_release_{release}_test' |
| 611 | id: build_pod_release_test |
| 612 | description: | |
| 613 | <!-- Managed by Jenkins Job Builder --> |
| 614 | Post Tests on {config-pod} triggered by build_{config-pod}_{branch} <br /><br /> |
hwchiu | e3815ab | 2019-10-17 15:06:25 -0700 | [diff] [blame] | 615 | Created from job-template {id} from ci-management/jjb/cord-test/nightly-build-pipeline.yaml <br /> |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 616 | Created by Kailash Khalasi - kailash@opennetworking.org <br /> |
| 617 | Copyright (c) 2017 Open Networking Foundation (ONF) |
| 618 | |
| 619 | <<: *test-pipe-job-boiler-plate |
| 620 | |
| 621 | parameters: |
| 622 | - string: |
Zack Williams | 8ef7981 | 2019-10-29 11:09:18 -0700 | [diff] [blame] | 623 | name: buildNode |
| 624 | default: '{build-node}' |
| 625 | description: 'Name of the Jenkins executor node to run the job on' |
| 626 | |
| 627 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 628 | name: TestNodeName |
Zack Williams | 8ef7981 | 2019-10-29 11:09:18 -0700 | [diff] [blame] | 629 | default: '{build-node}' |
| 630 | description: 'DEPRECATED - use buildNode instead' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 631 | |
| 632 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 633 | name: cordRepoUrl |
| 634 | default: '{gerrit-server-url}' |
| 635 | description: 'The URL of the CORD Project repository' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 636 | |
| 637 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 638 | name: configBaseDir |
| 639 | default: 'pod-configs' |
| 640 | description: 'The directory inside the POD configs repository' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 641 | |
| 642 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 643 | name: configDeploymentDir |
| 644 | default: 'deployment-configs' |
| 645 | description: 'The deployment configs folder' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 646 | |
| 647 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 648 | name: configKubernetesDir |
| 649 | default: 'kubernetes-configs' |
| 650 | description: 'The kubernetes config folder' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 651 | |
| 652 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 653 | name: configToscaDir |
| 654 | default: 'tosca-configs' |
| 655 | description: 'The tosca config folder' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 656 | |
| 657 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 658 | name: configFileName |
| 659 | default: '{config-pod}' |
| 660 | description: 'The config file' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 661 | |
| 662 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 663 | name: branch |
| 664 | default: '{branch}' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 665 | |
| 666 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 667 | name: notificationEmail |
| 668 | default: 'kailash@opennetworking.org, you@opennetworking.org, suchitra@opennetworking.org' |
| 669 | description: '' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 670 | |
| 671 | concurrent: true |
| 672 | |
| 673 | pipeline-scm: |
| 674 | script-path: '{Jenkinsfile}' |
| 675 | scm: |
| 676 | - git: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 677 | url: '{gerrit-server-url}/cord-tester' |
| 678 | branches: |
| 679 | - '{branch}' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 680 | |
| 681 | triggers: |
| 682 | - reverse: |
| 683 | jobs: 'build_{config-pod}_seba_release_{release}' |
| 684 | result: 'success' |
Kailash | 5b1a161 | 2018-12-21 15:17:21 -0800 | [diff] [blame] | 685 | |
| 686 | |
| 687 | - job-template: |
| 688 | name: 'build_{config-pod}_seba_release_{release}_microcharts_test' |
| 689 | id: build_pod_release_test_microcharts |
| 690 | description: | |
| 691 | <!-- Managed by Jenkins Job Builder --> |
| 692 | Post Tests on {config-pod} triggered by build_{config-pod}_{branch} <br /><br /> |
hwchiu | e3815ab | 2019-10-17 15:06:25 -0700 | [diff] [blame] | 693 | Created from job-template {id} from ci-management/jjb/cord-test/nightly-build-pipeline.yaml <br /> |
Kailash | 5b1a161 | 2018-12-21 15:17:21 -0800 | [diff] [blame] | 694 | Created by Kailash Khalasi - kailash@opennetworking.org <br /> |
| 695 | Copyright (c) 2017 Open Networking Foundation (ONF) |
| 696 | |
| 697 | <<: *test-pipe-job-boiler-plate |
| 698 | |
| 699 | parameters: |
| 700 | - string: |
Zack Williams | 8ef7981 | 2019-10-29 11:09:18 -0700 | [diff] [blame] | 701 | name: buildNode |
| 702 | default: '{build-node}' |
| 703 | description: 'Name of the Jenkins executor node to run the job on' |
| 704 | |
| 705 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 706 | name: TestNodeName |
Zack Williams | 8ef7981 | 2019-10-29 11:09:18 -0700 | [diff] [blame] | 707 | default: '{build-node}' |
| 708 | description: 'DEPRECATED - use buildNode instead' |
Kailash | 5b1a161 | 2018-12-21 15:17:21 -0800 | [diff] [blame] | 709 | |
| 710 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 711 | name: cordRepoUrl |
| 712 | default: '{gerrit-server-url}' |
| 713 | description: 'The URL of the CORD Project repository' |
Kailash | 5b1a161 | 2018-12-21 15:17:21 -0800 | [diff] [blame] | 714 | |
| 715 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 716 | name: configBaseDir |
| 717 | default: 'pod-configs' |
| 718 | description: 'The directory inside the POD configs repository' |
Kailash | 5b1a161 | 2018-12-21 15:17:21 -0800 | [diff] [blame] | 719 | |
| 720 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 721 | name: configDeploymentDir |
| 722 | default: 'deployment-configs' |
| 723 | description: 'The deployment configs folder' |
Kailash | 5b1a161 | 2018-12-21 15:17:21 -0800 | [diff] [blame] | 724 | |
| 725 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 726 | name: configKubernetesDir |
| 727 | default: 'kubernetes-configs' |
| 728 | description: 'The kubernetes config folder' |
Kailash | 5b1a161 | 2018-12-21 15:17:21 -0800 | [diff] [blame] | 729 | |
| 730 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 731 | name: configToscaDir |
| 732 | default: 'tosca-configs' |
| 733 | description: 'The tosca config folder' |
Kailash | 5b1a161 | 2018-12-21 15:17:21 -0800 | [diff] [blame] | 734 | |
| 735 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 736 | name: configFileName |
| 737 | default: '{config-pod}' |
| 738 | description: 'The config file' |
Kailash | 5b1a161 | 2018-12-21 15:17:21 -0800 | [diff] [blame] | 739 | |
| 740 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 741 | name: branch |
| 742 | default: '{branch}' |
Kailash | 5b1a161 | 2018-12-21 15:17:21 -0800 | [diff] [blame] | 743 | |
| 744 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 745 | name: notificationEmail |
| 746 | default: 'kailash@opennetworking.org, you@opennetworking.org, suchitra@opennetworking.org' |
| 747 | description: '' |
Kailash | 5b1a161 | 2018-12-21 15:17:21 -0800 | [diff] [blame] | 748 | |
| 749 | concurrent: true |
| 750 | |
| 751 | pipeline-scm: |
| 752 | script-path: '{Jenkinsfile}' |
| 753 | scm: |
| 754 | - git: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 755 | url: '{gerrit-server-url}/cord-tester' |
| 756 | branches: |
| 757 | - '{branch}' |
Kailash | 5b1a161 | 2018-12-21 15:17:21 -0800 | [diff] [blame] | 758 | |
| 759 | triggers: |
| 760 | - reverse: |
| 761 | jobs: 'build_{config-pod}_seba_release_{release}_microcharts' |
| 762 | result: 'success' |
Kailash | c8c05d5 | 2019-01-15 20:01:11 -0800 | [diff] [blame] | 763 | |
| 764 | |
| 765 | - job-template: |
Kailash | d22f91f | 2019-02-14 08:52:52 -0800 | [diff] [blame] | 766 | name: 'build_{config-pod}' |
Kailash | c8c05d5 | 2019-01-15 20:01:11 -0800 | [diff] [blame] | 767 | id: build_mcord_pod_manual |
| 768 | description: | |
| 769 | <!-- Managed by Jenkins Job Builder --> |
| 770 | Manual Build on POD {config-pod} using {Jenkinsfile} <br /><br /> |
| 771 | Created from job-template {id} from ci-management/jjb/cord-test/nightly-build-pipeline.yaml <br /> |
| 772 | Created by QA (Kailash Khalasi - kailash@opennetworking.org ) <br /> |
| 773 | Copyright (c) 2019 Open Networking Foundation (ONF) |
| 774 | |
| 775 | <<: *test-pipe-job-boiler-plate |
| 776 | |
| 777 | parameters: |
| 778 | - string: |
Zack Williams | 8ef7981 | 2019-10-29 11:09:18 -0700 | [diff] [blame] | 779 | name: buildNode |
| 780 | default: '{build-node}' |
| 781 | description: 'Name of the Jenkins executor node to run the job on' |
| 782 | |
| 783 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 784 | name: TestNodeName |
Zack Williams | 8ef7981 | 2019-10-29 11:09:18 -0700 | [diff] [blame] | 785 | default: '{build-node}' |
| 786 | description: 'DEPRECATED - use buildNode instead' |
Kailash | c8c05d5 | 2019-01-15 20:01:11 -0800 | [diff] [blame] | 787 | |
| 788 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 789 | name: cordRepoUrl |
| 790 | default: '{gerrit-server-url}' |
| 791 | description: 'The URL of the CORD Project repository' |
Kailash | c8c05d5 | 2019-01-15 20:01:11 -0800 | [diff] [blame] | 792 | |
| 793 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 794 | name: configBaseDir |
| 795 | default: 'pod-configs' |
| 796 | description: 'The directory inside the POD configs repository' |
Kailash | c8c05d5 | 2019-01-15 20:01:11 -0800 | [diff] [blame] | 797 | |
| 798 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 799 | name: configDeploymentDir |
| 800 | default: 'deployment-configs' |
| 801 | description: 'The deployment configs folder' |
Kailash | c8c05d5 | 2019-01-15 20:01:11 -0800 | [diff] [blame] | 802 | |
| 803 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 804 | name: configKubernetesDir |
| 805 | default: 'kubernetes-configs' |
| 806 | description: 'The kubernetes config folder' |
Kailash | c8c05d5 | 2019-01-15 20:01:11 -0800 | [diff] [blame] | 807 | |
| 808 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 809 | name: configToscaDir |
| 810 | default: 'tosca-configs' |
| 811 | description: 'The tosca config folder' |
Kailash | c8c05d5 | 2019-01-15 20:01:11 -0800 | [diff] [blame] | 812 | |
| 813 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 814 | name: configFileName |
| 815 | default: '{config-pod}' |
| 816 | description: 'The config file' |
Kailash | c8c05d5 | 2019-01-15 20:01:11 -0800 | [diff] [blame] | 817 | |
| 818 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 819 | name: branch |
| 820 | default: '{branch}' |
Kailash | c8c05d5 | 2019-01-15 20:01:11 -0800 | [diff] [blame] | 821 | |
| 822 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 823 | name: profile |
| 824 | default: '{profile}' |
| 825 | description: 'Profile in which this job installs' |
Kailash | c8c05d5 | 2019-01-15 20:01:11 -0800 | [diff] [blame] | 826 | |
| 827 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 828 | name: notificationEmail |
| 829 | default: 'luca@opennetworking.org, teo@opennetworking.org, weiyu@opennetworking.org' |
| 830 | description: '' |
Kailash | c8c05d5 | 2019-01-15 20:01:11 -0800 | [diff] [blame] | 831 | |
| 832 | - bool: |
| 833 | name: configurePod |
Matteo Scandolo | a9b416e | 2019-01-24 15:21:07 -0800 | [diff] [blame] | 834 | default: true |
Kailash | c8c05d5 | 2019-01-15 20:01:11 -0800 | [diff] [blame] | 835 | description: "Configure POD via TOSCA post build" |
| 836 | |
Matteo Scandolo | a679189 | 2019-01-25 15:46:03 -0800 | [diff] [blame] | 837 | - bool: |
| 838 | name: installEpcControlPlane |
| 839 | default: true |
| 840 | description: "Install the EPC control plane" |
| 841 | |
Kailash | c8c05d5 | 2019-01-15 20:01:11 -0800 | [diff] [blame] | 842 | concurrent: true |
| 843 | |
| 844 | pipeline-scm: |
| 845 | script-path: '{Jenkinsfile}' |
| 846 | scm: |
| 847 | - git: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 848 | url: '{gerrit-server-url}/cord-tester' |
| 849 | branches: |
| 850 | - '{branch}' |
Suchitra Vemuri | 23b1979 | 2019-09-25 17:41:19 -0700 | [diff] [blame] | 851 | |
| 852 | - job-template: |
Suchitra Vemuri | e6dd15a | 2020-03-04 18:15:58 -0800 | [diff] [blame] | 853 | name: 'build_{config-pod}_{profile}{name-extension}_voltha_{release}' |
Suchitra Vemuri | 23b1979 | 2019-09-25 17:41:19 -0700 | [diff] [blame] | 854 | id: build_voltha_pod_release |
| 855 | description: | |
| 856 | <!-- Managed by Jenkins Job Builder --> |
| 857 | Manual Build on POD {config-pod} using {Jenkinsfile} <br /><br /> |
| 858 | Created from job-template {id} from ci-management/jjb/cord-test/nightly-build-pipeline.yaml <br /> |
| 859 | Created by QA (Suchitra Vemuri - suchitra@opennetworking.org ) <br /> |
| 860 | Copyright (c) 2018 Open Networking Foundation (ONF) |
| 861 | |
| 862 | <<: *test-pipe-job-boiler-plate |
Andy Bavier | 08a76b5 | 2020-06-03 12:45:54 -0700 | [diff] [blame] | 863 | VolthaEtcdPort: '2379' |
Suchitra Vemuri | 23b1979 | 2019-09-25 17:41:19 -0700 | [diff] [blame] | 864 | |
| 865 | parameters: |
| 866 | - string: |
Zack Williams | 8ef7981 | 2019-10-29 11:09:18 -0700 | [diff] [blame] | 867 | name: buildNode |
| 868 | default: '{build-node}' |
| 869 | description: 'Name of the Jenkins executor node to run the job on' |
| 870 | |
| 871 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 872 | name: TestNodeName |
Zack Williams | 8ef7981 | 2019-10-29 11:09:18 -0700 | [diff] [blame] | 873 | default: '{build-node}' |
| 874 | description: 'DEPRECATED - use buildNode instead' |
Suchitra Vemuri | 23b1979 | 2019-09-25 17:41:19 -0700 | [diff] [blame] | 875 | |
| 876 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 877 | name: cordRepoUrl |
| 878 | default: '{gerrit-server-url}' |
| 879 | description: 'The URL of the CORD Project repository' |
Suchitra Vemuri | 23b1979 | 2019-09-25 17:41:19 -0700 | [diff] [blame] | 880 | |
| 881 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 882 | name: configBaseDir |
| 883 | default: 'pod-configs' |
| 884 | description: 'The directory inside the POD configs repository' |
Suchitra Vemuri | 23b1979 | 2019-09-25 17:41:19 -0700 | [diff] [blame] | 885 | |
| 886 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 887 | name: configDeploymentDir |
| 888 | default: 'deployment-configs' |
| 889 | description: 'The deployment configs folder' |
Suchitra Vemuri | 23b1979 | 2019-09-25 17:41:19 -0700 | [diff] [blame] | 890 | |
| 891 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 892 | name: configKubernetesDir |
| 893 | default: 'kubernetes-configs' |
| 894 | description: 'The kubernetes config folder' |
Suchitra Vemuri | 23b1979 | 2019-09-25 17:41:19 -0700 | [diff] [blame] | 895 | |
| 896 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 897 | name: configToscaDir |
| 898 | default: 'tosca-configs' |
| 899 | description: 'The tosca config folder' |
Suchitra Vemuri | 23b1979 | 2019-09-25 17:41:19 -0700 | [diff] [blame] | 900 | |
| 901 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 902 | name: configFileName |
| 903 | default: '{config-pod}' |
| 904 | description: 'The config file' |
Suchitra Vemuri | 23b1979 | 2019-09-25 17:41:19 -0700 | [diff] [blame] | 905 | |
| 906 | - string: |
Suchitra Vemuri | 1ee3404 | 2019-10-22 13:28:07 -0700 | [diff] [blame] | 907 | name: profile |
| 908 | default: '{profile}' |
| 909 | description: 'Technology Profile pushed to the ETCD' |
| 910 | |
| 911 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 912 | name: helmRepoUrl |
| 913 | default: 'https://charts.opencord.org' |
| 914 | description: 'URL where helm-charts are published' |
Suchitra Vemuri | 23b1979 | 2019-09-25 17:41:19 -0700 | [diff] [blame] | 915 | |
| 916 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 917 | name: branch |
| 918 | default: '{branch}' |
Suchitra Vemuri | 23b1979 | 2019-09-25 17:41:19 -0700 | [diff] [blame] | 919 | |
| 920 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 921 | name: notificationEmail |
| 922 | default: 'you@opennetworking.org, suchitra@opennetworking.org' |
| 923 | description: '' |
Suchitra Vemuri | 23b1979 | 2019-09-25 17:41:19 -0700 | [diff] [blame] | 924 | |
Suchitra Vemuri | aa9b17f | 2020-02-14 14:46:07 -0800 | [diff] [blame] | 925 | - string: |
Suchitra Vemuri | 8d180ab | 2020-03-12 17:38:24 -0700 | [diff] [blame] | 926 | name: workFlow |
| 927 | default: '{work-flow}' |
Andrea Campanella | d924ce2 | 2020-04-20 16:40:41 +0200 | [diff] [blame] | 928 | description: 'Installs and uses the specified work flow on the POD' |
Suchitra Vemuri | aa9b17f | 2020-02-14 14:46:07 -0800 | [diff] [blame] | 929 | |
Suchitra Vemuri | 91896d4 | 2020-04-15 16:33:26 -0700 | [diff] [blame] | 930 | - string: |
| 931 | name: NumOfOpenOnu |
| 932 | default: '{num-of-openonu}' |
| 933 | description: 'Installs the specified Number of OpenOnu Adapters' |
| 934 | |
Suchitra Vemuri | 50e6279 | 2020-05-06 16:48:28 -0700 | [diff] [blame] | 935 | - string: |
| 936 | name: NumOfOnos |
| 937 | default: '{num-of-onos}' |
| 938 | description: 'Installs the specified Number of ONOS instances' |
| 939 | |
| 940 | - string: |
| 941 | name: NumOfAtomix |
| 942 | default: '{num-of-atomix}' |
| 943 | description: 'Installs the specified Number of Atomix Instances' |
| 944 | |
Suchitra Vemuri | 23b1979 | 2019-09-25 17:41:19 -0700 | [diff] [blame] | 945 | - bool: |
| 946 | name: configurePod |
| 947 | default: true |
| 948 | description: "Configure POD via TOSCA post build" |
| 949 | |
| 950 | - bool: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 951 | name: reinstallOlt |
| 952 | default: true |
| 953 | description: "Re-install olt software bringing up CORD" |
Suchitra Vemuri | 23b1979 | 2019-09-25 17:41:19 -0700 | [diff] [blame] | 954 | |
Andrea Campanella | 32aff12 | 2020-02-03 17:02:32 +0100 | [diff] [blame] | 955 | - bool: |
| 956 | name: withKind |
Zack Williams | 21e3d16 | 2020-02-07 08:38:16 -0700 | [diff] [blame] | 957 | default: '{with-kind}' |
Andrea Campanella | 32aff12 | 2020-02-03 17:02:32 +0100 | [diff] [blame] | 958 | description: "The pods uses kind and a physical fabric thus port forward to the management is needed" |
| 959 | |
Andy Bavier | 08a76b5 | 2020-06-03 12:45:54 -0700 | [diff] [blame] | 960 | - string: |
| 961 | name: VolthaEtcdPort |
| 962 | default: '{VolthaEtcdPort}' |
| 963 | description: 'Localhost port that is forwarded to VOLTHA etcd' |
| 964 | |
Suchitra Vemuri | 23b1979 | 2019-09-25 17:41:19 -0700 | [diff] [blame] | 965 | concurrent: true |
| 966 | |
| 967 | pipeline-scm: |
| 968 | script-path: '{Jenkinsfile}' |
| 969 | scm: |
| 970 | - git: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 971 | url: '{gerrit-server-url}/voltha-system-tests' |
| 972 | branches: |
| 973 | - '{branch}' |
Suchitra Vemuri | 23b1979 | 2019-09-25 17:41:19 -0700 | [diff] [blame] | 974 | |
| 975 | triggers: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 976 | - timed: | |
Suchitra Vemuri | 23b1979 | 2019-09-25 17:41:19 -0700 | [diff] [blame] | 977 | TZ=America/Los_Angeles |
Suchitra Vemuri | 04b55a7 | 2019-10-29 18:17:31 -0700 | [diff] [blame] | 978 | H {time} * * * |
Suchitra Vemuri | 23b1979 | 2019-09-25 17:41:19 -0700 | [diff] [blame] | 979 | |
Suchitra Vemuri | f921cda | 2019-09-25 22:53:45 -0700 | [diff] [blame] | 980 | - job-template: |
Suchitra Vemuri | e6dd15a | 2020-03-04 18:15:58 -0800 | [diff] [blame] | 981 | name: 'build_{config-pod}_{profile}_voltha{name-extension}_{release}_test' |
Suchitra Vemuri | f921cda | 2019-09-25 22:53:45 -0700 | [diff] [blame] | 982 | id: build_voltha_pod_test |
| 983 | description: | |
| 984 | <!-- Managed by Jenkins Job Builder --> |
| 985 | Post Tests on {config-pod} triggered by build_{config-pod}_{branch} <br /><br /> |
hwchiu | e3815ab | 2019-10-17 15:06:25 -0700 | [diff] [blame] | 986 | Created from job-template {id} from ci-management/jjb/cord-test/nightly-build-pipeline.yaml <br /> |
Suchitra Vemuri | f921cda | 2019-09-25 22:53:45 -0700 | [diff] [blame] | 987 | Created by Suchitra Vemuri, suchitra@opennetworking.org <br /> |
| 988 | Copyright (c) 2017 Open Networking Foundation (ONF) |
| 989 | |
| 990 | <<: *test-pipe-job-boiler-plate |
Andy Bavier | 358aa0b | 2019-11-22 11:55:39 -0700 | [diff] [blame] | 991 | pipeline-script: 'voltha-physical-functional-tests.groovy' |
| 992 | manifest-url: 'https://gerrit.opencord.org/voltha-test-manifest.git' |
| 993 | manifest-branch: 'master' |
| 994 | |
Suchitra Vemuri | f921cda | 2019-09-25 22:53:45 -0700 | [diff] [blame] | 995 | parameters: |
| 996 | - string: |
Andy Bavier | 358aa0b | 2019-11-22 11:55:39 -0700 | [diff] [blame] | 997 | name: buildNode |
Zack Williams | 8ef7981 | 2019-10-29 11:09:18 -0700 | [diff] [blame] | 998 | default: '{build-node}' |
| 999 | description: 'Name of the Jenkins executor node to run the job on' |
| 1000 | |
| 1001 | - string: |
| 1002 | name: TestNodeName |
| 1003 | default: '{build-node}' |
| 1004 | description: 'DEPRECATED - use buildNode instead' |
Suchitra Vemuri | f921cda | 2019-09-25 22:53:45 -0700 | [diff] [blame] | 1005 | |
| 1006 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 1007 | name: cordRepoUrl |
| 1008 | default: '{gerrit-server-url}' |
| 1009 | description: 'The URL of the CORD Project repository' |
Suchitra Vemuri | f921cda | 2019-09-25 22:53:45 -0700 | [diff] [blame] | 1010 | |
| 1011 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 1012 | name: configBaseDir |
| 1013 | default: 'pod-configs' |
| 1014 | description: 'The directory inside the POD configs repository' |
Suchitra Vemuri | f921cda | 2019-09-25 22:53:45 -0700 | [diff] [blame] | 1015 | |
| 1016 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 1017 | name: configDeploymentDir |
| 1018 | default: 'deployment-configs' |
| 1019 | description: 'The deployment configs folder' |
Suchitra Vemuri | f921cda | 2019-09-25 22:53:45 -0700 | [diff] [blame] | 1020 | |
| 1021 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 1022 | name: configKubernetesDir |
| 1023 | default: 'kubernetes-configs' |
| 1024 | description: 'The kubernetes config folder' |
Suchitra Vemuri | f921cda | 2019-09-25 22:53:45 -0700 | [diff] [blame] | 1025 | |
| 1026 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 1027 | name: configToscaDir |
| 1028 | default: 'tosca-configs' |
| 1029 | description: 'The tosca config folder' |
Suchitra Vemuri | f921cda | 2019-09-25 22:53:45 -0700 | [diff] [blame] | 1030 | |
| 1031 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 1032 | name: configFileName |
| 1033 | default: '{config-pod}' |
| 1034 | description: 'The config file' |
Suchitra Vemuri | f921cda | 2019-09-25 22:53:45 -0700 | [diff] [blame] | 1035 | |
| 1036 | - string: |
Suchitra Vemuri | 1ee3404 | 2019-10-22 13:28:07 -0700 | [diff] [blame] | 1037 | name: profile |
| 1038 | default: '{profile}' |
| 1039 | description: 'Technology Profile pushed to the ETCD' |
| 1040 | |
| 1041 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 1042 | name: branch |
| 1043 | default: '{branch}' |
Andy Bavier | 358aa0b | 2019-11-22 11:55:39 -0700 | [diff] [blame] | 1044 | description: 'Branch of the test libraries to check out' |
Suchitra Vemuri | f921cda | 2019-09-25 22:53:45 -0700 | [diff] [blame] | 1045 | |
| 1046 | - string: |
Andy Bavier | 358aa0b | 2019-11-22 11:55:39 -0700 | [diff] [blame] | 1047 | name: manifestUrl |
| 1048 | default: '{manifest-url}' |
| 1049 | description: 'Repo manifest URL for code checkout (so we can display changes in Jenkins)' |
| 1050 | |
| 1051 | - string: |
| 1052 | name: manifestBranch |
| 1053 | default: '{manifest-branch}' |
| 1054 | description: 'Repo manifest branch for code checkout (so we can display changes in Jenkins)' |
| 1055 | |
Andrea Campanella | d924ce2 | 2020-04-20 16:40:41 +0200 | [diff] [blame] | 1056 | - string: |
| 1057 | name: workFlow |
| 1058 | default: '{work-flow}' |
| 1059 | description: 'Installs and uses the specified work flow on the POD' |
| 1060 | |
Suchitra Vemuri | af134ff | 2020-02-19 16:55:38 -0800 | [diff] [blame] | 1061 | - bool: |
| 1062 | name: powerSwitch |
| 1063 | default: '{power-switch}' |
| 1064 | description: "Indicate whether POD has power switch to reboot ONUs/OLT remotely" |
Suchitra Vemuri | f921cda | 2019-09-25 22:53:45 -0700 | [diff] [blame] | 1065 | |
| 1066 | concurrent: true |
| 1067 | |
Andy Bavier | 358aa0b | 2019-11-22 11:55:39 -0700 | [diff] [blame] | 1068 | project-type: pipeline |
| 1069 | dsl: !include-raw-escape: ../pipeline/{pipeline-script} |
Suchitra Vemuri | f921cda | 2019-09-25 22:53:45 -0700 | [diff] [blame] | 1070 | |
| 1071 | triggers: |
| 1072 | - reverse: |
Suchitra Vemuri | 6d9b1db | 2020-03-05 15:51:10 -0800 | [diff] [blame] | 1073 | jobs: 'build_{config-pod}_{profile}{name-extension}_voltha_{release}' |
Suchitra Vemuri | f921cda | 2019-09-25 22:53:45 -0700 | [diff] [blame] | 1074 | result: 'success' |