From: garciadeblas Date: Mon, 10 May 2021 17:02:10 +0000 (+0200) Subject: Enable pass and unstable thresholds in stage3 X-Git-Tag: release-v10.0-start~11 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=76a0205050031992a69913b10eca9626f0d4495c;p=osm%2Fdevops.git Enable pass and unstable thresholds in stage3 Change-Id: I2355ec71ab009e7646d35e7bcaa637dcd6751fb8 Signed-off-by: garciadeblas --- diff --git a/jenkins/ci-pipelines/ci_stage_3.groovy b/jenkins/ci-pipelines/ci_stage_3.groovy index ef6a908c..a2fea9d1 100644 --- a/jenkins/ci-pipelines/ci_stage_3.groovy +++ b/jenkins/ci-pipelines/ci_stage_3.groovy @@ -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") {