Matteo Scandolo | 51b7630 | 2020-02-05 12:07:23 -0800 | [diff] [blame] | 1 | --- |
| 2 | # VOLTHA 2.x scale measurements |
| 3 | |
| 4 | - project: |
| 5 | name: voltha-scale |
| 6 | |
| 7 | project-name: '{name}' |
| 8 | |
| 9 | jobs: |
| 10 | - 'voltha-scale-measurements': |
| 11 | name: 'voltha-scale-measurements-manual' |
| 12 | build-node: 'voltha-scale' |
| 13 | |
| 14 | - job-template: |
| 15 | id: 'voltha-scale-measurements' |
| 16 | name: '{name}' |
| 17 | pipeline-script: 'voltha-scale-measurements.groovy' |
| 18 | |
| 19 | description: | |
| 20 | <!-- Managed by Jenkins Job Builder --> |
| 21 | Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br /> |
| 22 | Using pipeline {pipeline-script} <br/><br/> |
| 23 | Scale measurements for VOLTHA 2.x |
| 24 | |
| 25 | properties: |
| 26 | - cord-infra-properties: |
| 27 | build-days-to-keep: '{build-days-to-keep}' |
| 28 | artifact-num-to-keep: '{artifact-num-to-keep}' |
| 29 | |
| 30 | wrappers: |
| 31 | - lf-infra-wrappers: |
| 32 | build-timeout: '{build-timeout}' |
| 33 | jenkins-ssh-credential: '{jenkins-ssh-credential}' |
| 34 | |
| 35 | parameters: |
| 36 | - string: |
| 37 | name: buildNode |
| 38 | default: '{build-node}' |
| 39 | description: 'Name of the Jenkins node to run the job on' |
| 40 | |
| 41 | - string: |
| 42 | name: onuCount |
| 43 | default: 1 |
| 44 | description: 'Number of ONUs to provision' |
| 45 | |
| 46 | - string: |
| 47 | name: ponCount |
| 48 | default: 1 |
| 49 | description: 'Number of PONs to provision' |
| 50 | |
Shrey Baid | 80d9fff | 2020-02-10 10:26:02 -0800 | [diff] [blame^] | 51 | - string: |
| 52 | name: onuTarget |
| 53 | default: 1 |
| 54 | description: 'Expected number of activated ONUs' |
| 55 | |
Matteo Scandolo | 51b7630 | 2020-02-05 12:07:23 -0800 | [diff] [blame] | 56 | project-type: pipeline |
| 57 | concurrent: true |
| 58 | |
| 59 | dsl: !include-raw-escape: pipeline/{pipeline-script} |