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