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: |
Shrey Baid | 7cbb06e | 2020-02-11 17:45:07 -0800 | [diff] [blame] | 42 | name: onuPerPon |
Matteo Scandolo | 51b7630 | 2020-02-05 12:07:23 -0800 | [diff] [blame] | 43 | default: 1 |
| 44 | description: 'Number of ONUs to provision' |
| 45 | |
| 46 | - string: |
Shrey Baid | 7cbb06e | 2020-02-11 17:45:07 -0800 | [diff] [blame] | 47 | name: ponPorts |
Matteo Scandolo | 51b7630 | 2020-02-05 12:07:23 -0800 | [diff] [blame] | 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: |
Shrey Baid | 7cbb06e | 2020-02-11 17:45:07 -0800 | [diff] [blame] | 52 | name: expectedOnus |
Shrey Baid | 80d9fff | 2020-02-10 10:26:02 -0800 | [diff] [blame] | 53 | default: 1 |
| 54 | description: 'Expected number of activated ONUs' |
| 55 | |
Shrey Baid | 6777d2c | 2020-02-10 11:36:55 -0800 | [diff] [blame] | 56 | - string: |
| 57 | name: pollInterval |
Shrey Baid | 7cbb06e | 2020-02-11 17:45:07 -0800 | [diff] [blame] | 58 | default: 5 |
Shrey Baid | 6777d2c | 2020-02-10 11:36:55 -0800 | [diff] [blame] | 59 | description: 'Sleep time between ONU activation checks' |
Shrey Baid | 0d4e31d | 2020-02-11 13:28:47 -0800 | [diff] [blame] | 60 | |
| 61 | - bool: |
| 62 | name: withOnosApps |
| 63 | default: false |
| 64 | description: 'Option to deactivate certain ONOS apps' |
| 65 | |
| 66 | - bool: |
| 67 | name: withMibTemplate |
Shrey Baid | f220393 | 2020-02-12 15:40:09 -0800 | [diff] [blame] | 68 | default: true |
Shrey Baid | 0d4e31d | 2020-02-11 13:28:47 -0800 | [diff] [blame] | 69 | description: 'Option to trigger MIB template command' |
Shrey Baid | 7cbb06e | 2020-02-11 17:45:07 -0800 | [diff] [blame] | 70 | |
| 71 | - bool: |
| 72 | name: setLinkDiscovery |
| 73 | default: false |
| 74 | description: 'Option to toggle Link Discovery' |
| 75 | |
| 76 | - string: |
| 77 | name: BBSIMdelay |
| 78 | default: 200 |
| 79 | description: 'BBSIM Delay, milliseconds' |
| 80 | |
| 81 | - string: |
| 82 | name: flowStatInterval |
| 83 | default: 600 |
| 84 | description: 'Flow Stats Collection Interval, milliseconds' |
| 85 | |
| 86 | - string: |
| 87 | name: portsStatInterval |
| 88 | default: 600 |
| 89 | description: 'Ports Stats Collection Interval, milliseconds' |
Shrey Baid | 6777d2c | 2020-02-10 11:36:55 -0800 | [diff] [blame] | 90 | |
Matteo Scandolo | 51b7630 | 2020-02-05 12:07:23 -0800 | [diff] [blame] | 91 | project-type: pipeline |
| 92 | concurrent: true |
| 93 | |
| 94 | dsl: !include-raw-escape: pipeline/{pipeline-script} |