From: garciadeblas Date: Tue, 6 Apr 2021 16:37:54 +0000 (+0200) Subject: Add pass and unstablerobot thresholds for stage3 X-Git-Tag: release-v10.0-start~23 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=4c63075797178555994ba54f46755d1228426028;hp=4c63075797178555994ba54f46755d1228426028;p=osm%2Fdevops.git Add pass and unstablerobot thresholds for stage3 This change adds two parameters to the stage3 Jenkinsfile in ci_stage3_groovy: - ROBOT_PASS_THRESHOLD: % passed Robot tests to mark the build as passed - ROBOT_UNSTABLE_THRESHOLD: % passed Robot tests to mark the build as unstable These two parameters are passed to robotPublisher, the class in Robot Framework Jenkins plugin to publish test results. Change-Id: Ia2abdf996033163572836afe88cfa0675683fcb1 Signed-off-by: garciadeblas ---