Devin Lim | 38d1406 | 2018-01-11 17:08:00 -0800 | [diff] [blame] | 1 | --- |
| 2 | # ONOS System Test Pipeline jobs |
| 3 | |
Devin Lim | 7a87787 | 2018-01-16 14:50:57 -0800 | [diff] [blame] | 4 | # TODO: for some reason, lf-* types of macro cannot access to the variable. I think it is typical problem to pipeline job type. |
| 5 | |
Devin Lim | 38d1406 | 2018-01-11 17:08:00 -0800 | [diff] [blame] | 6 | - var-init-boiler-plate: &var-init-boiler-plate |
| 7 | name: var-init-boiler-plate |
| 8 | FUNC: "FUNCgroup\nFUNCflow\nFUNCintent\nFUNCintentRest\nFUNCipv6Intent\nFUNCnetCfg\nFUNCnetconf\nFUNCoptical\nFUNCovsdbtest\nFUNCformCluster" |
| 9 | HA: "HAclusterRestart\nHAfullNetPartition\nHAkillNodes\nHAsanity\nHAscaling\nHAsingleInstanceRestart\nHAstopNodes\nHAswapNodes\nHAupgrade\nHAupgradeRollback" |
| 10 | SCPF: "SCPFcbench\nSCPFflowTp1g\nSCPFhostLat\nSCPFintentEventTp\nSCPFintentInstallWithdrawLat\nSCPFintentRerouteLat\nSCPFmastershipFailoverLat\nSCPFbatchFlowResp\nSCPFportLat\nSCPFscaleTopo\nSCPFscalingMaxIntents\nSCPFswitchLat\nSCPFflowTp1gWithFlowObj\nSCPFintentEventTpWithFlowObj\nSCPFintentRerouteLatWithFlowObj\nSCPFscalingMaxIntentsWithFlowObj\nSCPFintentInstallWithdrawLatWithFlowObj" |
Devin Lim | 8054691 | 2018-03-23 17:49:39 -0700 | [diff] [blame] | 11 | USECASE: "FUNCbgpls\nFUNCvirNetNB\nPLATdockertest\nVPLSBasic\nVPLSfailsafe\nUSECASE_SdnipFunction\nUSECASE_SdnipFunctionCluster" |
| 12 | SR: "SRRouting\nSRBridging\nSRDhcprelay\nSRDynamicConf\nSRMulticast\nSRClusterRestart\nSRDynamic\nSRHighAvailability\nSRLinkFailure\nSROnosFailure\nSRSanity\nSRSwitchFailure" |
Devin Lim | 38d1406 | 2018-01-11 17:08:00 -0800 | [diff] [blame] | 13 | |
Devin Lim | 49200ec | 2018-01-19 16:17:41 -0800 | [diff] [blame] | 14 | - test-pipe-job-boiler-plate: &test-pipe-job-boiler-plate |
| 15 | name: test-pipe-job-boiler-plate |
Devin Lim | 38d1406 | 2018-01-11 17:08:00 -0800 | [diff] [blame] | 16 | |
| 17 | project-type: pipeline |
| 18 | |
| 19 | sandbox: true |
| 20 | |
Devin Lim | 38d1406 | 2018-01-11 17:08:00 -0800 | [diff] [blame] | 21 | properties: |
| 22 | |
| 23 | - build-discarder: |
| 24 | num-to-keep: 20 |
Devin Lim | ca864a1 | 2018-02-09 11:25:30 -0800 | [diff] [blame] | 25 | gitURL: https://gerrit.onosproject.org/OnosSystemTest |
Devin Lim | 38d1406 | 2018-01-11 17:08:00 -0800 | [diff] [blame] | 26 | |
Devin Lim | 49200ec | 2018-01-19 16:17:41 -0800 | [diff] [blame] | 27 | - test-pipe-init-procedure-plate: &test-pipe-init-procedure-plate |
| 28 | name: test-pipe-init-procedure-plate |
Devin Lim | 7a87787 | 2018-01-16 14:50:57 -0800 | [diff] [blame] | 29 | project: OnosSystemTest |
| 30 | stream: 'master' |
| 31 | jenkins-path: 'TestON/JenkinsFile' |
| 32 | |
| 33 | - job-version-plate: &job-version-plate |
| 34 | name: job-version-plate |
| 35 | version: |
| 36 | - '1.11' |
| 37 | - '1.12' |
Devin Lim | 7550e02 | 2018-04-13 18:31:02 -0700 | [diff] [blame] | 38 | - '1.13' |
Devin Lim | 7a87787 | 2018-01-16 14:50:57 -0800 | [diff] [blame] | 39 | - 'master' |
| 40 | - 'manually' |
| 41 | |
| 42 | - job-type-plate: &job-type-plate |
| 43 | name: job-type-plate |
| 44 | type: |
| 45 | - 'FUNC' |
| 46 | - 'HA' |
| 47 | - 'SCPF' |
| 48 | - 'USECASE' |
Devin Lim | 323c987 | 2018-01-30 19:57:58 -0800 | [diff] [blame] | 49 | - 'SR' |
Devin Lim | 7a87787 | 2018-01-16 14:50:57 -0800 | [diff] [blame] | 50 | |
Devin Lim | 74cf6cb | 2018-01-12 15:03:34 -0800 | [diff] [blame] | 51 | - job-template: |
Devin Lim | 38d1406 | 2018-01-11 17:08:00 -0800 | [diff] [blame] | 52 | name: all-pipeline-trigger |
Jeremy Ronquillo | 34e993b | 2018-02-07 10:43:15 -0800 | [diff] [blame] | 53 | description: | |
| 54 | <!-- Managed by Jenkins Job Builder --> |
Devin Lim | 1c4753e | 2018-03-23 15:31:38 -0700 | [diff] [blame] | 55 | all-pipeline-trigger can trigger any TestON test on any branch of ONOS and TestON, by running the test category pipeline that contains the test. <br /> |
Jeremy Ronquillo | 34e993b | 2018-02-07 10:43:15 -0800 | [diff] [blame] | 56 | This pipeline is triggered by timer for the nightly builds. <br /> |
Jeremy Ronquillo | 34e993b | 2018-02-07 10:43:15 -0800 | [diff] [blame] | 57 | Created by Devin Lim - devin@opennetworking.org<br /> |
| 58 | Copyright (c) 2017 Open Networking Foundation (ONF) |
Devin Lim | 38d1406 | 2018-01-11 17:08:00 -0800 | [diff] [blame] | 59 | |
Devin Lim | 49200ec | 2018-01-19 16:17:41 -0800 | [diff] [blame] | 60 | <<: *test-pipe-job-boiler-plate |
Devin Lim | 38d1406 | 2018-01-11 17:08:00 -0800 | [diff] [blame] | 61 | |
Devin Lim | 7a87787 | 2018-01-16 14:50:57 -0800 | [diff] [blame] | 62 | parameters: |
Devin Lim | 74cf6cb | 2018-01-12 15:03:34 -0800 | [diff] [blame] | 63 | |
Devin Lim | d070031 | 2018-05-10 14:49:38 -0700 | [diff] [blame] | 64 | - bool: |
| 65 | name: manual_run |
| 66 | default: false |
| 67 | description: | |
| 68 | Check this option if you are manually running this job (you most likely are). <br /> |
| 69 | |
Devin Lim | 74cf6cb | 2018-01-12 15:03:34 -0800 | [diff] [blame] | 70 | - text: |
Devin Lim | 3e15df6 | 2018-05-09 17:45:51 -0700 | [diff] [blame] | 71 | name: machines |
Devin Lim | 7a87787 | 2018-01-16 14:50:57 -0800 | [diff] [blame] | 72 | default: | |
Devin Lim | 3e15df6 | 2018-05-09 17:45:51 -0700 | [diff] [blame] | 73 | vm |
| 74 | bm |
| 75 | fabric |
| 76 | description: 'Specify the machine-trigger you want to run.' |
Devin Lim | 38d1406 | 2018-01-11 17:08:00 -0800 | [diff] [blame] | 77 | |
Devin Lim | 7a87787 | 2018-01-16 14:50:57 -0800 | [diff] [blame] | 78 | - lf-infra-parameters: |
| 79 | project: 'OnosSystemTest' |
| 80 | branch: 'master' |
| 81 | stream: 'master' |
| 82 | lftools-version: '<1.0.0' |
| 83 | |
Devin Lim | 3e15df6 | 2018-05-09 17:45:51 -0700 | [diff] [blame] | 84 | concurrent: true |
Devin Lim | 38d1406 | 2018-01-11 17:08:00 -0800 | [diff] [blame] | 85 | |
Devin Lim | 2b5ef2e | 2018-02-27 14:05:08 -0800 | [diff] [blame] | 86 | triggers: |
| 87 | - timed: | |
Devin Lim | e625f9a | 2018-03-26 12:04:47 -0700 | [diff] [blame] | 88 | TZ=America/Los_Angeles |
| 89 | 30 19 * * 1,2,3,4,5 |
| 90 | 30 11 * * 6,7 |
Devin Lim | 38d1406 | 2018-01-11 17:08:00 -0800 | [diff] [blame] | 91 | |
| 92 | pipeline-scm: |
Devin Lim | 7a87787 | 2018-01-16 14:50:57 -0800 | [diff] [blame] | 93 | script-path: '{jenkins-path}/JenkinsfileTrigger' |
| 94 | scm: |
| 95 | - git: |
Devin Lim | ca864a1 | 2018-02-09 11:25:30 -0800 | [diff] [blame] | 96 | url: '{gitURL}' |
Devin Lim | 7a87787 | 2018-01-16 14:50:57 -0800 | [diff] [blame] | 97 | branches: |
| 98 | - 'master' |
| 99 | |
| 100 | - job-template: |
Devin Lim | 3e15df6 | 2018-05-09 17:45:51 -0700 | [diff] [blame] | 101 | name: '{machine}-pipeline-trigger' |
| 102 | id: pipeline-trigger |
Devin Lim | 1c4753e | 2018-03-23 15:31:38 -0700 | [diff] [blame] | 103 | description: | |
| 104 | <!-- Managed by Jenkins Job Builder --> |
Devin Lim | 3e15df6 | 2018-05-09 17:45:51 -0700 | [diff] [blame] | 105 | {machine}-pipeline-trigger can trigger Segment Routing TestON test on any branch of ONOS and TestON, by running the test category pipeline that contains the test. <br /> |
Devin Lim | 1c4753e | 2018-03-23 15:31:38 -0700 | [diff] [blame] | 106 | This pipeline is triggered by timer for the nightly builds. <br /> |
| 107 | You may manually trigger this pipeline as well - provide the tests to run and the branch of ONOS and TestON. <br /> <br /> |
| 108 | Note: <i>The console output for this job does <b>not</b> contain any test result logs.</i><br /> |
Devin Lim | 3e15df6 | 2018-05-09 17:45:51 -0700 | [diff] [blame] | 109 | Visit the test category pipelines (such as <a href="https://jenkins.onosproject.org/view/QA/job/FUNC-pipeline-master/">FUNC-pipeline-master</a>) to view the test logs. <br /> <br /> |
Devin Lim | 1c4753e | 2018-03-23 15:31:38 -0700 | [diff] [blame] | 110 | Created by Devin Lim - devin@opennetworking.org<br /> |
| 111 | Copyright (c) 2017 Open Networking Foundation (ONF) |
| 112 | |
Devin Lim | 1c4753e | 2018-03-23 15:31:38 -0700 | [diff] [blame] | 113 | <<: *test-pipe-job-boiler-plate |
| 114 | |
| 115 | parameters: |
| 116 | |
| 117 | - bool: |
| 118 | name: manual_run |
| 119 | default: false |
| 120 | description: | |
| 121 | Check this option if you are manually running this job (you most likely are). <br /> |
| 122 | You must specify which tests to run in the text field below. |
| 123 | |
| 124 | - bool: |
| 125 | name: PostResult |
| 126 | default: false |
| 127 | description: | |
| 128 | Check this option if you want to update the results on the wiki. <br /> |
| 129 | When manually run, this will update the wiki pages corresponding to the tests that were run. <br /> |
| 130 | This option will always be selected during nightly builds. |
| 131 | |
| 132 | - bool: |
| 133 | name: isOldFlow |
| 134 | default: true |
| 135 | description: | |
| 136 | Check this option if you prefer to run the old flow rule over the new one. <br /> |
| 137 | * This only applies to SCPF tests. |
| 138 | |
| 139 | - choice: |
| 140 | name: ONOSVersion |
| 141 | choices: |
| 142 | - 'master' |
Devin Lim | 7550e02 | 2018-04-13 18:31:02 -0700 | [diff] [blame] | 143 | - '1.13' |
Devin Lim | 1c4753e | 2018-03-23 15:31:38 -0700 | [diff] [blame] | 144 | - '1.12' |
| 145 | - '1.11' |
| 146 | description: "ONOS and TestON versions to run on." |
| 147 | |
| 148 | - string: |
| 149 | name: ONOSJVMHeap |
| 150 | default: "\"${{JAVA_OPTS:--Xms8G -Xmx8G}}\"" |
| 151 | description: 'ONOS cell JVM heap size setting.' |
| 152 | |
| 153 | - string: |
| 154 | name: ONOSTag |
| 155 | default: '' |
| 156 | desciption: 'specific branch trying to checkout' |
| 157 | |
| 158 | - text: |
| 159 | name: Tests |
| 160 | default: | |
Devin Lim | 3e15df6 | 2018-05-09 17:45:51 -0700 | [diff] [blame] | 161 | {testList} |
Devin Lim | 1c4753e | 2018-03-23 15:31:38 -0700 | [diff] [blame] | 162 | |
| 163 | description: 'Specify the tests you want to run, if manual_run is selected.' |
| 164 | |
| 165 | - lf-infra-parameters: |
| 166 | project: 'OnosSystemTest' |
| 167 | branch: 'master' |
| 168 | stream: 'master' |
| 169 | lftools-version: '<1.0.0' |
| 170 | |
| 171 | concurrent: false |
| 172 | |
Devin Lim | 1c4753e | 2018-03-23 15:31:38 -0700 | [diff] [blame] | 173 | pipeline-scm: |
Devin Lim | 3e15df6 | 2018-05-09 17:45:51 -0700 | [diff] [blame] | 174 | script-path: '{jenkins-path}/{fileName}JenkinsfileTrigger' |
Devin Lim | 1c4753e | 2018-03-23 15:31:38 -0700 | [diff] [blame] | 175 | scm: |
| 176 | - git: |
| 177 | url: '{gitURL}' |
| 178 | branches: |
| 179 | - 'master' |
| 180 | |
| 181 | - job-template: |
Devin Lim | 7a87787 | 2018-01-16 14:50:57 -0800 | [diff] [blame] | 182 | name: '{type}-pipeline-{version}' |
Jeremy Ronquillo | ae3c769 | 2018-03-05 08:47:05 -0800 | [diff] [blame] | 183 | description: '<!-- Managed by Jenkins Job Builder --> |
| 184 | This pipeline contains the test results and logs of {type} on ONOS {version}. <br /><br /> |
Jeremy Ronquillo | 34e993b | 2018-02-07 10:43:15 -0800 | [diff] [blame] | 185 | Visit <a href="https://jenkins.onosproject.org/view/QA/job/all-pipeline-trigger/">all-pipeline-trigger</a> to trigger a build in this pipeline.<br /> |
| 186 | <font color="red">Unless debugging, DO NOT MANUALLY BUILD THIS PIPELINE.</font><br /><br /> |
| 187 | Created by Devin Lim - devin@opennetworking.org<br /> |
Jeremy Ronquillo | ae3c769 | 2018-03-05 08:47:05 -0800 | [diff] [blame] | 188 | Copyright (c) 2017 Open Networking Foundation (ONF)' |
Devin Lim | 7a87787 | 2018-01-16 14:50:57 -0800 | [diff] [blame] | 189 | |
Devin Lim | 49200ec | 2018-01-19 16:17:41 -0800 | [diff] [blame] | 190 | <<: *test-pipe-job-boiler-plate |
Devin Lim | 7a87787 | 2018-01-16 14:50:57 -0800 | [diff] [blame] | 191 | |
| 192 | parameters: |
| 193 | |
| 194 | - string: |
| 195 | name: TRIGGER_ONLY_WHEN_PREVIOUS_JOB_WAS_BUILT_HERE |
| 196 | default: 'DO_NOT_MANUALLY_TRIGGER_A_BUILD_HERE' |
| 197 | description: | |
Jeremy Ronquillo | 34e993b | 2018-02-07 10:43:15 -0800 | [diff] [blame] | 198 | <a href="https://jenkins.onosproject.org/view/QA/job/all-pipeline-trigger/">all-pipeline-trigger</a> triggers this pipeline automatically. |
Devin Lim | 7a87787 | 2018-01-16 14:50:57 -0800 | [diff] [blame] | 199 | |
| 200 | - lf-infra-parameters: |
| 201 | project: 'OnosSystemTest' |
| 202 | branch: 'master' |
| 203 | stream: 'master' |
| 204 | lftools-version: '<1.0.0' |
| 205 | |
| 206 | concurrent: false |
| 207 | |
| 208 | pipeline-scm: |
| 209 | script-path: '{jenkins-path}/{type}JenkinsFile' |
| 210 | scm: |
| 211 | - git: |
Devin Lim | ca864a1 | 2018-02-09 11:25:30 -0800 | [diff] [blame] | 212 | url: '{gitURL}' |
Devin Lim | 7a87787 | 2018-01-16 14:50:57 -0800 | [diff] [blame] | 213 | branches: |
| 214 | - 'master' |
| 215 | |
| 216 | - job-template: |
| 217 | name: 'manual-graph-generator-SCPF' |
Jeremy Ronquillo | 34e993b | 2018-02-07 10:43:15 -0800 | [diff] [blame] | 218 | description: | |
| 219 | <!-- Managed by Jenkins Job Builder --> |
| 220 | Refresh the wiki graphs here. Useful when there is a change in the graph scripts.<br /> |
| 221 | <br /> |
| 222 | You may also generate a graph trend that displays any number of builds here.<br /> |
| 223 | However, keep in mind that only the 50 build graphs will be displayed on the wiki, unless they are manually changed on the wiki.<br > |
| 224 | <br > |
| 225 | Graphs are stored in the <a href="https://jenkins.onosproject.org/view/QA/job/postjob-BM/">postjob-BM<a> workspace. |
Devin Lim | 7a87787 | 2018-01-16 14:50:57 -0800 | [diff] [blame] | 226 | |
| 227 | <<: *var-init-boiler-plate |
Devin Lim | 49200ec | 2018-01-19 16:17:41 -0800 | [diff] [blame] | 228 | <<: *test-pipe-job-boiler-plate |
Devin Lim | 7a87787 | 2018-01-16 14:50:57 -0800 | [diff] [blame] | 229 | |
| 230 | parameters: |
| 231 | |
Devin Lim | 7a87787 | 2018-01-16 14:50:57 -0800 | [diff] [blame] | 232 | - choice: |
| 233 | name: ONOSbranch |
| 234 | choices: |
| 235 | - 'master' |
Devin Lim | 7550e02 | 2018-04-13 18:31:02 -0700 | [diff] [blame] | 236 | - 'onos-1.13' |
Devin Lim | 7a87787 | 2018-01-16 14:50:57 -0800 | [diff] [blame] | 237 | - 'onos-1.12' |
| 238 | - 'onos-1.11' |
| 239 | description: "Possible branches (may vary depending on test)" |
| 240 | |
| 241 | - bool: |
Devin Lim | 397fa7c | 2018-04-13 16:25:01 -0700 | [diff] [blame] | 242 | name: isOldFlow |
Devin Lim | 7a87787 | 2018-01-16 14:50:57 -0800 | [diff] [blame] | 243 | default: false |
| 244 | description: 'Check if it is using the old flow rules' |
| 245 | |
| 246 | - text: |
| 247 | name: Test |
| 248 | default: '{SCPF}' |
| 249 | description: 'List of the tests to generate.' |
| 250 | |
| 251 | - lf-infra-parameters: |
| 252 | project: 'OnosSystemTest' |
| 253 | branch: 'master' |
| 254 | stream: 'master' |
| 255 | lftools-version: '<1.0.0' |
| 256 | |
| 257 | pipeline-scm: |
| 258 | script-path: '{jenkins-path}/SCPF_Graph_Generator' |
| 259 | scm: |
| 260 | - git: |
Devin Lim | ca864a1 | 2018-02-09 11:25:30 -0800 | [diff] [blame] | 261 | url: '{gitURL}' |
Devin Lim | 7a87787 | 2018-01-16 14:50:57 -0800 | [diff] [blame] | 262 | branches: |
| 263 | - 'master' |
| 264 | |
| 265 | - job-template: |
| 266 | name: 'manual-graph-generator-trend' |
Jeremy Ronquillo | 34e993b | 2018-02-07 10:43:15 -0800 | [diff] [blame] | 267 | description: | |
| 268 | <!-- Managed by Jenkins Job Builder --> |
| 269 | Refresh the trend graphs here. Useful when there is a change in the graph scripts. <br /> |
| 270 | Graphs are stored in their respective Postjob pipeline. |
| 271 | |
Devin Lim | 7a87787 | 2018-01-16 14:50:57 -0800 | [diff] [blame] | 272 | |
| 273 | <<: *var-init-boiler-plate |
Devin Lim | 49200ec | 2018-01-19 16:17:41 -0800 | [diff] [blame] | 274 | <<: *test-pipe-job-boiler-plate |
Devin Lim | 7a87787 | 2018-01-16 14:50:57 -0800 | [diff] [blame] | 275 | |
| 276 | parameters: |
| 277 | |
| 278 | - choice: |
| 279 | name: ONOSbranch |
| 280 | choices: |
| 281 | - 'master' |
Devin Lim | 7550e02 | 2018-04-13 18:31:02 -0700 | [diff] [blame] | 282 | - 'onos-1.13' |
Devin Lim | 7a87787 | 2018-01-16 14:50:57 -0800 | [diff] [blame] | 283 | - 'onos-1.12' |
| 284 | - 'onos-1.11' |
| 285 | description: "Possible branches (may vary depending on test)" |
| 286 | |
| 287 | - choice: |
| 288 | name: NodeCluster |
| 289 | choices: |
| 290 | - VM |
| 291 | - BM |
Devin Lim | 8054691 | 2018-03-23 17:49:39 -0700 | [diff] [blame] | 292 | - Fabric |
Devin Lim | 7a87787 | 2018-01-16 14:50:57 -0800 | [diff] [blame] | 293 | description: | |
Jeremy Ronquillo | 34e993b | 2018-02-07 10:43:15 -0800 | [diff] [blame] | 294 | Node cluster where the test graphs in the list are located. <br /> |
Devin Lim | 7a87787 | 2018-01-16 14:50:57 -0800 | [diff] [blame] | 295 | List of the tests will be refreshed depends on the node cluster. |
| 296 | |
| 297 | - text: |
| 298 | name: Test |
| 299 | default: | |
| 300 | VM: |
| 301 | {FUNC} |
| 302 | {HA} |
| 303 | BM: |
| 304 | {USECASE} |
Devin Lim | 8054691 | 2018-03-23 17:49:39 -0700 | [diff] [blame] | 305 | Fabric: |
| 306 | {SR} |
Devin Lim | 7a87787 | 2018-01-16 14:50:57 -0800 | [diff] [blame] | 307 | description: 'List of the tests to generate.' |
| 308 | |
| 309 | - string: |
| 310 | name: Builds |
Devin Lim | 72caaba | 2018-03-02 15:15:46 -0800 | [diff] [blame] | 311 | default: '20' |
Devin Lim | 7a87787 | 2018-01-16 14:50:57 -0800 | [diff] [blame] | 312 | description: 'Builds to show in the graph.' |
| 313 | |
| 314 | - lf-infra-parameters: |
| 315 | project: 'OnosSystemTest' |
| 316 | branch: 'master' |
| 317 | stream: 'master' |
| 318 | lftools-version: '<1.0.0' |
| 319 | |
| 320 | pipeline-scm: |
| 321 | script-path: '{jenkins-path}/Trend_Graph_Generator' |
Devin Lim | 38d1406 | 2018-01-11 17:08:00 -0800 | [diff] [blame] | 322 | scm: |
| 323 | - git: |
Devin Lim | ca864a1 | 2018-02-09 11:25:30 -0800 | [diff] [blame] | 324 | url: '{gitURL}' |
Devin Lim | 38d1406 | 2018-01-11 17:08:00 -0800 | [diff] [blame] | 325 | branches: |
Devin Lim | 74cf6cb | 2018-01-12 15:03:34 -0800 | [diff] [blame] | 326 | - 'master' |
Devin Lim | 38d1406 | 2018-01-11 17:08:00 -0800 | [diff] [blame] | 327 | |
Jeremy Ronquillo | 3dbd8e8 | 2018-03-05 10:23:25 -0800 | [diff] [blame] | 328 | - job-template: |
| 329 | name: 'manual-graph-generator-overall' |
| 330 | description: | |
| 331 | <!-- Managed by Jenkins Job Builder --> |
| 332 | Refresh the overall graphs here. Useful when there is a change in the graph scripts. <br /> |
| 333 | Graphs are stored in pipeline-postjob-vm. |
| 334 | |
| 335 | <<: *test-pipe-job-boiler-plate |
| 336 | |
| 337 | parameters: |
| 338 | - choice: |
| 339 | name: ONOSbranch |
| 340 | choices: |
| 341 | - 'master' |
Devin Lim | 7550e02 | 2018-04-13 18:31:02 -0700 | [diff] [blame] | 342 | - 'onos-1.13' |
Jeremy Ronquillo | 3dbd8e8 | 2018-03-05 10:23:25 -0800 | [diff] [blame] | 343 | - 'onos-1.12' |
| 344 | - 'onos-1.11' |
| 345 | description: "Possible branches (may vary depending on test)" |
| 346 | |
| 347 | - lf-infra-parameters: |
| 348 | project: 'OnosSystemTest' |
| 349 | branch: 'master' |
| 350 | stream: 'master' |
| 351 | lftools-version: '<1.0.0' |
| 352 | |
| 353 | pipeline-scm: |
| 354 | script-path: '{jenkins-path}/Overall_Graph_Generator' |
| 355 | scm: |
| 356 | - git: |
| 357 | url: '{gitURL}' |
| 358 | branches: |
| 359 | - 'master' |
| 360 | |
Devin Lim | 02197b2 | 2018-05-10 17:09:38 -0700 | [diff] [blame^] | 361 | - job-template: |
| 362 | name: 'graph-generator-CHO' |
| 363 | description: | |
| 364 | <!-- Managed by Jenkins Job Builder --> |
| 365 | Generates the CHO graphs. <br /> |
| 366 | Graphs are stored in pipeline-postjob-cho. |
| 367 | |
| 368 | <<: *test-pipe-job-boiler-plate |
| 369 | |
| 370 | parameters: |
| 371 | - text: |
| 372 | name: ONOSbranch |
| 373 | default: | |
| 374 | master |
| 375 | description: "Branch of the onos" |
| 376 | |
| 377 | - lf-infra-parameters: |
| 378 | project: 'OnosSystemTest' |
| 379 | branch: 'master' |
| 380 | stream: 'master' |
| 381 | lftools-version: '<1.0.0' |
| 382 | |
| 383 | pipeline-scm: |
| 384 | script-path: '{jenkins-path}/CHO_Graph_Generator' |
| 385 | scm: |
| 386 | - git: |
| 387 | url: '{gitURL}' |
| 388 | branches: |
| 389 | - 'master' |
| 390 | |
Devin Lim | 38d1406 | 2018-01-11 17:08:00 -0800 | [diff] [blame] | 391 | - project: |
Devin Lim | 1c4753e | 2018-03-23 15:31:38 -0700 | [diff] [blame] | 392 | name: pipeline-trigger |
| 393 | project-name: pipeline-trigger |
Devin Lim | 7a87787 | 2018-01-16 14:50:57 -0800 | [diff] [blame] | 394 | |
Devin Lim | 49200ec | 2018-01-19 16:17:41 -0800 | [diff] [blame] | 395 | <<: *test-pipe-init-procedure-plate |
Devin Lim | 3e15df6 | 2018-05-09 17:45:51 -0700 | [diff] [blame] | 396 | <<: *var-init-boiler-plate |
Devin Lim | 7a87787 | 2018-01-16 14:50:57 -0800 | [diff] [blame] | 397 | |
Devin Lim | 38d1406 | 2018-01-11 17:08:00 -0800 | [diff] [blame] | 398 | jobs: |
| 399 | - 'all-pipeline-trigger' |
Devin Lim | 3e15df6 | 2018-05-09 17:45:51 -0700 | [diff] [blame] | 400 | - 'pipeline-trigger': |
| 401 | machine: 'vm' |
Devin Lim | 781a755 | 2018-05-10 14:24:55 -0700 | [diff] [blame] | 402 | testList: | |
| 403 | {FUNC} |
| 404 | {HA} |
Devin Lim | 3e15df6 | 2018-05-09 17:45:51 -0700 | [diff] [blame] | 405 | fileName: 'VM_BM' |
| 406 | |
| 407 | - 'pipeline-trigger': |
| 408 | machine: 'bm' |
Devin Lim | 781a755 | 2018-05-10 14:24:55 -0700 | [diff] [blame] | 409 | testList: | |
| 410 | {SCPF} |
| 411 | {USECASE} |
Devin Lim | 3e15df6 | 2018-05-09 17:45:51 -0700 | [diff] [blame] | 412 | fileName: 'VM_BM' |
| 413 | |
| 414 | - 'pipeline-trigger': |
| 415 | machine: 'fabric' |
| 416 | testList: '{SR}' |
| 417 | fileName: 'Fabric' |
Devin Lim | 7a87787 | 2018-01-16 14:50:57 -0800 | [diff] [blame] | 418 | |
| 419 | - project: |
| 420 | name: build-pipeline |
| 421 | |
| 422 | <<: *job-type-plate |
| 423 | |
| 424 | project-name: '{type}-pipeline' |
| 425 | |
Devin Lim | 49200ec | 2018-01-19 16:17:41 -0800 | [diff] [blame] | 426 | <<: *test-pipe-init-procedure-plate |
Devin Lim | 7a87787 | 2018-01-16 14:50:57 -0800 | [diff] [blame] | 427 | <<: *job-version-plate |
| 428 | |
| 429 | jobs: |
| 430 | - '{type}-pipeline-{version}' |
| 431 | |
| 432 | - project: |
| 433 | name: graph-generator |
| 434 | |
| 435 | project-name: 'graph-generator' |
| 436 | |
Devin Lim | 49200ec | 2018-01-19 16:17:41 -0800 | [diff] [blame] | 437 | <<: *test-pipe-init-procedure-plate |
Devin Lim | 7a87787 | 2018-01-16 14:50:57 -0800 | [diff] [blame] | 438 | |
| 439 | jobs: |
| 440 | - 'manual-graph-generator-SCPF' |
| 441 | - 'manual-graph-generator-trend' |
Jeremy Ronquillo | 3dbd8e8 | 2018-03-05 10:23:25 -0800 | [diff] [blame] | 442 | - 'manual-graph-generator-overall' |
Devin Lim | 02197b2 | 2018-05-10 17:09:38 -0700 | [diff] [blame^] | 443 | - 'graph-generator-CHO' |