blob: db8bc4560ca727654e47feac07bc18aa71eb1594 [file] [log] [blame]
Matteo Scandolo51b76302020-02-05 12:07:23 -08001---
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 Baid80d9fff2020-02-10 10:26:02 -080051 - string:
52 name: onuTarget
53 default: 1
54 description: 'Expected number of activated ONUs'
55
Shrey Baid6777d2c2020-02-10 11:36:55 -080056 - string:
57 name: pollInterval
58 default: 20
59 description: 'Sleep time between ONU activation checks'
Shrey Baid0d4e31d2020-02-11 13:28:47 -080060
61 - bool:
62 name: withOnosApps
63 default: false
64 description: 'Option to deactivate certain ONOS apps'
65
66 - bool:
67 name: withMibTemplate
68 default: false
69 description: 'Option to trigger MIB template command'
70
Shrey Baid6777d2c2020-02-10 11:36:55 -080071
Matteo Scandolo51b76302020-02-05 12:07:23 -080072 project-type: pipeline
73 concurrent: true
74
75 dsl: !include-raw-escape: pipeline/{pipeline-script}