commit | 6f854a14da537cea2e22e07af7bd3e9564b1f582 | [log] [tgz] |
---|---|---|
author | Hardik Windlass <hardik@opennetworking.org> | Mon Jul 12 13:20:21 2021 +0000 |
committer | Hardik Windlass <hardik@opennetworking.org> | Tue Jul 13 02:54:08 2021 +0000 |
tree | d60155a3dedb326ab736589fd7b3bb580e7e581d | |
parent | 6d9a82e19e16589e0ec50ddac4d629c1137de133 [diff] [blame] |
Updated Voltctl Version for voltha-2.8 release jobs Updated Physical Pod pipelines to use correct pod-configs branch Change-Id: I6041f9f5d3094283aa01dec5cdd4f0ac081df170
diff --git a/jjb/pipeline/voltha/voltha-2.8/device-management-mock-tests.groovy b/jjb/pipeline/voltha/voltha-2.8/device-management-mock-tests.groovy index 8a15ac6..10263dd 100644 --- a/jjb/pipeline/voltha/voltha-2.8/device-management-mock-tests.groovy +++ b/jjb/pipeline/voltha/voltha-2.8/device-management-mock-tests.groovy
@@ -73,7 +73,7 @@ } stage('Create K8s Cluster') { steps { - createKubernetesCluster([nodes: 3]) + createKubernetesCluster([branch: "${branch}", nodes: 3]) } } stage('Load image in kind nodes') {