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