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 | 518f357 | 2024-02-11 07:56:25 -0500 | [diff] [blame] | 24 | Copyright 2018-2024 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 | af679da | 2023-01-31 14:22:41 -0500 | [diff] [blame] | 175 | Created by Suchitra Vemuri, suchitra@opennetworking.org <br /> |
Joey Armstrong | 518f357 | 2024-02-11 07:56:25 -0500 | [diff] [blame] | 176 | Copyright 2017-2024 Open Networking Foundation (ONF) and the ONF Contributors |
Andrea Campanella | b54cabe | 2020-11-26 14:48:11 +0100 | [diff] [blame] | 177 | disabled: '{disable-job}' |
Suchitra Vemuri | cbb295e | 2018-06-01 18:48:30 -0700 | [diff] [blame] | 178 | |
| 179 | <<: *test-pipe-job-boiler-plate |
| 180 | |
Andrea Campanella | a8c4b5c | 2021-01-12 09:41:52 +0100 | [diff] [blame] | 181 | openoltAdapterChart: onf/voltha-adapter-openolt |
| 182 | |
Andrea Campanella | 2036159 | 2021-08-26 18:45:28 +0200 | [diff] [blame] | 183 | oltAdapterReleaseName: open-olt |
| 184 | |
Andrea Campanella | ecefbc8 | 2021-08-27 11:06:31 +0200 | [diff] [blame] | 185 | waitTimerForOltUp: 360 |
| 186 | |
Suchitra Vemuri | cbb295e | 2018-06-01 18:48:30 -0700 | [diff] [blame] | 187 | parameters: |
| 188 | - string: |
Zack Williams | 8ef7981 | 2019-10-29 11:09:18 -0700 | [diff] [blame] | 189 | name: buildNode |
| 190 | default: '{build-node}' |
| 191 | description: 'Name of the Jenkins executor node to run the job on' |
| 192 | |
| 193 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 194 | name: TestNodeName |
Zack Williams | 8ef7981 | 2019-10-29 11:09:18 -0700 | [diff] [blame] | 195 | default: '{build-node}' |
| 196 | description: 'DEPRECATED - use buildNode instead' |
Suchitra Vemuri | cbb295e | 2018-06-01 18:48:30 -0700 | [diff] [blame] | 197 | |
| 198 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 199 | name: cordRepoUrl |
| 200 | default: '{gerrit-server-url}' |
| 201 | description: 'The URL of the CORD Project repository' |
Suchitra Vemuri | cbb295e | 2018-06-01 18:48:30 -0700 | [diff] [blame] | 202 | |
| 203 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 204 | name: configBaseDir |
| 205 | default: 'pod-configs' |
| 206 | description: 'The directory inside the POD configs repository' |
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: configDeploymentDir |
| 210 | default: 'deployment-configs' |
| 211 | description: 'The deployment configs folder' |
Kailash Khalasi | 2eacfc5 | 2018-08-29 09:03:21 -0700 | [diff] [blame] | 212 | |
| 213 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 214 | name: configKubernetesDir |
| 215 | default: 'kubernetes-configs' |
| 216 | description: 'The kubernetes config folder' |
Kailash Khalasi | 2eacfc5 | 2018-08-29 09:03:21 -0700 | [diff] [blame] | 217 | |
| 218 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 219 | name: configToscaDir |
| 220 | default: 'tosca-configs' |
| 221 | description: 'The tosca config folder' |
Kailash Khalasi | 619e688 | 2018-09-13 13:15:37 -0700 | [diff] [blame] | 222 | |
| 223 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 224 | name: configFileName |
| 225 | default: '{config-pod}' |
| 226 | description: 'The config file' |
Suchitra Vemuri | cbb295e | 2018-06-01 18:48:30 -0700 | [diff] [blame] | 227 | |
| 228 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 229 | name: oltDebVersion |
| 230 | default: '{oltDebVersion}' |
| 231 | description: 'OLT Software version to install' |
Kailash Khalasi | d9e6aff | 2018-08-27 15:10:16 -0700 | [diff] [blame] | 232 | |
| 233 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 234 | name: branch |
| 235 | default: '{branch}' |
Suchitra Vemuri | cbb295e | 2018-06-01 18:48:30 -0700 | [diff] [blame] | 236 | |
| 237 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 238 | name: helmRepoUrl |
| 239 | default: 'https://charts.opencord.org' |
| 240 | description: 'URL where helm-charts are published' |
Kailash | 4c745a1 | 2019-03-15 11:32:07 -0700 | [diff] [blame] | 241 | |
| 242 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 243 | name: profile |
| 244 | default: '{profile}' |
| 245 | description: 'Profile in which this job installs' |
Suchitra Vemuri | cbb295e | 2018-06-01 18:48:30 -0700 | [diff] [blame] | 246 | |
Kailash Khalasi | ce9eaec | 2018-09-14 12:01:56 -0700 | [diff] [blame] | 247 | - bool: |
| 248 | name: configurePod |
| 249 | default: true |
| 250 | description: "Configure POD via TOSCA post build" |
| 251 | |
Kailash | dee47a0 | 2018-11-29 08:46:32 -0800 | [diff] [blame] | 252 | - bool: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 253 | name: reinstallOlt |
Suchitra Vemuri | df2632f | 2020-07-15 17:12:09 -0700 | [diff] [blame] | 254 | default: '{reinstall-olt}' |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 255 | description: "Re-install olt software bringing up CORD" |
Kailash | dee47a0 | 2018-11-29 08:46:32 -0800 | [diff] [blame] | 256 | |
| 257 | - bool: |
| 258 | name: installBBSim |
| 259 | default: false |
| 260 | description: "Install the BBSim container" |
| 261 | |
| 262 | - string: |
| 263 | name: onuNumber |
| 264 | default: '16' |
| 265 | description: "Onus per PonPort" |
| 266 | |
Kailash Khalasi | 9559f36 | 2018-09-14 13:53:28 -0700 | [diff] [blame] | 267 | - string: |
Andrea Campanella | a8c4b5c | 2021-01-12 09:41:52 +0100 | [diff] [blame] | 268 | name: openoltAdapterChart |
| 269 | default: '{openoltAdapterChart}' |
Andrea Campanella | 2036159 | 2021-08-26 18:45:28 +0200 | [diff] [blame] | 270 | description: 'Olt adapter chart name (or location on file system)' |
| 271 | |
| 272 | - string: |
| 273 | name: oltAdapterReleaseName |
| 274 | default: '{oltAdapterReleaseName}' |
| 275 | description: 'Olt adapter release name' |
Andrea Campanella | a8c4b5c | 2021-01-12 09:41:52 +0100 | [diff] [blame] | 276 | |
Andrea Campanella | ecefbc8 | 2021-08-27 11:06:31 +0200 | [diff] [blame] | 277 | - string: |
| 278 | name: waitTimerForOltUp |
| 279 | default: '{waitTimerForOltUp}' |
| 280 | description: 'Wait timer for the OLT to come up after reboot' |
| 281 | |
Suchitra Vemuri | cbb295e | 2018-06-01 18:48:30 -0700 | [diff] [blame] | 282 | concurrent: true |
| 283 | |
| 284 | pipeline-scm: |
| 285 | script-path: '{Jenkinsfile}' |
| 286 | scm: |
| 287 | - git: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 288 | url: '{gerrit-server-url}/{test-repo}' |
| 289 | branches: |
| 290 | - '{branch}' |
Suchitra Vemuri | cbb295e | 2018-06-01 18:48:30 -0700 | [diff] [blame] | 291 | |
| 292 | triggers: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 293 | - timed: | |
Suchitra Vemuri | cbb295e | 2018-06-01 18:48:30 -0700 | [diff] [blame] | 294 | TZ=America/Los_Angeles |
Kailash Khalasi | acd7ea0 | 2018-09-28 13:36:47 -0700 | [diff] [blame] | 295 | H {time} * * * |
Kailash Khalasi | 9559f36 | 2018-09-14 13:53:28 -0700 | [diff] [blame] | 296 | |
| 297 | - job-template: |
| 298 | name: 'build_{profile}_{config-pod}_{branch}_test' |
| 299 | id: build_pod_test |
Andrea Campanella | b54cabe | 2020-11-26 14:48:11 +0100 | [diff] [blame] | 300 | |
| 301 | disabled: '{disable-job}' |
Kailash Khalasi | 9559f36 | 2018-09-14 13:53:28 -0700 | [diff] [blame] | 302 | description: | |
Zack Williams | 5412fbf | 2020-08-03 16:03:29 -0700 | [diff] [blame] | 303 | 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] | 304 | Created from job-template {id} from ci-management/jjb/cord-test/nightly-build-pipeline.yaml <br /> |
Joey Armstrong | af679da | 2023-01-31 14:22:41 -0500 | [diff] [blame] | 305 | Created by Kailash Khalasi - kailash@opennetworking.org <br /> |
Joey Armstrong | cfd0664 | 2023-08-21 15:44:06 -0400 | [diff] [blame] | 306 | UUID: 9f1d0a1a-4058-11ee-93cc-07cf258f407e <br /> |
Joey Armstrong | 518f357 | 2024-02-11 07:56:25 -0500 | [diff] [blame] | 307 | Copyright 2017-2024 Open Networking Foundation (ONF) and the ONF Contributors |
Kailash Khalasi | 9559f36 | 2018-09-14 13:53:28 -0700 | [diff] [blame] | 308 | |
| 309 | <<: *test-pipe-job-boiler-plate |
| 310 | |
| 311 | parameters: |
| 312 | - string: |
Zack Williams | 8ef7981 | 2019-10-29 11:09:18 -0700 | [diff] [blame] | 313 | name: buildNode |
| 314 | default: '{build-node}' |
| 315 | description: 'Name of the Jenkins executor node to run the job on' |
| 316 | |
| 317 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 318 | name: TestNodeName |
Zack Williams | 8ef7981 | 2019-10-29 11:09:18 -0700 | [diff] [blame] | 319 | default: '{build-node}' |
| 320 | description: 'DEPRECATED - use buildNode instead' |
Kailash Khalasi | 9559f36 | 2018-09-14 13:53:28 -0700 | [diff] [blame] | 321 | |
| 322 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 323 | name: cordRepoUrl |
| 324 | default: '{gerrit-server-url}' |
| 325 | description: 'The URL of the CORD Project repository' |
Kailash Khalasi | 9559f36 | 2018-09-14 13:53:28 -0700 | [diff] [blame] | 326 | |
| 327 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 328 | name: configBaseDir |
| 329 | default: 'pod-configs' |
| 330 | description: 'The directory inside the POD configs repository' |
Kailash Khalasi | 9559f36 | 2018-09-14 13:53:28 -0700 | [diff] [blame] | 331 | |
| 332 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 333 | name: configDeploymentDir |
| 334 | default: 'deployment-configs' |
| 335 | description: 'The deployment configs folder' |
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: configKubernetesDir |
| 339 | default: 'kubernetes-configs' |
| 340 | description: 'The kubernetes config folder' |
Kailash Khalasi | 9559f36 | 2018-09-14 13:53:28 -0700 | [diff] [blame] | 341 | |
| 342 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 343 | name: configToscaDir |
| 344 | default: 'tosca-configs' |
| 345 | description: 'The tosca config folder' |
Kailash Khalasi | 9559f36 | 2018-09-14 13:53:28 -0700 | [diff] [blame] | 346 | |
| 347 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 348 | name: configFileName |
| 349 | default: '{config-pod}' |
| 350 | description: 'The config file' |
Kailash Khalasi | 9559f36 | 2018-09-14 13:53:28 -0700 | [diff] [blame] | 351 | |
| 352 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 353 | name: branch |
| 354 | default: '{branch}' |
Kailash Khalasi | 9559f36 | 2018-09-14 13:53:28 -0700 | [diff] [blame] | 355 | |
Kailash Khalasi | 9559f36 | 2018-09-14 13:53:28 -0700 | [diff] [blame] | 356 | concurrent: true |
| 357 | |
| 358 | pipeline-scm: |
| 359 | script-path: '{Jenkinsfile}' |
| 360 | scm: |
| 361 | - git: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 362 | url: '{gerrit-server-url}/{test-repo}' |
| 363 | branches: |
| 364 | - '{branch}' |
Kailash Khalasi | 9559f36 | 2018-09-14 13:53:28 -0700 | [diff] [blame] | 365 | |
| 366 | triggers: |
| 367 | - reverse: |
| 368 | jobs: 'build_{profile}_{config-pod}_{branch}' |
| 369 | result: 'success' |
Kailash Khalasi | 4de32fe | 2018-11-12 13:31:39 -0800 | [diff] [blame] | 370 | |
| 371 | - job-template: |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 372 | name: 'build_{config-pod}_seba_release_{release}' |
| 373 | id: build_pod_manual_release |
| 374 | description: | |
Zack Williams | 5412fbf | 2020-08-03 16:03:29 -0700 | [diff] [blame] | 375 | Manual Build on POD {config-pod}, using {Jenkinsfile}<br /><br /> |
hwchiu | e3815ab | 2019-10-17 15:06:25 -0700 | [diff] [blame] | 376 | 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] | 377 | Created by QA (Suchitra Vemuri - suchitra@opennetworking.org ) <br /> |
Joey Armstrong | 518f357 | 2024-02-11 07:56:25 -0500 | [diff] [blame] | 378 | Copyright 2018-2024 Open Networking Foundation (ONF) and the ONF Contributors |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 379 | |
| 380 | <<: *test-pipe-job-boiler-plate |
| 381 | |
| 382 | parameters: |
| 383 | - string: |
Zack Williams | 8ef7981 | 2019-10-29 11:09:18 -0700 | [diff] [blame] | 384 | name: buildNode |
| 385 | default: '{build-node}' |
| 386 | description: 'Name of the Jenkins executor node to run the job on' |
| 387 | |
| 388 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 389 | name: TestNodeName |
Zack Williams | 8ef7981 | 2019-10-29 11:09:18 -0700 | [diff] [blame] | 390 | default: '{build-node}' |
| 391 | description: 'DEPRECATED - use buildNode instead' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 392 | |
| 393 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 394 | name: cordRepoUrl |
| 395 | default: '{gerrit-server-url}' |
| 396 | description: 'The URL of the CORD Project repository' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 397 | |
| 398 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 399 | name: configBaseDir |
| 400 | default: 'pod-configs' |
| 401 | description: 'The directory inside the POD configs repository' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 402 | |
| 403 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 404 | name: configDeploymentDir |
| 405 | default: 'deployment-configs' |
| 406 | description: 'The deployment configs folder' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 407 | |
| 408 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 409 | name: configKubernetesDir |
| 410 | default: 'kubernetes-configs' |
| 411 | description: 'The kubernetes config folder' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 412 | |
| 413 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 414 | name: configToscaDir |
| 415 | default: 'tosca-configs' |
| 416 | description: 'The tosca config folder' |
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: configFileName |
| 420 | default: '{config-pod}' |
| 421 | description: 'The config file' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 422 | |
| 423 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 424 | name: oltDebVersion |
| 425 | default: '{oltDebVersion}' |
| 426 | description: 'OLT Software version to install' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 427 | |
| 428 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 429 | name: branch |
| 430 | default: '{branch}' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 431 | |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 432 | - bool: |
| 433 | name: configurePod |
| 434 | default: true |
| 435 | description: "Configure POD via TOSCA post build" |
| 436 | |
| 437 | - bool: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 438 | name: reinstallOlt |
Suchitra Vemuri | df2632f | 2020-07-15 17:12:09 -0700 | [diff] [blame] | 439 | default: '{reinstall-olt}' |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 440 | description: "Re-install olt software bringing up CORD" |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 441 | |
| 442 | - bool: |
| 443 | name: installBBSim |
| 444 | default: false |
| 445 | description: "Install the BBSim container" |
| 446 | |
| 447 | - string: |
| 448 | name: onuNumber |
| 449 | default: '16' |
| 450 | description: "Onus per PonPort" |
| 451 | |
| 452 | concurrent: true |
| 453 | |
| 454 | pipeline-scm: |
| 455 | script-path: '{Jenkinsfile}' |
| 456 | scm: |
| 457 | - git: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 458 | url: '{gerrit-server-url}/cord-tester' |
| 459 | branches: |
| 460 | - '{branch}' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 461 | |
| 462 | - job-template: |
| 463 | name: 'build_{config-pod}_seba_release_{release}' |
| 464 | id: build_pod_release |
| 465 | description: | |
Zack Williams | 5412fbf | 2020-08-03 16:03:29 -0700 | [diff] [blame] | 466 | Manual Build on POD {config-pod}, using {Jenkinsfile}<br /><br /> |
hwchiu | e3815ab | 2019-10-17 15:06:25 -0700 | [diff] [blame] | 467 | 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] | 468 | Created by QA (Suchitra Vemuri - suchitra@opennetworking.org ) <br /> |
Joey Armstrong | 518f357 | 2024-02-11 07:56:25 -0500 | [diff] [blame] | 469 | Copyright 2018-2024 Open Networking Foundation (ONF) and the ONF Contributors |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 470 | |
| 471 | <<: *test-pipe-job-boiler-plate |
| 472 | |
| 473 | parameters: |
| 474 | - string: |
Zack Williams | 8ef7981 | 2019-10-29 11:09:18 -0700 | [diff] [blame] | 475 | name: buildNode |
| 476 | default: '{build-node}' |
| 477 | description: 'Name of the Jenkins executor node to run the job on' |
| 478 | |
| 479 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 480 | name: TestNodeName |
Zack Williams | 8ef7981 | 2019-10-29 11:09:18 -0700 | [diff] [blame] | 481 | default: '{build-node}' |
| 482 | description: 'DEPRECATED - use buildNode instead' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 483 | |
| 484 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 485 | name: cordRepoUrl |
| 486 | default: '{gerrit-server-url}' |
| 487 | description: 'The URL of the CORD Project repository' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 488 | |
| 489 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 490 | name: configBaseDir |
| 491 | default: 'pod-configs' |
| 492 | description: 'The directory inside the POD configs repository' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 493 | |
| 494 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 495 | name: configDeploymentDir |
| 496 | default: 'deployment-configs' |
| 497 | description: 'The deployment configs folder' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 498 | |
| 499 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 500 | name: configKubernetesDir |
| 501 | default: 'kubernetes-configs' |
| 502 | description: 'The kubernetes config folder' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 503 | |
| 504 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 505 | name: configToscaDir |
| 506 | default: 'tosca-configs' |
| 507 | description: 'The tosca config folder' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 508 | |
| 509 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 510 | name: configFileName |
| 511 | default: '{config-pod}' |
| 512 | description: 'The config file' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 513 | |
| 514 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 515 | name: oltDebVersion |
| 516 | default: '{oltDebVersion}' |
| 517 | description: 'OLT Software version to install' |
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: helmRepoUrl |
| 521 | default: 'https://charts.opencord.org' |
| 522 | description: 'URL where helm-charts are published' |
Kailash | 5f1dd1b | 2019-07-10 10:57:32 -0700 | [diff] [blame] | 523 | |
| 524 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 525 | name: branch |
| 526 | default: '{branch}' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 527 | |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 528 | - bool: |
| 529 | name: configurePod |
| 530 | default: true |
| 531 | description: "Configure POD via TOSCA post build" |
| 532 | |
| 533 | - bool: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 534 | name: reinstallOlt |
Suchitra Vemuri | df2632f | 2020-07-15 17:12:09 -0700 | [diff] [blame] | 535 | default: '{reinstall-olt}' |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 536 | description: "Re-install olt software bringing up CORD" |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 537 | |
| 538 | - bool: |
| 539 | name: installBBSim |
| 540 | default: false |
| 541 | description: "Install the BBSim container" |
| 542 | |
| 543 | - string: |
| 544 | name: onuNumber |
| 545 | default: '16' |
| 546 | description: "Onus per PonPort" |
| 547 | |
| 548 | concurrent: true |
| 549 | |
| 550 | pipeline-scm: |
| 551 | script-path: '{Jenkinsfile}' |
| 552 | scm: |
| 553 | - git: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 554 | url: '{gerrit-server-url}/cord-tester' |
| 555 | branches: |
| 556 | - '{branch}' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 557 | |
| 558 | triggers: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 559 | - timed: | |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 560 | TZ=America/Los_Angeles |
| 561 | H {time} * * * |
| 562 | |
| 563 | - job-template: |
| 564 | name: 'build_{config-pod}_seba_release_{release}_test' |
| 565 | id: build_pod_release_test |
| 566 | description: | |
Zack Williams | 5412fbf | 2020-08-03 16:03:29 -0700 | [diff] [blame] | 567 | 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] | 568 | 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] | 569 | Created by Kailash Khalasi - kailash@opennetworking.org <br /> |
Joey Armstrong | cfd0664 | 2023-08-21 15:44:06 -0400 | [diff] [blame] | 570 | UUID: a8bea83a-4058-11ee-a520-4f2870f29e62 <br /> |
Joey Armstrong | 518f357 | 2024-02-11 07:56:25 -0500 | [diff] [blame] | 571 | Copyright 2017-2024 Open Networking Foundation (ONF) and the ONF Contributors |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 572 | |
| 573 | <<: *test-pipe-job-boiler-plate |
| 574 | |
| 575 | parameters: |
| 576 | - string: |
Zack Williams | 8ef7981 | 2019-10-29 11:09:18 -0700 | [diff] [blame] | 577 | name: buildNode |
| 578 | default: '{build-node}' |
| 579 | description: 'Name of the Jenkins executor node to run the job on' |
| 580 | |
| 581 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 582 | name: TestNodeName |
Zack Williams | 8ef7981 | 2019-10-29 11:09:18 -0700 | [diff] [blame] | 583 | default: '{build-node}' |
| 584 | description: 'DEPRECATED - use buildNode instead' |
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: cordRepoUrl |
| 588 | default: '{gerrit-server-url}' |
| 589 | description: 'The URL of the CORD Project 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: configBaseDir |
| 593 | default: 'pod-configs' |
| 594 | description: 'The directory inside the POD configs repository' |
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: configDeploymentDir |
| 598 | default: 'deployment-configs' |
| 599 | description: 'The deployment configs 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: configKubernetesDir |
| 603 | default: 'kubernetes-configs' |
| 604 | description: 'The kubernetes 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: configToscaDir |
| 608 | default: 'tosca-configs' |
| 609 | description: 'The tosca config folder' |
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: configFileName |
| 613 | default: '{config-pod}' |
| 614 | description: 'The config file' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 615 | |
| 616 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 617 | name: branch |
| 618 | default: '{branch}' |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 619 | |
Kailash | d1963d1 | 2018-12-17 15:11:01 -0800 | [diff] [blame] | 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 /> |
Joey Armstrong | cfd0664 | 2023-08-21 15:44:06 -0400 | [diff] [blame] | 643 | UUID: b0d585a2-4058-11ee-8a56-a362f23eaed9 <br /> |
Joey Armstrong | 518f357 | 2024-02-11 07:56:25 -0500 | [diff] [blame] | 644 | Copyright 2017-2024 Open Networking Foundation (ONF) and the ONF Contributors |
Kailash | 5b1a161 | 2018-12-21 15:17:21 -0800 | [diff] [blame] | 645 | |
| 646 | <<: *test-pipe-job-boiler-plate |
| 647 | |
| 648 | parameters: |
| 649 | - string: |
Zack Williams | 8ef7981 | 2019-10-29 11:09:18 -0700 | [diff] [blame] | 650 | name: buildNode |
| 651 | default: '{build-node}' |
| 652 | description: 'Name of the Jenkins executor node to run the job on' |
| 653 | |
| 654 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 655 | name: TestNodeName |
Zack Williams | 8ef7981 | 2019-10-29 11:09:18 -0700 | [diff] [blame] | 656 | default: '{build-node}' |
| 657 | description: 'DEPRECATED - use buildNode instead' |
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: cordRepoUrl |
| 661 | default: '{gerrit-server-url}' |
| 662 | description: 'The URL of the CORD Project 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: configBaseDir |
| 666 | default: 'pod-configs' |
| 667 | description: 'The directory inside the POD configs repository' |
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: configDeploymentDir |
| 671 | default: 'deployment-configs' |
| 672 | description: 'The deployment configs 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: configKubernetesDir |
| 676 | default: 'kubernetes-configs' |
| 677 | description: 'The kubernetes 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: configToscaDir |
| 681 | default: 'tosca-configs' |
| 682 | description: 'The tosca config folder' |
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: configFileName |
| 686 | default: '{config-pod}' |
| 687 | description: 'The config file' |
Kailash | 5b1a161 | 2018-12-21 15:17:21 -0800 | [diff] [blame] | 688 | |
| 689 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 690 | name: branch |
| 691 | default: '{branch}' |
Kailash | 5b1a161 | 2018-12-21 15:17:21 -0800 | [diff] [blame] | 692 | |
Kailash | 5b1a161 | 2018-12-21 15:17:21 -0800 | [diff] [blame] | 693 | concurrent: true |
| 694 | |
| 695 | pipeline-scm: |
| 696 | script-path: '{Jenkinsfile}' |
| 697 | scm: |
| 698 | - git: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 699 | url: '{gerrit-server-url}/cord-tester' |
| 700 | branches: |
| 701 | - '{branch}' |
Kailash | 5b1a161 | 2018-12-21 15:17:21 -0800 | [diff] [blame] | 702 | |
| 703 | triggers: |
| 704 | - reverse: |
| 705 | jobs: 'build_{config-pod}_seba_release_{release}_microcharts' |
| 706 | result: 'success' |
Kailash | c8c05d5 | 2019-01-15 20:01:11 -0800 | [diff] [blame] | 707 | |
| 708 | |
| 709 | - job-template: |
Kailash | d22f91f | 2019-02-14 08:52:52 -0800 | [diff] [blame] | 710 | name: 'build_{config-pod}' |
Kailash | c8c05d5 | 2019-01-15 20:01:11 -0800 | [diff] [blame] | 711 | id: build_mcord_pod_manual |
| 712 | description: | |
Zack Williams | 5412fbf | 2020-08-03 16:03:29 -0700 | [diff] [blame] | 713 | Manual Build on POD {config-pod}, using {Jenkinsfile} <br /><br /> |
Kailash | c8c05d5 | 2019-01-15 20:01:11 -0800 | [diff] [blame] | 714 | Created from job-template {id} from ci-management/jjb/cord-test/nightly-build-pipeline.yaml <br /> |
| 715 | Created by QA (Kailash Khalasi - kailash@opennetworking.org ) <br /> |
Joey Armstrong | 518f357 | 2024-02-11 07:56:25 -0500 | [diff] [blame] | 716 | Copyright 2019-2024 Open Networking Foundation (ONF) and the ONF Contributors |
Kailash | c8c05d5 | 2019-01-15 20:01:11 -0800 | [diff] [blame] | 717 | |
| 718 | <<: *test-pipe-job-boiler-plate |
| 719 | |
| 720 | parameters: |
| 721 | - string: |
Zack Williams | 8ef7981 | 2019-10-29 11:09:18 -0700 | [diff] [blame] | 722 | name: buildNode |
| 723 | default: '{build-node}' |
| 724 | description: 'Name of the Jenkins executor node to run the job on' |
| 725 | |
| 726 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 727 | name: TestNodeName |
Zack Williams | 8ef7981 | 2019-10-29 11:09:18 -0700 | [diff] [blame] | 728 | default: '{build-node}' |
| 729 | description: 'DEPRECATED - use buildNode instead' |
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: cordRepoUrl |
| 733 | default: '{gerrit-server-url}' |
| 734 | description: 'The URL of the CORD Project 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: configBaseDir |
| 738 | default: 'pod-configs' |
| 739 | description: 'The directory inside the POD configs repository' |
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: configDeploymentDir |
| 743 | default: 'deployment-configs' |
| 744 | description: 'The deployment configs 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: configKubernetesDir |
| 748 | default: 'kubernetes-configs' |
| 749 | description: 'The kubernetes 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: configToscaDir |
| 753 | default: 'tosca-configs' |
| 754 | description: 'The tosca config folder' |
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: configFileName |
| 758 | default: '{config-pod}' |
| 759 | description: 'The config file' |
Kailash | c8c05d5 | 2019-01-15 20:01:11 -0800 | [diff] [blame] | 760 | |
| 761 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 762 | name: branch |
| 763 | default: '{branch}' |
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: profile |
| 767 | default: '{profile}' |
| 768 | description: 'Profile in which this job installs' |
Kailash | c8c05d5 | 2019-01-15 20:01:11 -0800 | [diff] [blame] | 769 | |
Kailash | c8c05d5 | 2019-01-15 20:01:11 -0800 | [diff] [blame] | 770 | - bool: |
| 771 | name: configurePod |
Matteo Scandolo | a9b416e | 2019-01-24 15:21:07 -0800 | [diff] [blame] | 772 | default: true |
Kailash | c8c05d5 | 2019-01-15 20:01:11 -0800 | [diff] [blame] | 773 | description: "Configure POD via TOSCA post build" |
| 774 | |
Matteo Scandolo | a679189 | 2019-01-25 15:46:03 -0800 | [diff] [blame] | 775 | - bool: |
| 776 | name: installEpcControlPlane |
| 777 | default: true |
| 778 | description: "Install the EPC control plane" |
| 779 | |
Kailash | c8c05d5 | 2019-01-15 20:01:11 -0800 | [diff] [blame] | 780 | concurrent: true |
| 781 | |
| 782 | pipeline-scm: |
| 783 | script-path: '{Jenkinsfile}' |
| 784 | scm: |
| 785 | - git: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 786 | url: '{gerrit-server-url}/cord-tester' |
| 787 | branches: |
| 788 | - '{branch}' |
Joey Armstrong | af679da | 2023-01-31 14:22:41 -0500 | [diff] [blame] | 789 | |
| 790 | # [EOF] |