commit | e217510045d7f91b4fdf36a251adcff213b4d45d | [log] [tgz] |
---|---|---|
author | Hardik Windlass <hardik@opennetworking.org> | Fri Jul 23 08:34:32 2021 +0000 |
committer | Hardik Windlass <hardik@opennetworking.org> | Fri Jul 23 08:34:38 2021 +0000 |
tree | f3be73284796ccc5a3b200ac2335602926733c6f | |
parent | 63f90d861d326a00913607cda7722c9556f273c2 [diff] [blame] |
Updated voltctl version for voltha-2.8 jobs Change-Id: I3dba13fef091000f682363bc8ed41dc8951bc736
diff --git a/jjb/pipeline/voltha/master/voltha-physical-soak-dt-tests.groovy b/jjb/pipeline/voltha/master/voltha-physical-soak-dt-tests.groovy index 6318453..5918e4d 100644 --- a/jjb/pipeline/voltha/master/voltha-physical-soak-dt-tests.groovy +++ b/jjb/pipeline/voltha/master/voltha-physical-soak-dt-tests.groovy
@@ -102,7 +102,7 @@ bash <( curl -sfL https://raw.githubusercontent.com/boz/kail/master/godownloader.sh) -b "$WORKSPACE/bin" cd $WORKSPACE if [ "${params.branch}" == "voltha-2.8" ]; then - VC_VERSION=1.6.10 + VC_VERSION=1.6.11 else VC_VERSION=\$(curl -sSL https://api.github.com/repos/opencord/voltctl/releases/latest | jq -r .tag_name | sed -e 's/^v//g') fi