Enable pass and unstable thresholds in stage3
[osm/devops.git] / jenkins / ci-pipelines / ci_stage_3.groovy
index ef6a908..a2fea9d 100644 (file)
@@ -525,7 +525,10 @@ EOF"""
                             params.KUBECONFIG,
                             params.CLOUDS,
                             hostfile,
-                            jujuPassword)
+                            jujuPassword,
+                            params.ROBOT_PASS_THRESHOLD,
+                            params.ROBOT_UNSTABLE_THRESHOLD
+                        )
                     } // stage("System Integration Test")
                 } finally {
                     stage("Archive Container Logs") {