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