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: |
Matteo Scandolo | a0e6f3f | 2020-11-12 17:13:20 -0800 | [diff] [blame] | 13 | build-days-to-keep: '{big-build-days-to-keep}' |
| 14 | artifact-num-to-keep: '{big-artifact-num-to-keep}' |
Kailash Khalasi | 417d13f | 2018-04-17 12:38:48 -0700 | [diff] [blame] | 15 | |
Kailash Khalasi | 417d13f | 2018-04-17 12:38:48 -0700 | [diff] [blame] | 16 | |
| 17 | - job-template: |
Suchitra Vemuri | fad6ee4 | 2020-09-01 22:14:53 -0700 | [diff] [blame] | 18 | name: 'build_{profile}{name-extension}_{config-pod}_{branch}_manual' |
Suchitra Vemuri | 2c8ec0b | 2018-05-07 13:35:54 -0700 | [diff] [blame] | 19 | id: build_pod_manual |
| 20 | description: | |
Zack Williams | 5412fbf | 2020-08-03 16:03:29 -0700 | [diff] [blame] | 21 | Manual Build on POD {config-pod} using {Jenkinsfile}<br /><br /> |
hwchiu | e3815ab | 2019-10-17 15:06:25 -0700 | [diff] [blame] | 22 | 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] | 23 | Created by QA (Suchitra Vemuri - suchitra@opennetworking.org ) <br /> |
| 24 | Copyright (c) 2018 Open Networking Foundation (ONF) |
| 25 | |
Andrea Campanella | f6a6fb3 | 2020-12-16 12:14:47 +0100 | [diff] [blame^] | 26 | openoltAdapterChart: onf/voltha-adapter-openolt |
| 27 | |
Suchitra Vemuri | 2c8ec0b | 2018-05-07 13:35:54 -0700 | [diff] [blame] | 28 | <<: *test-pipe-job-boiler-plate |
| 29 | |
| 30 | parameters: |
| 31 | - string: |
Zack Williams | 8ef7981 | 2019-10-29 11:09:18 -0700 | [diff] [blame] | 32 | name: buildNode |
| 33 | default: '{build-node}' |
| 34 | description: 'Name of the Jenkins executor node to run the job on' |
| 35 | |
| 36 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 37 | name: TestNodeName |
Zack Williams | 8ef7981 | 2019-10-29 11:09:18 -0700 | [diff] [blame] | 38 | default: '{build-node}' |
| 39 | description: 'DEPRECATED - use buildNode instead' |
Suchitra Vemuri | 2c8ec0b | 2018-05-07 13:35:54 -0700 | [diff] [blame] | 40 | |
| 41 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 42 | name: cordRepoUrl |
| 43 | default: '{gerrit-server-url}' |
| 44 | description: 'The URL of the CORD Project repository' |
Suchitra Vemuri | 2c8ec0b | 2018-05-07 13:35:54 -0700 | [diff] [blame] | 45 | |
| 46 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 47 | name: configBaseDir |
| 48 | default: 'pod-configs' |
| 49 | description: 'The directory inside the POD configs repository' |
Suchitra Vemuri | 2c8ec0b | 2018-05-07 13:35:54 -0700 | [diff] [blame] | 50 | |
| 51 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 52 | name: configDeploymentDir |
| 53 | default: 'deployment-configs' |
| 54 | description: 'The deployment configs folder' |
Kailash Khalasi | 2eacfc5 | 2018-08-29 09:03:21 -0700 | [diff] [blame] | 55 | |
| 56 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 57 | name: configKubernetesDir |
| 58 | default: 'kubernetes-configs' |
| 59 | description: 'The kubernetes config folder' |
Kailash Khalasi | 2eacfc5 | 2018-08-29 09:03:21 -0700 | [diff] [blame] | 60 | |
| 61 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 62 | name: configToscaDir |
| 63 | default: 'tosca-configs' |
| 64 | description: 'The tosca config folder' |
Kailash Khalasi | 619e688 | 2018-09-13 13:15:37 -0700 | [diff] [blame] | 65 | |
| 66 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 67 | name: configFileName |
| 68 | default: '{config-pod}' |
| 69 | description: 'The config file' |
Kailash Khalasi | 2eacfc5 | 2018-08-29 09:03:21 -0700 | [diff] [blame] | 70 | |
| 71 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 72 | name: branch |
| 73 | default: '{branch}' |
Suchitra Vemuri | 2c8ec0b | 2018-05-07 13:35:54 -0700 | [diff] [blame] | 74 | |
Kailash Khalasi | 9559f36 | 2018-09-14 13:53:28 -0700 | [diff] [blame] | 75 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 76 | name: helmRepoUrl |
| 77 | default: 'https://charts.opencord.org' |
| 78 | description: 'URL where helm-charts are published' |
Kailash | 876b901 | 2019-03-13 13:22:34 -0700 | [diff] [blame] | 79 | |
| 80 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 81 | name: profile |
| 82 | default: '{profile}' |
| 83 | description: 'Profile in which this job installs' |
Kailash Khalasi | 9559f36 | 2018-09-14 13:53:28 -0700 | [diff] [blame] | 84 | |
Kailash | dee47a0 | 2018-11-29 08:46:32 -0800 | [diff] [blame] | 85 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 86 | name: notificationEmail |
| 87 | default: 'kailash@opennetworking.org, you@opennetworking.org, suchitra@opennetworking.org' |
| 88 | description: '' |
Kailash | dee47a0 | 2018-11-29 08:46:32 -0800 | [diff] [blame] | 89 | |
Kailash Khalasi | ce9eaec | 2018-09-14 12:01:56 -0700 | [diff] [blame] | 90 | - bool: |
Matteo Scandolo | 3812736 | 2019-04-16 14:14:22 -0700 | [diff] [blame] | 91 | name: installMonitoringAndLogging |
| 92 | default: false |
| 93 | description: "Wether to install prometheus and Elk-stack" |
| 94 | |
| 95 | - bool: |
Kailash Khalasi | ce9eaec | 2018-09-14 12:01:56 -0700 | [diff] [blame] | 96 | name: configurePod |
| 97 | default: true |
| 98 | description: "Configure POD via TOSCA post build" |
| 99 | |
Kailash | dee47a0 | 2018-11-29 08:46:32 -0800 | [diff] [blame] | 100 | - bool: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 101 | name: reinstallOlt |
Suchitra Vemuri | df2632f | 2020-07-15 17:12:09 -0700 | [diff] [blame] | 102 | default: '{reinstall-olt}' |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 103 | description: "Re-install olt software bringing up CORD" |
Suchitra Vemuri | 2c8ec0b | 2018-05-07 13:35:54 -0700 | [diff] [blame] | 104 | |
Matteo Scandolo | fe69a8c | 2018-11-27 11:50:06 -0800 | [diff] [blame] | 105 | - bool: |
| 106 | name: installBBSim |
| 107 | default: false |
| 108 | description: "Install the BBSim container" |
| 109 | |
| 110 | - string: |
| 111 | name: onuNumber |
| 112 | default: '16' |
| 113 | description: "Onus per PonPort" |
| 114 | |
Suchitra Vemuri | e045171 | 2020-05-06 22:51:23 -0700 | [diff] [blame] | 115 | - string: |
| 116 | name: workFlow |
| 117 | default: '{work-flow}' |
| 118 | description: 'Installs and uses the specified work flow on the POD' |
| 119 | |
| 120 | - string: |
| 121 | name: NumOfOpenOnu |
| 122 | default: '{num-of-openonu}' |
| 123 | description: 'Installs the specified Number of OpenOnu Adapters' |
| 124 | |
| 125 | - string: |
| 126 | name: NumOfOnos |
| 127 | default: '{num-of-onos}' |
| 128 | description: 'Installs the specified Number of ONOS instances' |
| 129 | |
Suchitra Vemuri | a0d9205 | 2020-07-15 11:36:12 -0700 | [diff] [blame] | 130 | - bool: |
| 131 | name: inBandManagement |
| 132 | default: '{in-band-management}' |
| 133 | description: 'Indicates whether POD is configured for in band management' |
| 134 | |
Suchitra Vemuri | e045171 | 2020-05-06 22:51:23 -0700 | [diff] [blame] | 135 | - string: |
| 136 | name: NumOfAtomix |
| 137 | default: '{num-of-atomix}' |
| 138 | description: 'Installs the specified Number of Atomix Instances' |
Andrea Campanella | f6a6fb3 | 2020-12-16 12:14:47 +0100 | [diff] [blame^] | 139 | |
| 140 | - string: |
| 141 | name: openoltAdapterChart |
| 142 | default: '{openoltAdapterChart}' |
| 143 | description: 'OpenOLT chart name (or location on file system)' |
| 144 | |
Suchitra Vemuri | 2c8ec0b | 2018-05-07 13:35:54 -0700 | [diff] [blame] | 145 | concurrent: true |
| 146 | |
| 147 | pipeline-scm: |
| 148 | script-path: '{Jenkinsfile}' |
| 149 | scm: |
| 150 | - git: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 151 | url: '{gerrit-server-url}/{test-repo}' |
| 152 | branches: |
| 153 | - '{branch}' |
Suchitra Vemuri | 2c8ec0b | 2018-05-07 13:35:54 -0700 | [diff] [blame] | 154 | |
| 155 | - job-template: |
Kailash Khalasi | 9559f36 | 2018-09-14 13:53:28 -0700 | [diff] [blame] | 156 | name: 'build_{profile}_{config-pod}_{branch}' |
Kailash Khalasi | 2eacfc5 | 2018-08-29 09:03:21 -0700 | [diff] [blame] | 157 | id: build_pod_timer |
Suchitra Vemuri | 2c8ec0b | 2018-05-07 13:35:54 -0700 | [diff] [blame] | 158 | description: | |
Zack Williams | 5412fbf | 2020-08-03 16:03:29 -0700 | [diff] [blame] | 159 | Nightly Kubernetes tests on {config-pod} using {Jenkinsfile}<br /><br /> |
| 160 | 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] | 161 | Created by Suchitra Vemuri, suchitra@opennetworking.org <br /> |
| 162 | Copyright (c) 2017 Open Networking Foundation (ONF) |
Andrea Campanella | b54cabe | 2020-11-26 14:48:11 +0100 | [diff] [blame] | 163 | disabled: '{disable-job}' |
Suchitra Vemuri | cbb295e | 2018-06-01 18:48:30 -0700 | [diff] [blame] | 164 | |
| 165 | <<: *test-pipe-job-boiler-plate |
| 166 | |
| 167 | parameters: |
| 168 | - string: |
Zack Williams | 8ef7981 | 2019-10-29 11:09:18 -0700 | [diff] [blame] | 169 | name: buildNode |
| 170 | default: '{build-node}' |
| 171 | description: 'Name of the Jenkins executor node to run the job on' |
| 172 | |
| 173 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 174 | name: TestNodeName |
Zack Williams | 8ef7981 | 2019-10-29 11:09:18 -0700 | [diff] [blame] | 175 | default: '{build-node}' |
| 176 | description: 'DEPRECATED - use buildNode instead' |
Suchitra Vemuri | cbb295e | 2018-06-01 18:48:30 -0700 | [diff] [blame] | 177 | |
| 178 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 179 | name: cordRepoUrl |
| 180 | default: '{gerrit-server-url}' |
| 181 | description: 'The URL of the CORD Project repository' |
Suchitra Vemuri | cbb295e | 2018-06-01 18:48:30 -0700 | [diff] [blame] | 182 | |
| 183 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 184 | name: configBaseDir |
| 185 | default: 'pod-configs' |
| 186 | description: 'The directory inside the POD configs repository' |
Suchitra Vemuri | cbb295e | 2018-06-01 18:48:30 -0700 | [diff] [blame] | 187 | |
| 188 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 189 | name: configDeploymentDir |
| 190 | default: 'deployment-configs' |
| 191 | description: 'The deployment configs folder' |
Kailash Khalasi | 2eacfc5 | 2018-08-29 09:03:21 -0700 | [diff] [blame] | 192 | |
| 193 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 194 | name: configKubernetesDir |
| 195 | default: 'kubernetes-configs' |
| 196 | description: 'The kubernetes config folder' |
Kailash Khalasi | 2eacfc5 | 2018-08-29 09:03:21 -0700 | [diff] [blame] | 197 | |
| 198 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 199 | name: configToscaDir |
| 200 | default: 'tosca-configs' |
| 201 | description: 'The tosca config folder' |
Kailash Khalasi | 619e688 | 2018-09-13 13:15:37 -0700 | [diff] [blame] | 202 | |
| 203 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 204 | name: configFileName |
| 205 | default: '{config-pod}' |
| 206 | description: 'The config file' |
Suchitra Vemuri | cbb295e | 2018-06-01 18:48:30 -0700 | [diff] [blame] | 207 | |
| 208 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 209 | name: oltDebVersion |
| 210 | default: '{oltDebVersion}' |
| 211 | description: 'OLT Software version to install' |
Kailash Khalasi | d9e6aff | 2018-08-27 15:10:16 -0700 | [diff] [blame] | 212 | |
| 213 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 214 | name: branch |
| 215 | default: '{branch}' |
Suchitra Vemuri | cbb295e | 2018-06-01 18:48:30 -0700 | [diff] [blame] | 216 | |
| 217 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 218 | name: helmRepoUrl |
| 219 | default: 'https://charts.opencord.org' |
| 220 | description: 'URL where helm-charts are published' |
Kailash | 4c745a1 | 2019-03-15 11:32:07 -0700 | [diff] [blame] | 221 | |
| 222 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 223 | name: profile |
| 224 | default: '{profile}' |
| 225 | description: 'Profile in which this job installs' |
Suchitra Vemuri | cbb295e | 2018-06-01 18:48:30 -0700 | [diff] [blame] | 226 | |
Kailash Khalasi | ce9eaec | 2018-09-14 12:01:56 -0700 | [diff] [blame] | 227 | - bool: |
| 228 | name: configurePod |
| 229 | default: true |
| 230 | description: "Configure POD via TOSCA post build" |
| 231 | |
Kailash | dee47a0 | 2018-11-29 08:46:32 -0800 | [diff] [blame] | 232 | - bool: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 233 | name: reinstallOlt |
Suchitra Vemuri | df2632f | 2020-07-15 17:12:09 -0700 | [diff] [blame] | 234 | default: '{reinstall-olt}' |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 235 | description: "Re-install olt software bringing up CORD" |
Kailash | dee47a0 | 2018-11-29 08:46:32 -0800 | [diff] [blame] | 236 | |
| 237 | - bool: |
| 238 | name: installBBSim |
| 239 | default: false |
| 240 | description: "Install the BBSim container" |
| 241 | |
| 242 | - string: |
| 243 | name: onuNumber |
| 244 | default: '16' |
| 245 | description: "Onus per PonPort" |
| 246 | |
Kailash Khalasi | 9559f36 | 2018-09-14 13:53:28 -0700 | [diff] [blame] | 247 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 248 | name: notificationEmail |
| 249 | default: 'kailash@opennetworking.org, you@opennetworking.org, suchitra@opennetworking.org' |
| 250 | description: '' |
Kailash Khalasi | 9559f36 | 2018-09-14 13:53:28 -0700 | [diff] [blame] | 251 | |
Suchitra Vemuri | cbb295e | 2018-06-01 18:48:30 -0700 | [diff] [blame] | 252 | concurrent: true |
| 253 | |
| 254 | pipeline-scm: |
| 255 | script-path: '{Jenkinsfile}' |
| 256 | scm: |
| 257 | - git: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 258 | url: '{gerrit-server-url}/{test-repo}' |
| 259 | branches: |
| 260 | - '{branch}' |
Suchitra Vemuri | cbb295e | 2018-06-01 18:48:30 -0700 | [diff] [blame] | 261 | |
| 262 | triggers: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 263 | - timed: | |
Suchitra Vemuri | cbb295e | 2018-06-01 18:48:30 -0700 | [diff] [blame] | 264 | TZ=America/Los_Angeles |
Kailash Khalasi | acd7ea0 | 2018-09-28 13:36:47 -0700 | [diff] [blame] | 265 | H {time} * * * |
Kailash Khalasi | 9559f36 | 2018-09-14 13:53:28 -0700 | [diff] [blame] | 266 | |
| 267 | - job-template: |
| 268 | name: 'build_{profile}_{config-pod}_{branch}_test' |
| 269 | id: build_pod_test |
Andrea Campanella | b54cabe | 2020-11-26 14:48:11 +0100 | [diff] [blame] | 270 | |
| 271 | disabled: '{disable-job}' |
Kailash Khalasi | 9559f36 | 2018-09-14 13:53:28 -0700 | [diff] [blame] | 272 | description: | |
Zack Williams | 5412fbf | 2020-08-03 16:03:29 -0700 | [diff] [blame] | 273 | Post Tests on {config-pod} triggered by build_{config-pod}_{branch}, using {Jenkinsfile}<br /><br /> |
hwchiu | e3815ab | 2019-10-17 15:06:25 -0700 | [diff] [blame] | 274 | 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] | 275 | Created by Kailash Khalasi - kailash@opennetworking.org <br /> |
| 276 | Copyright (c) 2017 Open Networking Foundation (ONF) |
| 277 | |
| 278 | <<: *test-pipe-job-boiler-plate |
| 279 | |
| 280 | parameters: |
| 281 | - string: |
Zack Williams | 8ef7981 | 2019-10-29 11:09:18 -0700 | [diff] [blame] | 282 | name: buildNode |
| 283 | default: '{build-node}' |
| 284 | description: 'Name of the Jenkins executor node to run the job on' |
| 285 | |
| 286 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 287 | name: TestNodeName |
Zack Williams | 8ef7981 | 2019-10-29 11:09:18 -0700 | [diff] [blame] | 288 | default: '{build-node}' |
| 289 | description: 'DEPRECATED - use buildNode instead' |
Kailash Khalasi | 9559f36 | 2018-09-14 13:53:28 -0700 | [diff] [blame] | 290 | |
| 291 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 292 | name: cordRepoUrl |
| 293 | default: '{gerrit-server-url}' |
| 294 | description: 'The URL of the CORD Project repository' |
Kailash Khalasi | 9559f36 | 2018-09-14 13:53:28 -0700 | [diff] [blame] | 295 | |
| 296 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 297 | name: configBaseDir |
| 298 | default: 'pod-configs' |
| 299 | description: 'The directory inside the POD configs repository' |
Kailash Khalasi | 9559f36 | 2018-09-14 13:53:28 -0700 | [diff] [blame] | 300 | |
| 301 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 302 | name: configDeploymentDir |
| 303 | default: 'deployment-configs' |
| 304 | description: 'The deployment configs folder' |
Kailash Khalasi | 9559f36 | 2018-09-14 13:53:28 -0700 | [diff] [blame] | 305 | |
| 306 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 307 | name: configKubernetesDir |
| 308 | default: 'kubernetes-configs' |
| 309 | description: 'The kubernetes config folder' |
Kailash Khalasi | 9559f36 | 2018-09-14 13:53:28 -0700 | [diff] [blame] | 310 | |
| 311 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 312 | name: configToscaDir |
| 313 | default: 'tosca-configs' |
| 314 | description: 'The tosca config folder' |
Kailash Khalasi | 9559f36 | 2018-09-14 13:53:28 -0700 | [diff] [blame] | 315 | |
| 316 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 317 | name: configFileName |
| 318 | default: '{config-pod}' |
| 319 | description: 'The config file' |
Kailash Khalasi | 9559f36 | 2018-09-14 13:53:28 -0700 | [diff] [blame] | 320 | |
| 321 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 322 | name: branch |
| 323 | default: '{branch}' |
Kailash Khalasi | 9559f36 | 2018-09-14 13:53:28 -0700 | [diff] [blame] | 324 | |
| 325 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 326 | name: notificationEmail |
| 327 | default: 'kailash@opennetworking.org, you@opennetworking.org, suchitra@opennetworking.org' |
| 328 | description: '' |
Kailash Khalasi | 9559f36 | 2018-09-14 13:53:28 -0700 | [diff] [blame] | 329 | |
| 330 | concurrent: true |
| 331 | |
| 332 | pipeline-scm: |
| 333 | script-path: '{Jenkinsfile}' |
| 334 | scm: |
| 335 | - git: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 336 | url: '{gerrit-server-url}/{test-repo}' |
| 337 | branches: |
| 338 | - '{branch}' |
Kailash Khalasi | 9559f36 | 2018-09-14 13:53:28 -0700 | [diff] [blame] | 339 | |
| 340 | triggers: |
| 341 | - reverse: |
| 342 | jobs: 'build_{profile}_{config-pod}_{branch}' |
| 343 | result: 'success' |
Kailash Khalasi | 4de32fe | 2018-11-12 13:31:39 -0800 | [diff] [blame] | 344 | |
| 345 | - job-template: |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 346 | name: 'build_{config-pod}_seba_release_{release}' |
| 347 | id: build_pod_manual_release |
| 348 | description: | |
Zack Williams | 5412fbf | 2020-08-03 16:03:29 -0700 | [diff] [blame] | 349 | Manual Build on POD {config-pod}, using {Jenkinsfile}<br /><br /> |
hwchiu | e3815ab | 2019-10-17 15:06:25 -0700 | [diff] [blame] | 350 | 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] | 351 | Created by QA (Suchitra Vemuri - suchitra@opennetworking.org ) <br /> |
| 352 | Copyright (c) 2018 Open Networking Foundation (ONF) |
| 353 | |
| 354 | <<: *test-pipe-job-boiler-plate |
| 355 | |
| 356 | parameters: |
| 357 | - string: |
Zack Williams | 8ef7981 | 2019-10-29 11:09:18 -0700 | [diff] [blame] | 358 | name: buildNode |
| 359 | default: '{build-node}' |
| 360 | description: 'Name of the Jenkins executor node to run the job on' |
| 361 | |
| 362 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 363 | name: TestNodeName |
Zack Williams | 8ef7981 | 2019-10-29 11:09:18 -0700 | [diff] [blame] | 364 | default: '{build-node}' |
| 365 | description: 'DEPRECATED - use buildNode instead' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 366 | |
| 367 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 368 | name: cordRepoUrl |
| 369 | default: '{gerrit-server-url}' |
| 370 | description: 'The URL of the CORD Project repository' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 371 | |
| 372 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 373 | name: configBaseDir |
| 374 | default: 'pod-configs' |
| 375 | description: 'The directory inside the POD configs repository' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 376 | |
| 377 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 378 | name: configDeploymentDir |
| 379 | default: 'deployment-configs' |
| 380 | description: 'The deployment configs folder' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 381 | |
| 382 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 383 | name: configKubernetesDir |
| 384 | default: 'kubernetes-configs' |
| 385 | description: 'The kubernetes config folder' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 386 | |
| 387 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 388 | name: configToscaDir |
| 389 | default: 'tosca-configs' |
| 390 | description: 'The tosca config folder' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 391 | |
| 392 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 393 | name: configFileName |
| 394 | default: '{config-pod}' |
| 395 | description: 'The config file' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 396 | |
| 397 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 398 | name: oltDebVersion |
| 399 | default: '{oltDebVersion}' |
| 400 | description: 'OLT Software version to install' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 401 | |
| 402 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 403 | name: branch |
| 404 | default: '{branch}' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 405 | |
| 406 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 407 | name: notificationEmail |
| 408 | default: 'kailash@opennetworking.org, you@opennetworking.org, suchitra@opennetworking.org' |
| 409 | description: '' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 410 | |
| 411 | - bool: |
| 412 | name: configurePod |
| 413 | default: true |
| 414 | description: "Configure POD via TOSCA post build" |
| 415 | |
| 416 | - bool: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 417 | name: reinstallOlt |
Suchitra Vemuri | df2632f | 2020-07-15 17:12:09 -0700 | [diff] [blame] | 418 | default: '{reinstall-olt}' |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 419 | description: "Re-install olt software bringing up CORD" |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 420 | |
| 421 | - bool: |
| 422 | name: installBBSim |
| 423 | default: false |
| 424 | description: "Install the BBSim container" |
| 425 | |
| 426 | - string: |
| 427 | name: onuNumber |
| 428 | default: '16' |
| 429 | description: "Onus per PonPort" |
| 430 | |
| 431 | concurrent: true |
| 432 | |
| 433 | pipeline-scm: |
| 434 | script-path: '{Jenkinsfile}' |
| 435 | scm: |
| 436 | - git: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 437 | url: '{gerrit-server-url}/cord-tester' |
| 438 | branches: |
| 439 | - '{branch}' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 440 | |
| 441 | - job-template: |
| 442 | name: 'build_{config-pod}_seba_release_{release}' |
| 443 | id: build_pod_release |
| 444 | description: | |
Zack Williams | 5412fbf | 2020-08-03 16:03:29 -0700 | [diff] [blame] | 445 | Manual Build on POD {config-pod}, using {Jenkinsfile}<br /><br /> |
hwchiu | e3815ab | 2019-10-17 15:06:25 -0700 | [diff] [blame] | 446 | 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] | 447 | Created by QA (Suchitra Vemuri - suchitra@opennetworking.org ) <br /> |
| 448 | Copyright (c) 2018 Open Networking Foundation (ONF) |
| 449 | |
| 450 | <<: *test-pipe-job-boiler-plate |
| 451 | |
| 452 | parameters: |
| 453 | - string: |
Zack Williams | 8ef7981 | 2019-10-29 11:09:18 -0700 | [diff] [blame] | 454 | name: buildNode |
| 455 | default: '{build-node}' |
| 456 | description: 'Name of the Jenkins executor node to run the job on' |
| 457 | |
| 458 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 459 | name: TestNodeName |
Zack Williams | 8ef7981 | 2019-10-29 11:09:18 -0700 | [diff] [blame] | 460 | default: '{build-node}' |
| 461 | description: 'DEPRECATED - use buildNode instead' |
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: cordRepoUrl |
| 465 | default: '{gerrit-server-url}' |
| 466 | description: 'The URL of the CORD Project repository' |
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: configBaseDir |
| 470 | default: 'pod-configs' |
| 471 | description: 'The directory inside the POD configs repository' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 472 | |
| 473 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 474 | name: configDeploymentDir |
| 475 | default: 'deployment-configs' |
| 476 | description: 'The deployment configs folder' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 477 | |
| 478 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 479 | name: configKubernetesDir |
| 480 | default: 'kubernetes-configs' |
| 481 | description: 'The kubernetes config folder' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 482 | |
| 483 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 484 | name: configToscaDir |
| 485 | default: 'tosca-configs' |
| 486 | description: 'The tosca config folder' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 487 | |
| 488 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 489 | name: configFileName |
| 490 | default: '{config-pod}' |
| 491 | description: 'The config file' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 492 | |
| 493 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 494 | name: oltDebVersion |
| 495 | default: '{oltDebVersion}' |
| 496 | description: 'OLT Software version to install' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 497 | |
| 498 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 499 | name: helmRepoUrl |
| 500 | default: 'https://charts.opencord.org' |
| 501 | description: 'URL where helm-charts are published' |
Kailash | 5f1dd1b | 2019-07-10 10:57:32 -0700 | [diff] [blame] | 502 | |
| 503 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 504 | name: branch |
| 505 | default: '{branch}' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 506 | |
| 507 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 508 | name: notificationEmail |
| 509 | default: 'kailash@opennetworking.org, you@opennetworking.org, suchitra@opennetworking.org' |
| 510 | description: '' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 511 | |
| 512 | - bool: |
| 513 | name: configurePod |
| 514 | default: true |
| 515 | description: "Configure POD via TOSCA post build" |
| 516 | |
| 517 | - bool: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 518 | name: reinstallOlt |
Suchitra Vemuri | df2632f | 2020-07-15 17:12:09 -0700 | [diff] [blame] | 519 | default: '{reinstall-olt}' |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 520 | description: "Re-install olt software bringing up CORD" |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 521 | |
| 522 | - bool: |
| 523 | name: installBBSim |
| 524 | default: false |
| 525 | description: "Install the BBSim container" |
| 526 | |
| 527 | - string: |
| 528 | name: onuNumber |
| 529 | default: '16' |
| 530 | description: "Onus per PonPort" |
| 531 | |
| 532 | concurrent: true |
| 533 | |
| 534 | pipeline-scm: |
| 535 | script-path: '{Jenkinsfile}' |
| 536 | scm: |
| 537 | - git: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 538 | url: '{gerrit-server-url}/cord-tester' |
| 539 | branches: |
| 540 | - '{branch}' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 541 | |
| 542 | triggers: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 543 | - timed: | |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 544 | TZ=America/Los_Angeles |
| 545 | H {time} * * * |
| 546 | |
| 547 | - job-template: |
| 548 | name: 'build_{config-pod}_seba_release_{release}_test' |
| 549 | id: build_pod_release_test |
| 550 | description: | |
Zack Williams | 5412fbf | 2020-08-03 16:03:29 -0700 | [diff] [blame] | 551 | Post Tests on {config-pod} triggered by build_{config-pod}_{branch}, using {Jenkinsfile} <br /><br /> |
hwchiu | e3815ab | 2019-10-17 15:06:25 -0700 | [diff] [blame] | 552 | 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] | 553 | Created by Kailash Khalasi - kailash@opennetworking.org <br /> |
| 554 | Copyright (c) 2017 Open Networking Foundation (ONF) |
| 555 | |
| 556 | <<: *test-pipe-job-boiler-plate |
| 557 | |
| 558 | parameters: |
| 559 | - string: |
Zack Williams | 8ef7981 | 2019-10-29 11:09:18 -0700 | [diff] [blame] | 560 | name: buildNode |
| 561 | default: '{build-node}' |
| 562 | description: 'Name of the Jenkins executor node to run the job on' |
| 563 | |
| 564 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 565 | name: TestNodeName |
Zack Williams | 8ef7981 | 2019-10-29 11:09:18 -0700 | [diff] [blame] | 566 | default: '{build-node}' |
| 567 | description: 'DEPRECATED - use buildNode instead' |
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: cordRepoUrl |
| 571 | default: '{gerrit-server-url}' |
| 572 | description: 'The URL of the CORD Project repository' |
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: configBaseDir |
| 576 | default: 'pod-configs' |
| 577 | description: 'The directory inside the POD configs repository' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 578 | |
| 579 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 580 | name: configDeploymentDir |
| 581 | default: 'deployment-configs' |
| 582 | description: 'The deployment configs folder' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 583 | |
| 584 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 585 | name: configKubernetesDir |
| 586 | default: 'kubernetes-configs' |
| 587 | description: 'The kubernetes config folder' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 588 | |
| 589 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 590 | name: configToscaDir |
| 591 | default: 'tosca-configs' |
| 592 | description: 'The tosca config folder' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 593 | |
| 594 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 595 | name: configFileName |
| 596 | default: '{config-pod}' |
| 597 | description: 'The config file' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 598 | |
| 599 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 600 | name: branch |
| 601 | default: '{branch}' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 602 | |
| 603 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 604 | name: notificationEmail |
| 605 | default: 'kailash@opennetworking.org, you@opennetworking.org, suchitra@opennetworking.org' |
| 606 | description: '' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 607 | |
| 608 | concurrent: true |
| 609 | |
| 610 | pipeline-scm: |
| 611 | script-path: '{Jenkinsfile}' |
| 612 | scm: |
| 613 | - git: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 614 | url: '{gerrit-server-url}/cord-tester' |
| 615 | branches: |
| 616 | - '{branch}' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 617 | |
| 618 | triggers: |
| 619 | - reverse: |
| 620 | jobs: 'build_{config-pod}_seba_release_{release}' |
| 621 | result: 'success' |
Kailash | 5b1a161 | 2018-12-21 15:17:21 -0800 | [diff] [blame] | 622 | |
| 623 | |
| 624 | - job-template: |
| 625 | name: 'build_{config-pod}_seba_release_{release}_microcharts_test' |
| 626 | id: build_pod_release_test_microcharts |
| 627 | description: | |
Zack Williams | 5412fbf | 2020-08-03 16:03:29 -0700 | [diff] [blame] | 628 | Post Tests on {config-pod} triggered by build_{config-pod}_{branch}, using {Jenkinsfile}<br /><br /> |
hwchiu | e3815ab | 2019-10-17 15:06:25 -0700 | [diff] [blame] | 629 | 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] | 630 | Created by Kailash Khalasi - kailash@opennetworking.org <br /> |
| 631 | Copyright (c) 2017 Open Networking Foundation (ONF) |
| 632 | |
| 633 | <<: *test-pipe-job-boiler-plate |
| 634 | |
| 635 | parameters: |
| 636 | - string: |
Zack Williams | 8ef7981 | 2019-10-29 11:09:18 -0700 | [diff] [blame] | 637 | name: buildNode |
| 638 | default: '{build-node}' |
| 639 | description: 'Name of the Jenkins executor node to run the job on' |
| 640 | |
| 641 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 642 | name: TestNodeName |
Zack Williams | 8ef7981 | 2019-10-29 11:09:18 -0700 | [diff] [blame] | 643 | default: '{build-node}' |
| 644 | description: 'DEPRECATED - use buildNode instead' |
Kailash | 5b1a161 | 2018-12-21 15:17:21 -0800 | [diff] [blame] | 645 | |
| 646 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 647 | name: cordRepoUrl |
| 648 | default: '{gerrit-server-url}' |
| 649 | description: 'The URL of the CORD Project repository' |
Kailash | 5b1a161 | 2018-12-21 15:17:21 -0800 | [diff] [blame] | 650 | |
| 651 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 652 | name: configBaseDir |
| 653 | default: 'pod-configs' |
| 654 | description: 'The directory inside the POD configs repository' |
Kailash | 5b1a161 | 2018-12-21 15:17:21 -0800 | [diff] [blame] | 655 | |
| 656 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 657 | name: configDeploymentDir |
| 658 | default: 'deployment-configs' |
| 659 | description: 'The deployment configs folder' |
Kailash | 5b1a161 | 2018-12-21 15:17:21 -0800 | [diff] [blame] | 660 | |
| 661 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 662 | name: configKubernetesDir |
| 663 | default: 'kubernetes-configs' |
| 664 | description: 'The kubernetes config folder' |
Kailash | 5b1a161 | 2018-12-21 15:17:21 -0800 | [diff] [blame] | 665 | |
| 666 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 667 | name: configToscaDir |
| 668 | default: 'tosca-configs' |
| 669 | description: 'The tosca config folder' |
Kailash | 5b1a161 | 2018-12-21 15:17:21 -0800 | [diff] [blame] | 670 | |
| 671 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 672 | name: configFileName |
| 673 | default: '{config-pod}' |
| 674 | description: 'The config file' |
Kailash | 5b1a161 | 2018-12-21 15:17:21 -0800 | [diff] [blame] | 675 | |
| 676 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 677 | name: branch |
| 678 | default: '{branch}' |
Kailash | 5b1a161 | 2018-12-21 15:17:21 -0800 | [diff] [blame] | 679 | |
| 680 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 681 | name: notificationEmail |
| 682 | default: 'kailash@opennetworking.org, you@opennetworking.org, suchitra@opennetworking.org' |
| 683 | description: '' |
Kailash | 5b1a161 | 2018-12-21 15:17:21 -0800 | [diff] [blame] | 684 | |
| 685 | concurrent: true |
| 686 | |
| 687 | pipeline-scm: |
| 688 | script-path: '{Jenkinsfile}' |
| 689 | scm: |
| 690 | - git: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 691 | url: '{gerrit-server-url}/cord-tester' |
| 692 | branches: |
| 693 | - '{branch}' |
Kailash | 5b1a161 | 2018-12-21 15:17:21 -0800 | [diff] [blame] | 694 | |
| 695 | triggers: |
| 696 | - reverse: |
| 697 | jobs: 'build_{config-pod}_seba_release_{release}_microcharts' |
| 698 | result: 'success' |
Kailash | c8c05d5 | 2019-01-15 20:01:11 -0800 | [diff] [blame] | 699 | |
| 700 | |
| 701 | - job-template: |
Kailash | d22f91f | 2019-02-14 08:52:52 -0800 | [diff] [blame] | 702 | name: 'build_{config-pod}' |
Kailash | c8c05d5 | 2019-01-15 20:01:11 -0800 | [diff] [blame] | 703 | id: build_mcord_pod_manual |
| 704 | description: | |
Zack Williams | 5412fbf | 2020-08-03 16:03:29 -0700 | [diff] [blame] | 705 | Manual Build on POD {config-pod}, using {Jenkinsfile} <br /><br /> |
Kailash | c8c05d5 | 2019-01-15 20:01:11 -0800 | [diff] [blame] | 706 | Created from job-template {id} from ci-management/jjb/cord-test/nightly-build-pipeline.yaml <br /> |
| 707 | Created by QA (Kailash Khalasi - kailash@opennetworking.org ) <br /> |
| 708 | Copyright (c) 2019 Open Networking Foundation (ONF) |
| 709 | |
| 710 | <<: *test-pipe-job-boiler-plate |
| 711 | |
| 712 | parameters: |
| 713 | - string: |
Zack Williams | 8ef7981 | 2019-10-29 11:09:18 -0700 | [diff] [blame] | 714 | name: buildNode |
| 715 | default: '{build-node}' |
| 716 | description: 'Name of the Jenkins executor node to run the job on' |
| 717 | |
| 718 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 719 | name: TestNodeName |
Zack Williams | 8ef7981 | 2019-10-29 11:09:18 -0700 | [diff] [blame] | 720 | default: '{build-node}' |
| 721 | description: 'DEPRECATED - use buildNode instead' |
Kailash | c8c05d5 | 2019-01-15 20:01:11 -0800 | [diff] [blame] | 722 | |
| 723 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 724 | name: cordRepoUrl |
| 725 | default: '{gerrit-server-url}' |
| 726 | description: 'The URL of the CORD Project repository' |
Kailash | c8c05d5 | 2019-01-15 20:01:11 -0800 | [diff] [blame] | 727 | |
| 728 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 729 | name: configBaseDir |
| 730 | default: 'pod-configs' |
| 731 | description: 'The directory inside the POD configs repository' |
Kailash | c8c05d5 | 2019-01-15 20:01:11 -0800 | [diff] [blame] | 732 | |
| 733 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 734 | name: configDeploymentDir |
| 735 | default: 'deployment-configs' |
| 736 | description: 'The deployment configs folder' |
Kailash | c8c05d5 | 2019-01-15 20:01:11 -0800 | [diff] [blame] | 737 | |
| 738 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 739 | name: configKubernetesDir |
| 740 | default: 'kubernetes-configs' |
| 741 | description: 'The kubernetes config folder' |
Kailash | c8c05d5 | 2019-01-15 20:01:11 -0800 | [diff] [blame] | 742 | |
| 743 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 744 | name: configToscaDir |
| 745 | default: 'tosca-configs' |
| 746 | description: 'The tosca config folder' |
Kailash | c8c05d5 | 2019-01-15 20:01:11 -0800 | [diff] [blame] | 747 | |
| 748 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 749 | name: configFileName |
| 750 | default: '{config-pod}' |
| 751 | description: 'The config file' |
Kailash | c8c05d5 | 2019-01-15 20:01:11 -0800 | [diff] [blame] | 752 | |
| 753 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 754 | name: branch |
| 755 | default: '{branch}' |
Kailash | c8c05d5 | 2019-01-15 20:01:11 -0800 | [diff] [blame] | 756 | |
| 757 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 758 | name: profile |
| 759 | default: '{profile}' |
| 760 | description: 'Profile in which this job installs' |
Kailash | c8c05d5 | 2019-01-15 20:01:11 -0800 | [diff] [blame] | 761 | |
| 762 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 763 | name: notificationEmail |
| 764 | default: 'luca@opennetworking.org, teo@opennetworking.org, weiyu@opennetworking.org' |
| 765 | description: '' |
Kailash | c8c05d5 | 2019-01-15 20:01:11 -0800 | [diff] [blame] | 766 | |
| 767 | - bool: |
| 768 | name: configurePod |
Matteo Scandolo | a9b416e | 2019-01-24 15:21:07 -0800 | [diff] [blame] | 769 | default: true |
Kailash | c8c05d5 | 2019-01-15 20:01:11 -0800 | [diff] [blame] | 770 | description: "Configure POD via TOSCA post build" |
| 771 | |
Matteo Scandolo | a679189 | 2019-01-25 15:46:03 -0800 | [diff] [blame] | 772 | - bool: |
| 773 | name: installEpcControlPlane |
| 774 | default: true |
| 775 | description: "Install the EPC control plane" |
| 776 | |
Kailash | c8c05d5 | 2019-01-15 20:01:11 -0800 | [diff] [blame] | 777 | concurrent: true |
| 778 | |
| 779 | pipeline-scm: |
| 780 | script-path: '{Jenkinsfile}' |
| 781 | scm: |
| 782 | - git: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 783 | url: '{gerrit-server-url}/cord-tester' |
| 784 | branches: |
| 785 | - '{branch}' |