commit | 869ba325f1d294a7c9890c6c7478067ac1c1a600 | [log] [tgz] |
---|---|---|
author | TorstenThieme <torsten.thieme@adtran.com> | Wed May 05 12:11:42 2021 +0000 |
committer | TorstenThieme <torsten.thieme@adtran.com> | Tue May 11 10:43:09 2021 +0000 |
tree | 746be1e338576296dc05dd2244d917db949a89b5 | |
parent | 982b69db0bc6d87aa8b3da34b114ab9dae4a7f36 [diff] |
[VOL-3703] periodic pm-data pipeline Change-Id: Ibca3734214fd8d8a477cc1ec4c225abe538eec72
diff --git a/jjb/pipeline/voltha/master/periodic-bbsim-tests.groovy b/jjb/pipeline/voltha/master/periodic-bbsim-tests.groovy old mode 100644 new mode 100755 index f7ea4d7..777737a --- a/jjb/pipeline/voltha/master/periodic-bbsim-tests.groovy +++ b/jjb/pipeline/voltha/master/periodic-bbsim-tests.groovy
@@ -162,7 +162,7 @@ label "${params.buildNode}" } options { - timeout(time: 130, unit: 'MINUTES') + timeout(time: "${timeout}", unit: 'MINUTES') } environment { KUBECONFIG="$HOME/.kube/kind-${clusterName}"