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' |
Shrey Baid | b044718 | 2020-02-27 16:39:35 -0800 | [diff] [blame^] | 12 | build-node: 'onf-pod1-head-node' |
Matteo Scandolo | 22b5d91 | 2020-02-25 15:21:19 -0800 | [diff] [blame] | 13 | - 'voltha-scale-measurements': |
| 14 | name: 'voltha-scale-measurements-dev' |
| 15 | build-node: 'voltha-scale-dev' |
Matteo Scandolo | 51b7630 | 2020-02-05 12:07:23 -0800 | [diff] [blame] | 16 | |
| 17 | - job-template: |
| 18 | id: 'voltha-scale-measurements' |
| 19 | name: '{name}' |
| 20 | pipeline-script: 'voltha-scale-measurements.groovy' |
| 21 | |
| 22 | description: | |
| 23 | <!-- Managed by Jenkins Job Builder --> |
| 24 | Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br /> |
| 25 | Using pipeline {pipeline-script} <br/><br/> |
| 26 | Scale measurements for VOLTHA 2.x |
| 27 | |
| 28 | properties: |
| 29 | - cord-infra-properties: |
| 30 | build-days-to-keep: '{build-days-to-keep}' |
| 31 | artifact-num-to-keep: '{artifact-num-to-keep}' |
| 32 | |
| 33 | wrappers: |
| 34 | - lf-infra-wrappers: |
| 35 | build-timeout: '{build-timeout}' |
| 36 | jenkins-ssh-credential: '{jenkins-ssh-credential}' |
| 37 | |
| 38 | parameters: |
| 39 | - string: |
| 40 | name: buildNode |
| 41 | default: '{build-node}' |
| 42 | description: 'Name of the Jenkins node to run the job on' |
| 43 | |
| 44 | - string: |
Shrey Baid | 7cbb06e | 2020-02-11 17:45:07 -0800 | [diff] [blame] | 45 | name: onuPerPon |
Matteo Scandolo | 51b7630 | 2020-02-05 12:07:23 -0800 | [diff] [blame] | 46 | default: 1 |
| 47 | description: 'Number of ONUs to provision' |
| 48 | |
| 49 | - string: |
Shrey Baid | 7cbb06e | 2020-02-11 17:45:07 -0800 | [diff] [blame] | 50 | name: ponPorts |
Matteo Scandolo | 51b7630 | 2020-02-05 12:07:23 -0800 | [diff] [blame] | 51 | default: 1 |
| 52 | description: 'Number of PONs to provision' |
| 53 | |
Shrey Baid | 80d9fff | 2020-02-10 10:26:02 -0800 | [diff] [blame] | 54 | - string: |
Shrey Baid | 7cbb06e | 2020-02-11 17:45:07 -0800 | [diff] [blame] | 55 | name: expectedOnus |
Shrey Baid | 80d9fff | 2020-02-10 10:26:02 -0800 | [diff] [blame] | 56 | default: 1 |
| 57 | description: 'Expected number of activated ONUs' |
| 58 | |
Shrey Baid | 6777d2c | 2020-02-10 11:36:55 -0800 | [diff] [blame] | 59 | - string: |
| 60 | name: pollInterval |
Shrey Baid | 7cbb06e | 2020-02-11 17:45:07 -0800 | [diff] [blame] | 61 | default: 5 |
Shrey Baid | 6777d2c | 2020-02-10 11:36:55 -0800 | [diff] [blame] | 62 | description: 'Sleep time between ONU activation checks' |
Matteo Scandolo | 22b5d91 | 2020-02-25 15:21:19 -0800 | [diff] [blame] | 63 | |
Shrey Baid | 0d4e31d | 2020-02-11 13:28:47 -0800 | [diff] [blame] | 64 | - bool: |
| 65 | name: withOnosApps |
| 66 | default: false |
| 67 | description: 'Option to deactivate certain ONOS apps' |
| 68 | |
| 69 | - bool: |
| 70 | name: withMibTemplate |
Shrey Baid | f220393 | 2020-02-12 15:40:09 -0800 | [diff] [blame] | 71 | default: true |
Shrey Baid | 0d4e31d | 2020-02-11 13:28:47 -0800 | [diff] [blame] | 72 | description: 'Option to trigger MIB template command' |
Shrey Baid | 7cbb06e | 2020-02-11 17:45:07 -0800 | [diff] [blame] | 73 | |
| 74 | - bool: |
| 75 | name: setLinkDiscovery |
| 76 | default: false |
| 77 | description: 'Option to toggle Link Discovery' |
| 78 | |
| 79 | - string: |
| 80 | name: BBSIMdelay |
| 81 | default: 200 |
| 82 | description: 'BBSIM Delay, milliseconds' |
| 83 | |
| 84 | - string: |
| 85 | name: flowStatInterval |
| 86 | default: 600 |
| 87 | description: 'Flow Stats Collection Interval, milliseconds' |
| 88 | |
| 89 | - string: |
| 90 | name: portsStatInterval |
| 91 | default: 600 |
| 92 | description: 'Ports Stats Collection Interval, milliseconds' |
Shrey Baid | 6777d2c | 2020-02-10 11:36:55 -0800 | [diff] [blame] | 93 | |
Shrey Baid | e7614d0 | 2020-02-25 10:26:42 -0800 | [diff] [blame] | 94 | - bool: |
| 95 | name: bbsimAuth |
Shrey Baid | a3b8aa6 | 2020-02-13 11:22:51 -0800 | [diff] [blame] | 96 | default: true |
| 97 | description: 'Option to toggle BBSIM EAPOL true/false' |
| 98 | |
Shrey Baid | e7614d0 | 2020-02-25 10:26:42 -0800 | [diff] [blame] | 99 | - bool: |
Shrey Baid | a3b8aa6 | 2020-02-13 11:22:51 -0800 | [diff] [blame] | 100 | name: bbsimDhcp |
| 101 | default: true |
| 102 | description: 'Option to toggle BBSIM DHCP true/false' |
| 103 | |
Shrey Baid | e7614d0 | 2020-02-25 10:26:42 -0800 | [diff] [blame] | 104 | - string: |
| 105 | name: bbsimImg |
| 106 | default: |
| 107 | description: 'Custom image selection for BBSIM (repo:tag)' |
| 108 | |
| 109 | - string: |
| 110 | name: volthaImg |
| 111 | default: |
| 112 | description: 'Custom image selection for VOLTHA (repo:tag)' |
| 113 | |
Matteo Scandolo | 51b7630 | 2020-02-05 12:07:23 -0800 | [diff] [blame] | 114 | project-type: pipeline |
| 115 | concurrent: true |
| 116 | |
| 117 | dsl: !include-raw-escape: pipeline/{pipeline-script} |