From 76a0205050031992a69913b10eca9626f0d4495c Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Mon, 10 May 2021 19:02:10 +0200 Subject: [PATCH] Enable pass and unstable thresholds in stage3 Change-Id: I2355ec71ab009e7646d35e7bcaa637dcd6751fb8 Signed-off-by: garciadeblas --- jenkins/ci-pipelines/ci_stage_3.groovy | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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") { -- 2.25.1