Moving threshold to 100 for voltha-2.x pipelines
Change-Id: I00aadb1cfd97b8b016b6868909200c317528aa28
diff --git a/jjb/pipeline/voltha-go-tests-new-bbsim.groovy b/jjb/pipeline/voltha-go-tests-new-bbsim.groovy
index 6dd5a95..f40ade8 100644
--- a/jjb/pipeline/voltha-go-tests-new-bbsim.groovy
+++ b/jjb/pipeline/voltha-go-tests-new-bbsim.groovy
@@ -143,7 +143,7 @@
otherFiles: '',
outputFileName: 'RobotLogs/output*.xml',
outputPath: '.',
- passThreshold: 80,
+ passThreshold: 100,
reportFileName: 'RobotLogs/report*.html',
unstableThreshold: 0]);
archiveArtifacts artifacts: '*.log'
diff --git a/jjb/pipeline/voltha-go-tests.groovy b/jjb/pipeline/voltha-go-tests.groovy
index 5cc1857..029e5c9 100644
--- a/jjb/pipeline/voltha-go-tests.groovy
+++ b/jjb/pipeline/voltha-go-tests.groovy
@@ -104,7 +104,7 @@
otherFiles: '',
outputFileName: 'RobotLogs/output*.xml',
outputPath: '.',
- passThreshold: 80,
+ passThreshold: 100,
reportFileName: 'RobotLogs/report*.html',
unstableThreshold: 0]);
archiveArtifacts artifacts: '*.log'