Zack Williams | 712caf6 | 2020-04-28 13:37:41 -0700 | [diff] [blame] | 1 | --- |
| 2 | # SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org> |
| 3 | # SPDX-License-Identifier: Apache-2.0 |
| 4 | |
| 5 | product_name: "Accelleran Small Cell E1000 Series" |
| 6 | product_link: "https://opennetworking.org/products/accelleran-e1000-series/" |
| 7 | onf_project: "Aether" |
| 8 | |
| 9 | jenkins_jobs: |
| 10 | - group: "master" |
Zack Williams | 483de86 | 2021-02-12 15:07:33 -0700 | [diff] [blame] | 11 | jenkins_url: "https://jenkins.aetherproject.org" |
Zack Williams | 712caf6 | 2020-04-28 13:37:41 -0700 | [diff] [blame] | 12 | credentials: "aether" |
| 13 | jobs: |
Zack Williams | 483de86 | 2021-02-12 15:07:33 -0700 | [diff] [blame] | 14 | - name: "accelleran_func_production" |
| 15 | name_override: "aether-production" |
| 16 | extract: |
| 17 | id: "id" |
| 18 | result: "result" |
| 19 | timestamp: "timestamp" |
| 20 | artifacts: "artifacts[*].fileName" |
| 21 | |
| 22 | --- |
| 23 | product_name: "Sercomm SCE42255W-BCS-A5 smallcell" |
| 24 | product_link: "https://opennetworking.org/products/sercomm-sce4255w-bcs-a5/" |
| 25 | onf_project: "Aether" |
| 26 | |
| 27 | jenkins_jobs: |
| 28 | - group: "master" |
| 29 | jenkins_url: "https://jenkins.aetherproject.org" |
| 30 | credentials: "aether" |
| 31 | jobs: |
| 32 | - name: "sercomm_func_production" |
Zack Williams | 712caf6 | 2020-04-28 13:37:41 -0700 | [diff] [blame] | 33 | name_override: "aether-production" |
| 34 | extract: |
| 35 | id: "id" |
| 36 | result: "result" |
| 37 | timestamp: "timestamp" |
| 38 | artifacts: "artifacts[*].fileName" |
| 39 | |
| 40 | --- |
| 41 | |
| 42 | product_name: "Accelleran Software RAN Controller (dRAX)" |
| 43 | product_link: "https://opennetworking.org/products/accelleran-drax/" |
| 44 | onf_project: "Aether" |
| 45 | |
| 46 | jenkins_jobs: |
| 47 | - group: "master" |
Zack Williams | 483de86 | 2021-02-12 15:07:33 -0700 | [diff] [blame] | 48 | jenkins_url: "https://jenkins.aetherproject.org" |
Zack Williams | 712caf6 | 2020-04-28 13:37:41 -0700 | [diff] [blame] | 49 | credentials: "aether" |
| 50 | jobs: |
Zack Williams | 483de86 | 2021-02-12 15:07:33 -0700 | [diff] [blame] | 51 | - name: "accelleran_func_production" |
Zack Williams | 712caf6 | 2020-04-28 13:37:41 -0700 | [diff] [blame] | 52 | name_override: "aether-production" |
| 53 | extract: |
| 54 | id: "id" |
| 55 | result: "result" |
| 56 | timestamp: "timestamp" |
| 57 | artifacts: "artifacts[*].fileName" |
| 58 | |
| 59 | --- |
| 60 | # Aether - Wiwynn EP100 |
| 61 | |
| 62 | product_name: "Wiwynn EP100 Sled for OpenEdge" |
Zack Williams | a5caecd | 2021-03-26 12:29:23 -0700 | [diff] [blame] | 63 | product_link: "https://opennetworking.org/products/wiwynn-ep100/" |
Zack Williams | 712caf6 | 2020-04-28 13:37:41 -0700 | [diff] [blame] | 64 | onf_project: "Aether" |
| 65 | |
| 66 | |
Zack Williams | a5caecd | 2021-03-26 12:29:23 -0700 | [diff] [blame] | 67 | jenkins_jobs: |
| 68 | - group: "master" |
| 69 | jenkins_url: "https://jenkins.aetherproject.org" |
| 70 | credentials: "aether" |
| 71 | jobs: |
Zack Williams | d7266c9 | 2021-05-27 15:38:40 -0700 | [diff] [blame] | 72 | - name: "sdcore_func_ci-4g" |
Zack Williams | a5caecd | 2021-03-26 12:29:23 -0700 | [diff] [blame] | 73 | name_override: "aether-dev" |
| 74 | extract: |
| 75 | id: "id" |
| 76 | result: "result" |
| 77 | timestamp: "timestamp" |
| 78 | artifacts: "artifacts[*].fileName" |
| 79 | |
Zack Williams | 712caf6 | 2020-04-28 13:37:41 -0700 | [diff] [blame] | 80 | |
| 81 | --- |
| 82 | # VOLTHA - Edgecore XGSPon |
| 83 | product_name: "Edgecore ASXvOLT16" |
| 84 | product_link: "https://opennetworking.org/products/edgecore-asxvolt16/" |
| 85 | onf_project: "SEBA_VOLTHA" |
| 86 | |
| 87 | # jenkins config |
| 88 | jenkins_jobs: |
| 89 | - group: "master - DT workflow" |
| 90 | jenkins_url: "https://jenkins.opencord.org" |
| 91 | jobs: |
| 92 | - name: "build_onf-demo-pod_1T8GEM_voltha_DT_master_test" |
| 93 | extract: |
| 94 | id: "id" |
| 95 | result: "result" |
| 96 | timestamp: "timestamp" |
| 97 | build_url: "url" |
| 98 | artifacts: "artifacts[*].fileName" |
Zack Williams | 7c32b91 | 2021-09-08 16:59:29 -0700 | [diff] [blame^] | 99 | - group: "2.8 - DT workflow" |
Zack Williams | 712caf6 | 2020-04-28 13:37:41 -0700 | [diff] [blame] | 100 | jenkins_url: "https://jenkins.opencord.org" |
| 101 | jobs: |
Zack Williams | 7c32b91 | 2021-09-08 16:59:29 -0700 | [diff] [blame^] | 102 | - name: "build_onf-demo-pod_1T8GEM_voltha_DT_2.8_test" |
Zack Williams | 712caf6 | 2020-04-28 13:37:41 -0700 | [diff] [blame] | 103 | extract: |
| 104 | id: "id" |
| 105 | result: "result" |
| 106 | timestamp: "timestamp" |
| 107 | build_url: "url" |
| 108 | artifacts: "artifacts[*].fileName" |
| 109 | |
| 110 | - group: "master - AT&T workflow" |
| 111 | jenkins_url: "https://jenkins.opencord.org" |
| 112 | jobs: |
| 113 | - name: "build_flex-ocp-cord_Default_voltha_master_test" |
| 114 | extract: |
| 115 | id: "id" |
| 116 | result: "result" |
| 117 | timestamp: "timestamp" |
| 118 | build_url: "url" |
| 119 | artifacts: "artifacts[*].fileName" |
| 120 | |
Zack Williams | 7c32b91 | 2021-09-08 16:59:29 -0700 | [diff] [blame^] | 121 | - group: "2.8 - AT&T workflow" |
Zack Williams | 712caf6 | 2020-04-28 13:37:41 -0700 | [diff] [blame] | 122 | jenkins_url: "https://jenkins.opencord.org" |
| 123 | jobs: |
Zack Williams | 7c32b91 | 2021-09-08 16:59:29 -0700 | [diff] [blame^] | 124 | - name: "build_flex-ocp-cord_1T4GEM_voltha_2.8_test" |
Zack Williams | 712caf6 | 2020-04-28 13:37:41 -0700 | [diff] [blame] | 125 | extract: |
| 126 | id: "id" |
| 127 | result: "result" |
| 128 | timestamp: "timestamp" |
| 129 | build_url: "url" |
| 130 | artifacts: "artifacts[*].fileName" |
| 131 | --- |
| 132 | # VOLTHA - Edgecore Switch |
| 133 | product_name: "Edgecore AS6712-32X" |
| 134 | product_link: "https://opennetworking.org/products/edgecore-6712-54x/" |
| 135 | onf_project: "SEBA_VOLTHA" |
| 136 | |
| 137 | # jenkins config |
| 138 | jenkins_jobs: |
| 139 | - group: "master - DT workflow" |
| 140 | jenkins_url: "https://jenkins.opencord.org" |
| 141 | jobs: |
| 142 | - name: "build_onf-demo-pod_1T8GEM_voltha_DT_master_test" |
| 143 | extract: |
| 144 | id: "id" |
| 145 | result: "result" |
| 146 | timestamp: "timestamp" |
| 147 | build_url: "url" |
| 148 | artifacts: "artifacts[*].fileName" |
Zack Williams | 7c32b91 | 2021-09-08 16:59:29 -0700 | [diff] [blame^] | 149 | - group: "2.8 - DT workflow" |
Zack Williams | 712caf6 | 2020-04-28 13:37:41 -0700 | [diff] [blame] | 150 | jenkins_url: "https://jenkins.opencord.org" |
| 151 | jobs: |
Zack Williams | 7c32b91 | 2021-09-08 16:59:29 -0700 | [diff] [blame^] | 152 | - name: "build_onf-demo-pod_1T8GEM_voltha_DT_2.8_test" |
Zack Williams | 712caf6 | 2020-04-28 13:37:41 -0700 | [diff] [blame] | 153 | extract: |
| 154 | id: "id" |
| 155 | result: "result" |
| 156 | timestamp: "timestamp" |
| 157 | build_url: "url" |
| 158 | artifacts: "artifacts[*].fileName" |
| 159 | |
| 160 | - group: "master - AT&T workflow" |
| 161 | jenkins_url: "https://jenkins.opencord.org" |
| 162 | jobs: |
| 163 | - name: "build_flex-ocp-cord_Default_voltha_master_test" |
| 164 | extract: |
| 165 | id: "id" |
| 166 | result: "result" |
| 167 | timestamp: "timestamp" |
| 168 | build_url: "url" |
| 169 | artifacts: "artifacts[*].fileName" |
| 170 | |
Zack Williams | 7c32b91 | 2021-09-08 16:59:29 -0700 | [diff] [blame^] | 171 | - group: "2.8 - AT&T workflow" |
Zack Williams | 712caf6 | 2020-04-28 13:37:41 -0700 | [diff] [blame] | 172 | jenkins_url: "https://jenkins.opencord.org" |
| 173 | jobs: |
Zack Williams | 7c32b91 | 2021-09-08 16:59:29 -0700 | [diff] [blame^] | 174 | - name: "build_flex-ocp-cord_1T4GEM_voltha_2.8_test" |
Zack Williams | 712caf6 | 2020-04-28 13:37:41 -0700 | [diff] [blame] | 175 | extract: |
| 176 | id: "id" |
| 177 | result: "result" |
| 178 | timestamp: "timestamp" |
| 179 | build_url: "url" |
| 180 | artifacts: "artifacts[*].fileName" |
| 181 | |
| 182 | |
| 183 | --- |
| 184 | # VOLTHA - Edgecore GPON |
| 185 | product_name: "Edgecore ASGvOLT64" |
| 186 | product_link: "https://opennetworking.org/products/edgecore-asgvolt64/" |
| 187 | onf_project: "SEBA_VOLTHA" |
| 188 | |
| 189 | # jenkins config |
| 190 | jenkins_jobs: |
| 191 | - group: "master" |
| 192 | jenkins_url: "https://jenkins.opencord.org" |
| 193 | jobs: |
| 194 | - name: "build_dt-berlin-pod-gpon_1T8GEM_voltha_DT_master_test" |
| 195 | extract: |
| 196 | id: "id" |
| 197 | result: "result" |
| 198 | timestamp: "timestamp" |
| 199 | build_url: "url" |
| 200 | artifacts: "artifacts[*].fileName" |
Zack Williams | 7c32b91 | 2021-09-08 16:59:29 -0700 | [diff] [blame^] | 201 | - group: "2.8" |
Zack Williams | 712caf6 | 2020-04-28 13:37:41 -0700 | [diff] [blame] | 202 | jenkins_url: "https://jenkins.opencord.org" |
| 203 | jobs: |
Zack Williams | 7c32b91 | 2021-09-08 16:59:29 -0700 | [diff] [blame^] | 204 | - name: "build_dt-berlin-pod-gpon_1T8GEM_voltha_DT_2.8_test" |
Zack Williams | 712caf6 | 2020-04-28 13:37:41 -0700 | [diff] [blame] | 205 | extract: |
| 206 | id: "id" |
| 207 | result: "result" |
| 208 | timestamp: "timestamp" |
| 209 | build_url: "url" |
| 210 | artifacts: "artifacts[*].fileName" |
| 211 | |
| 212 | |
| 213 | --- |
| 214 | # VOLTHA - Edgecore Switch |
| 215 | product_name: "Edgecore AS7712-32X" |
| 216 | product_link: "https://opennetworking.org/products/edgecore-as7712-32x/" |
| 217 | onf_project: "SEBA_VOLTHA" |
| 218 | |
| 219 | # jenkins config |
| 220 | jenkins_jobs: |
| 221 | - group: "master" |
| 222 | jenkins_url: "https://jenkins.opencord.org" |
| 223 | jobs: |
| 224 | - name: "build_dt-berlin-pod-gpon_1T8GEM_voltha_DT_master_test" |
| 225 | extract: |
| 226 | id: "id" |
| 227 | result: "result" |
| 228 | timestamp: "timestamp" |
| 229 | build_url: "url" |
| 230 | artifacts: "artifacts[*].fileName" |
Zack Williams | 7c32b91 | 2021-09-08 16:59:29 -0700 | [diff] [blame^] | 231 | - group: "2.8" |
Zack Williams | 712caf6 | 2020-04-28 13:37:41 -0700 | [diff] [blame] | 232 | jenkins_url: "https://jenkins.opencord.org" |
| 233 | jobs: |
Zack Williams | 7c32b91 | 2021-09-08 16:59:29 -0700 | [diff] [blame^] | 234 | - name: "build_dt-berlin-pod-gpon_1T8GEM_voltha_DT_2.8_test" |
Zack Williams | 712caf6 | 2020-04-28 13:37:41 -0700 | [diff] [blame] | 235 | extract: |
| 236 | id: "id" |
| 237 | result: "result" |
| 238 | timestamp: "timestamp" |
| 239 | build_url: "url" |
| 240 | artifacts: "artifacts[*].fileName" |
| 241 | |
| 242 | --- |
| 243 | # VOLTHA - GPON ONU |
| 244 | product_name: "Sercomm FG1000" |
| 245 | product_link: "https://opennetworking.org/products/sercomm-fg1000/" |
| 246 | onf_project: "SEBA_VOLTHA" |
| 247 | |
| 248 | # jenkins config |
| 249 | jenkins_jobs: |
| 250 | - group: "master" |
| 251 | jenkins_url: "https://jenkins.opencord.org" |
| 252 | jobs: |
| 253 | - name: "build_dt-berlin-pod-gpon_1T8GEM_voltha_DT_master_test" |
| 254 | extract: |
| 255 | id: "id" |
| 256 | result: "result" |
| 257 | timestamp: "timestamp" |
| 258 | build_url: "url" |
| 259 | artifacts: "artifacts[*].fileName" |
Zack Williams | 7c32b91 | 2021-09-08 16:59:29 -0700 | [diff] [blame^] | 260 | - name: "build_menlo-certification-pod-radisys-1600x_1T8GEM_voltha_DT_master_test" |
| 261 | extract: |
| 262 | id: "id" |
| 263 | result: "result" |
| 264 | timestamp: "timestamp" |
| 265 | build_url: "url" |
| 266 | artifacts: "artifacts[*].fileName" |
| 267 | - name: "build_menlo-certification-pod-radisys-1600g_1T8GEM_voltha_DT_master_test" |
| 268 | extract: |
| 269 | id: "id" |
| 270 | result: "result" |
| 271 | timestamp: "timestamp" |
| 272 | build_url: "url" |
| 273 | artifacts: "artifacts[*].fileName" |
| 274 | - group: "2.8" |
Zack Williams | 712caf6 | 2020-04-28 13:37:41 -0700 | [diff] [blame] | 275 | jenkins_url: "https://jenkins.opencord.org" |
| 276 | jobs: |
Zack Williams | 7c32b91 | 2021-09-08 16:59:29 -0700 | [diff] [blame^] | 277 | - name: "build_dt-berlin-pod-gpon_1T8GEM_voltha_DT_2.8_test" |
| 278 | extract: |
| 279 | id: "id" |
| 280 | result: "result" |
| 281 | timestamp: "timestamp" |
| 282 | build_url: "url" |
| 283 | artifacts: "artifacts[*].fileName" |
| 284 | - name: "build_menlo-certification-pod-radisys-1600x_1T8GEM_voltha_DT_2.8_test" |
| 285 | extract: |
| 286 | id: "id" |
| 287 | result: "result" |
| 288 | timestamp: "timestamp" |
| 289 | build_url: "url" |
| 290 | artifacts: "artifacts[*].fileName" |
| 291 | - name: "build_menlo-certification-pod-radisys-1600g_1T8GEM_voltha_DT_2.8_test" |
Zack Williams | 712caf6 | 2020-04-28 13:37:41 -0700 | [diff] [blame] | 292 | extract: |
| 293 | id: "id" |
| 294 | result: "result" |
| 295 | timestamp: "timestamp" |
| 296 | build_url: "url" |
| 297 | artifacts: "artifacts[*].fileName" |
| 298 | |
Zack Williams | 7c32b91 | 2021-09-08 16:59:29 -0700 | [diff] [blame^] | 299 | |
Zack Williams | 712caf6 | 2020-04-28 13:37:41 -0700 | [diff] [blame] | 300 | --- |
Zack Williams | 7c32b91 | 2021-09-08 16:59:29 -0700 | [diff] [blame^] | 301 | # VOLTHA - Radisys OLT RLT-3200G |
Zack Williams | c2b3f9c | 2021-07-06 11:18:19 -0700 | [diff] [blame] | 302 | product_name: "Radisys RLT-3200G OLT" |
| 303 | product_link: "https://opennetworking.org/marketplace/" |
| 304 | onf_project: "SEBA_VOLTHA" |
| 305 | |
| 306 | # jenkins config |
| 307 | jenkins_jobs: |
| 308 | - group: "master" |
| 309 | jenkins_url: "https://jenkins.opencord.org" |
| 310 | jobs: |
Zack Williams | 7c32b91 | 2021-09-08 16:59:29 -0700 | [diff] [blame^] | 311 | - name: "build_menlo-certification-pod-radisys-3200g_1T8GEM_voltha_DT_master_test" |
Zack Williams | c2b3f9c | 2021-07-06 11:18:19 -0700 | [diff] [blame] | 312 | extract: |
| 313 | id: "id" |
| 314 | result: "result" |
| 315 | timestamp: "timestamp" |
| 316 | build_url: "url" |
| 317 | artifacts: "artifacts[*].fileName" |
Zack Williams | 7c32b91 | 2021-09-08 16:59:29 -0700 | [diff] [blame^] | 318 | - group: "2.8" |
| 319 | jenkins_url: "https://jenkins.opencord.org" |
| 320 | jobs: |
| 321 | - name: "build_menlo-certification-pod-radisys-3200g_1T8GEM_voltha_DT_2.8_test" |
| 322 | extract: |
| 323 | id: "id" |
| 324 | result: "result" |
| 325 | timestamp: "timestamp" |
| 326 | build_url: "url" |
| 327 | artifacts: "artifacts[*].fileName" |
| 328 | |
| 329 | --- |
| 330 | # VOLTHA - Radisys 1600X |
| 331 | product_name: "Radisys RLT-1600X OLT" |
| 332 | product_link: "https://opennetworking.org/marketplace/" |
| 333 | onf_project: "SEBA_VOLTHA" |
| 334 | |
| 335 | # jenkins config |
| 336 | jenkins_jobs: |
| 337 | - group: "2.8" |
| 338 | jenkins_url: "https://jenkins.opencord.org" |
| 339 | jobs: |
| 340 | - name: "build_menlo-certification-pod-radisys-1600x_1T8GEM_voltha_DT_2.8_test" |
| 341 | extract: |
| 342 | id: "id" |
| 343 | result: "result" |
| 344 | timestamp: "timestamp" |
| 345 | build_url: "url" |
| 346 | artifacts: "artifacts[*].fileName" |
| 347 | - group: "master" |
| 348 | jenkins_url: "https://jenkins.opencord.org" |
| 349 | jobs: |
| 350 | - name: "build_menlo-certification-pod-radisys-1600x_1T8GEM_voltha_DT_master_test" |
| 351 | extract: |
| 352 | id: "id" |
| 353 | result: "result" |
| 354 | timestamp: "timestamp" |
| 355 | build_url: "url" |
| 356 | artifacts: "artifacts[*].fileName" |
| 357 | |
| 358 | --- |
| 359 | # VOLTHA - Radisys 1600G |
| 360 | product_name: "Radisys RLT-1600G OLT" |
| 361 | product_link: "https://opennetworking.org/marketplace/" |
| 362 | onf_project: "SEBA_VOLTHA" |
| 363 | |
| 364 | # jenkins config |
| 365 | jenkins_jobs: |
| 366 | - group: "2.8" |
| 367 | jenkins_url: "https://jenkins.opencord.org" |
| 368 | jobs: |
| 369 | - name: "build_menlo-certification-pod-radisys-1600g_1T8GEM_voltha_DT_2.8_test" |
| 370 | extract: |
| 371 | id: "id" |
| 372 | result: "result" |
| 373 | timestamp: "timestamp" |
| 374 | build_url: "url" |
| 375 | artifacts: "artifacts[*].fileName" |
| 376 | - group: "master" |
| 377 | jenkins_url: "https://jenkins.opencord.org" |
| 378 | jobs: |
| 379 | - name: "build_menlo-certification-pod-radisys-1600g_1T8GEM_voltha_DT_master_test" |
| 380 | extract: |
| 381 | id: "id" |
| 382 | result: "result" |
| 383 | timestamp: "timestamp" |
| 384 | build_url: "url" |
| 385 | artifacts: "artifacts[*].fileName" |
| 386 | |
Zack Williams | c2b3f9c | 2021-07-06 11:18:19 -0700 | [diff] [blame] | 387 | --- |
Abhilash Endurthi | d2fdd62 | 2021-03-25 17:15:02 -0700 | [diff] [blame] | 388 | # Stratum - APS Networks BF6064X |
Zack Williams | 712caf6 | 2020-04-28 13:37:41 -0700 | [diff] [blame] | 389 | |
| 390 | onf_project: "Stratum" |
Abhilash Endurthi | d2fdd62 | 2021-03-25 17:15:02 -0700 | [diff] [blame] | 391 | product_name: "APS Networks BF6064X" |
Zack Williams | a5caecd | 2021-03-26 12:29:23 -0700 | [diff] [blame] | 392 | product_link: "https://opennetworking.org/products/aps-networks-6064x-t/" |
Zack Williams | 712caf6 | 2020-04-28 13:37:41 -0700 | [diff] [blame] | 393 | |
| 394 | jenkins_jobs: |
| 395 | - group: "master" |
| 396 | jenkins_url: "https://jenkins.stratumproject.org" |
| 397 | jobs: |
Zack Williams | cb2746d | 2020-12-16 10:27:24 -0700 | [diff] [blame] | 398 | - name: "stratum-bf-test" |
Zack Williams | 712caf6 | 2020-04-28 13:37:41 -0700 | [diff] [blame] | 399 | extract: |
| 400 | id: "id" |
| 401 | result: "result" |
| 402 | timestamp: "timestamp" |
| 403 | build_url: "url" |
| 404 | switchname: "actions[?(@._class=='hudson.model.ParametersAction')].parameters[?(@.name=='SWITCH_NAME')].value" |
Abhilash Endurthi | 86593ff | 2021-04-07 16:42:17 -0700 | [diff] [blame] | 405 | sde_version: "actions[?(@._class=='hudson.model.ParametersAction')].parameters[?(@.name=='DOCKER_IMAGE_TAG')].value" |
Zack Williams | 712caf6 | 2020-04-28 13:37:41 -0700 | [diff] [blame] | 406 | filter: |
| 407 | switchname: "x86-64-stordis-bf6064x-t-r0" |
Abhilash Endurthi | 86593ff | 2021-04-07 16:42:17 -0700 | [diff] [blame] | 408 | sde_version: "9.4.0" |
Zack Williams | 712caf6 | 2020-04-28 13:37:41 -0700 | [diff] [blame] | 409 | |
| 410 | --- |
Abhilash Endurthi | d2fdd62 | 2021-03-25 17:15:02 -0700 | [diff] [blame] | 411 | # stratum - APS Networks BF2556X |
Zack Williams | 712caf6 | 2020-04-28 13:37:41 -0700 | [diff] [blame] | 412 | |
| 413 | onf_project: "Stratum" |
Abhilash Endurthi | d2fdd62 | 2021-03-25 17:15:02 -0700 | [diff] [blame] | 414 | product_name: "APS Networks BF2556X" |
Zack Williams | a5caecd | 2021-03-26 12:29:23 -0700 | [diff] [blame] | 415 | product_link: "https://opennetworking.org/products/aps-networks-bf2556x-1t/" |
Zack Williams | 712caf6 | 2020-04-28 13:37:41 -0700 | [diff] [blame] | 416 | |
| 417 | jenkins_jobs: |
| 418 | - group: "master" |
| 419 | jenkins_url: "https://jenkins.stratumproject.org" |
| 420 | jobs: |
Zack Williams | cb2746d | 2020-12-16 10:27:24 -0700 | [diff] [blame] | 421 | - name: "stratum-bf-test" |
Zack Williams | 712caf6 | 2020-04-28 13:37:41 -0700 | [diff] [blame] | 422 | extract: |
| 423 | id: "id" |
| 424 | result: "result" |
| 425 | timestamp: "timestamp" |
| 426 | build_url: "url" |
| 427 | switchname: "actions[?(@._class=='hudson.model.ParametersAction')].parameters[?(@.name=='SWITCH_NAME')].value" |
Abhilash Endurthi | 86593ff | 2021-04-07 16:42:17 -0700 | [diff] [blame] | 428 | sde_version: "actions[?(@._class=='hudson.model.ParametersAction')].parameters[?(@.name=='DOCKER_IMAGE_TAG')].value" |
Zack Williams | 712caf6 | 2020-04-28 13:37:41 -0700 | [diff] [blame] | 429 | filter: |
| 430 | switchname: "x86-64-stordis-bf2556x-1t-r0" |
Abhilash Endurthi | 86593ff | 2021-04-07 16:42:17 -0700 | [diff] [blame] | 431 | sde_version: "9.4.0" |
Zack Williams | 712caf6 | 2020-04-28 13:37:41 -0700 | [diff] [blame] | 432 | |
| 433 | --- |
Zack Williams | 712caf6 | 2020-04-28 13:37:41 -0700 | [diff] [blame] | 434 | # stratum - Edgecore Wedge100BF-32X |
| 435 | |
| 436 | onf_project: "Stratum" |
| 437 | product_name: "Edgecore Wedge100BF-32X" |
| 438 | product_link: "https://opennetworking.org/products/edgecore-wedge-100bf-32x/" |
| 439 | |
| 440 | jenkins_jobs: |
| 441 | - group: "master" |
| 442 | jenkins_url: "https://jenkins.stratumproject.org" |
| 443 | jobs: |
Zack Williams | cb2746d | 2020-12-16 10:27:24 -0700 | [diff] [blame] | 444 | - name: "stratum-bf-test" |
Zack Williams | 712caf6 | 2020-04-28 13:37:41 -0700 | [diff] [blame] | 445 | extract: |
| 446 | id: "id" |
| 447 | result: "result" |
| 448 | timestamp: "timestamp" |
| 449 | build_url: "url" |
| 450 | switchname: "actions[?(@._class=='hudson.model.ParametersAction')].parameters[?(@.name=='SWITCH_NAME')].value" |
Abhilash Endurthi | 86593ff | 2021-04-07 16:42:17 -0700 | [diff] [blame] | 451 | sde_version: "actions[?(@._class=='hudson.model.ParametersAction')].parameters[?(@.name=='DOCKER_IMAGE_TAG')].value" |
Zack Williams | 712caf6 | 2020-04-28 13:37:41 -0700 | [diff] [blame] | 452 | filter: |
| 453 | switchname: "x86-64-accton-wedge100bf-32x-r0" |
Abhilash Endurthi | 86593ff | 2021-04-07 16:42:17 -0700 | [diff] [blame] | 454 | sde_version: "9.4.0" |
Zack Williams | 712caf6 | 2020-04-28 13:37:41 -0700 | [diff] [blame] | 455 | |
| 456 | --- |
| 457 | # stratum - Edgecore AS7712-32X |
| 458 | |
| 459 | onf_project: "Stratum" |
| 460 | product_name: "Edgecore AS7712-32X" |
| 461 | product_link: "https://opennetworking.org/products/edgecore-as7712-32x/" |
| 462 | |
| 463 | jenkins_jobs: |
| 464 | - group: "master" |
| 465 | jenkins_url: "https://jenkins.stratumproject.org" |
| 466 | jobs: |
Zack Williams | cb2746d | 2020-12-16 10:27:24 -0700 | [diff] [blame] | 467 | - name: "stratum-bcm-test" |
Zack Williams | 712caf6 | 2020-04-28 13:37:41 -0700 | [diff] [blame] | 468 | extract: |
| 469 | id: "id" |
| 470 | result: "result" |
| 471 | timestamp: "timestamp" |
| 472 | build_url: "url" |
| 473 | switchname: "actions[?(@._class=='hudson.model.ParametersAction')].parameters[?(@.name=='SWITCH_NAME')].value" |
| 474 | filter: |
| 475 | switchname: "x86-64-accton-as7712-32x-r0" |
| 476 | |
| 477 | --- |
Abhilash Endurthi | 1c47c4c | 2021-04-14 13:57:54 -0700 | [diff] [blame] | 478 | # stratum - Edgecore AS6712-32X |
| 479 | |
| 480 | onf_project: "Stratum" |
| 481 | product_name: "Edgecore AS6712-32X" |
| 482 | product_link: "https://opennetworking.org/products/edgecore-as6712-32x/" |
| 483 | |
| 484 | jenkins_jobs: |
| 485 | - group: "master" |
| 486 | jenkins_url: "https://jenkins.stratumproject.org" |
| 487 | jobs: |
| 488 | - name: "stratum-bcm-test" |
| 489 | extract: |
| 490 | id: "id" |
| 491 | result: "result" |
| 492 | timestamp: "timestamp" |
| 493 | build_url: "url" |
| 494 | switchname: "actions[?(@._class=='hudson.model.ParametersAction')].parameters[?(@.name=='SWITCH_NAME')].value" |
| 495 | filter: |
| 496 | switchname: "x86-64-accton-as6712-32x-r0" |