Adding extra parameters to the scale measurements dev job
Change-Id: I46955587ed1b9b23cc2eec212d5b8f9152d9bb10
diff --git a/jjb/voltha-scale.yaml b/jjb/voltha-scale.yaml
index 3ca77f6..2f5f036 100644
--- a/jjb/voltha-scale.yaml
+++ b/jjb/voltha-scale.yaml
@@ -389,6 +389,11 @@
description: 'Custom image selection for VOLTHA (repo:tag)'
- string:
+ name: ofAgentImg
+ default: 'voltha/voltha-ofagent:master'
+ description: 'Custom image selection for OfAgent (repo:tag)'
+
+ - string:
name: openoltAdapterImg
default: voltha/voltha-openolt-adapter:master
description: 'Custom image selection for Openolt Adapter (repo:tag)'
@@ -398,6 +403,16 @@
default: voltha/voltha-openonu-adapter:master
description: 'Custom image selection for Openonu Adapter (repo:tag)'
+ - string:
+ name: onosImg
+ default: voltha/voltha-onos:4.0.1
+ description: 'Custom image selection for Openonu Adapter (repo:tag)'
+
+ - string:
+ name: extraHelmFlags
+ default: ''
+ description: 'Any extra helm parameters you want (passed to every helm install command)'
+
project-type: pipeline
concurrent: false