Added params in voltha-patch-test jobs as required by new bbsim-tests pipeline
Change-Id: Ib9ffe79d091ce029838cb1e7b37f96550668ea32
diff --git a/jjb/voltha-e2e.yaml b/jjb/voltha-e2e.yaml
index 1c73837..6d6a9fa 100755
--- a/jjb/voltha-e2e.yaml
+++ b/jjb/voltha-e2e.yaml
@@ -835,6 +835,10 @@
override-branch: '$GERRIT_BRANCH'
sandbox: true
build-timeout: 20
+ timeout: 50
+ olts: 1
+ registry: mirror.registry.opennetworking.org
+ logLevel: 'INFO'
volthaSystemTestsChange: ''
volthaHelmChartsChange: ''
extraHelmFlags: ''
@@ -919,6 +923,26 @@
default: '{testTargets}'
description: 'Test configuration, see the ci-management job definition for more info'
+ - string:
+ name: timeout
+ default: '{timeout}'
+ description: 'Timeout of pipeline job [minutes]'
+
+ - string:
+ name: olts
+ default: '{olts}'
+ description: 'How many BBSim instances to run'
+
+ - string:
+ name: registry
+ default: '{registry}'
+ description: 'Which registry to use (amazon vs menlo)'
+
+ - string:
+ name: logLevel
+ default: '{logLevel}'
+ description: 'Log level for all the components'
+
# Used in the 2.7 based pipeline, can be removed after 2.8
- string:
name: kindVolthaChange