Merge "Include get pods to show onos containers"
diff --git a/jjb/pipeline/voltha-scale-test.groovy b/jjb/pipeline/voltha-scale-test.groovy
index bf011aa..a8eaaf6 100644
--- a/jjb/pipeline/voltha-scale-test.groovy
+++ b/jjb/pipeline/voltha-scale-test.groovy
@@ -575,6 +575,8 @@
if [ ${provisionSubscribers} = true ]; then
sshpass -e ssh -q -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -p 8101 karaf@127.0.0.1 volt-programmed-subscribers > $LOG_FOLDER/onos-programmed-subscribers.txt || true
sshpass -e ssh -q -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -p 8101 karaf@127.0.0.1 volt-programmed-meters > $LOG_FOLDER/onos-programmed-meters.txt || true
+ sshpass -e ssh -q -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -p 8101 karaf@127.0.0.1 volt-bpmeter-mappings > $LOG_FOLDER/onos-bpmeter-mappings.txt || true
+ sshpass -e ssh -q -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -p 8101 karaf@127.0.0.1 volt-failed-subscribers > $LOG_FOLDER/onos-failed-subscribers.txt || true
fi
if [ ${withEapol} = true ] ; then
diff --git a/jjb/voltha-scale.yaml b/jjb/voltha-scale.yaml
index 4838fa9..9dbef0f 100644
--- a/jjb/voltha-scale.yaml
+++ b/jjb/voltha-scale.yaml
@@ -54,9 +54,10 @@
name: 'voltha-scale-measurements-master-experimental'
build-node: 'onf-pod1-head-node'
'disable-job': false
- time-trigger: "H H/4 * * *"
+ # trigger on Feb 29th (a.k.a only trigger it manually)
+ time-trigger: "H 0 29 2 *"
withMonitoring: false
- olts: 1
+ olts: 2
pons: 16
onus: 32
withFlows: true
@@ -88,7 +89,6 @@
openonuAdapterReplicas: 8
onosReplicas: 3
atomixReplicas: 3
- withPcap: true
extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
- 'voltha-scale-measurements':
@@ -108,7 +108,6 @@
openonuAdapterReplicas: 8
onosReplicas: 3
atomixReplicas: 3
- withPcap: true
extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
- 'voltha-scale-measurements':
@@ -148,7 +147,6 @@
onosReplicas: 3
atomixReplicas: 3
extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
- withPcap: true
onosImg: matteoscandolo/voltha-onos:olt-log
- 'voltha-scale-measurements':
@@ -187,7 +185,6 @@
openonuAdapterReplicas: 8
onosReplicas: 3
atomixReplicas: 3
- withPcap: true
extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
# voltha-2.5 Jobs
@@ -215,7 +212,6 @@
openoltAdapterImg: ''
openonuAdapterImg: ''
onosImg: ''
- withPcap: true
- 'voltha-scale-measurements':
name: 'voltha-scale-measurements-voltha-2.5-2-16-32-dt-subscribers'
@@ -268,7 +264,6 @@
openoltAdapterImg: ''
openonuAdapterImg: ''
onosImg: ''
- withPcap: true
# development pipeline
- 'voltha-scale-measurements-dev':