commit | ff4f995ebc6b83366043b30d9fbc485ca4783b4b | [log] [tgz] |
---|---|---|
author | Andy Bavier <andy@opennetworking.org> | Fri Oct 18 15:22:55 2019 -0700 |
committer | Andy Bavier <andy@opennetworking.org> | Fri Oct 18 15:22:55 2019 -0700 |
tree | c38daef6c9a81e15947ebbeb12cf9cb96ede15d8 | |
parent | 3472d9a999df5c7d52927f690ac10fb3f6b3eff5 [diff] |
Pin Helm version to v2.14.3 Change-Id: I5df8563178a1b67cf943761f6f96396f38f3c499
diff --git a/jjb/pipeline/voltha-bbsim-tests.groovy b/jjb/pipeline/voltha-bbsim-tests.groovy index df1f1a9..42b984b 100644 --- a/jjb/pipeline/voltha-bbsim-tests.groovy +++ b/jjb/pipeline/voltha-bbsim-tests.groovy
@@ -60,6 +60,7 @@ sh """ git clone https://github.com/ciena/kind-voltha.git cd kind-voltha/ + export DESIRED_VERSION=v2.14.3 # For Helm DEPLOY_K8S=y JUST_K8S=y FANCY=0 ./voltha up """ }
diff --git a/jjb/pipeline/voltha-go-tests.groovy b/jjb/pipeline/voltha-go-tests.groovy index ed22ee3..8d282c5 100644 --- a/jjb/pipeline/voltha-go-tests.groovy +++ b/jjb/pipeline/voltha-go-tests.groovy
@@ -40,6 +40,7 @@ steps { sh """ cd kind-voltha/ + export DESIRED_VERSION=v2.14.3 # For Helm EXTRA_HELM_FLAGS="${params.extraHelmFlags}" VOLTHA_LOG_LEVEL=DEBUG TYPE=minimal WITH_RADIUS=y WITH_BBSIM=y INSTALL_ONOS_APPS=y CONFIG_SADIS=y WITH_SIM_ADAPTERS=n FANCY=0 ./voltha up """ }