Setting API Tests pass threshold to 100%

Change-Id: I7d6b1004dde95ed046d4bd6fd45c217fe7dfcb66
diff --git a/jjb/pipeline/all-xos-api-test-helm.groovy b/jjb/pipeline/all-xos-api-test-helm.groovy
index f27b594..6cf2fcc 100644
--- a/jjb/pipeline/all-xos-api-test-helm.groovy
+++ b/jjb/pipeline/all-xos-api-test-helm.groovy
@@ -310,7 +310,7 @@
             otherFiles: '',
             outputFileName: 'RobotLogs/output*.xml',
             outputPath: '.',
-            passThreshold: 95,
+            passThreshold: 100,
             reportFileName: 'RobotLogs/report*.html',
             unstableThreshold: 0]);
       }
diff --git a/jjb/pipeline/chart-api-test-helm.groovy b/jjb/pipeline/chart-api-test-helm.groovy
index ed37ee9..9ae73a4 100644
--- a/jjb/pipeline/chart-api-test-helm.groovy
+++ b/jjb/pipeline/chart-api-test-helm.groovy
@@ -239,7 +239,7 @@
             otherFiles: '',
             outputFileName: 'RobotLogs/output*.xml',
             outputPath: '.',
-            passThreshold: 95,
+            passThreshold: 100,
             reportFileName: 'RobotLogs/report*.html',
             unstableThreshold: 0]);
       }
diff --git a/jjb/pipeline/xos-synchronizer-update.groovy b/jjb/pipeline/xos-synchronizer-update.groovy
index 1c8a43d..86f9dc8 100644
--- a/jjb/pipeline/xos-synchronizer-update.groovy
+++ b/jjb/pipeline/xos-synchronizer-update.groovy
@@ -320,7 +320,7 @@
             otherFiles: '',
             outputFileName: 'RobotLogs/output*.xml',
             outputPath: '.',
-            passThreshold: 95,
+            passThreshold: 100,
             reportFileName: 'RobotLogs/report*.html',
             unstableThreshold: 0]);
       }