Skip to content
Snippets Groups Projects
Commit 76a02050 authored by garciadeblas's avatar garciadeblas
Browse files

Enable pass and unstable thresholds in stage3


Change-Id: I2355ec71ab009e7646d35e7bcaa637dcd6751fb8
Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
parent cca9364c
No related branches found
No related tags found
No related merge requests found
......@@ -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") {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment