summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Wallace <dwallacelf@gmail.com>2022-09-20 05:00:53 +0000
committerGerrit Code Review <gerrit@fd.io>2022-09-20 05:00:53 +0000
commit6d1ea000bcfb45d87fc1522971a3d7702399d732 (patch)
tree1bc0031bb573af55f413dde8dc77d15ec3730dd2
parent30e5f48bd61ca09c624a7c2d483565663256e505 (diff)
parent00fbe81a0e584d89adaf94a46c1157215cba7131 (diff)
Merge "fix: add threshold for functional test jobs to pass"
-rw-r--r--jjb/hicn/hicn.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/jjb/hicn/hicn.yaml b/jjb/hicn/hicn.yaml
index 8f766833..f227b0e0 100644
--- a/jjb/hicn/hicn.yaml
+++ b/jjb/hicn/hicn.yaml
@@ -356,8 +356,9 @@
- ../scripts/hicn/functest.sh
publishers:
- - robot-report:
+ - robot:
output-path: "tests"
+ pass-threshold: 75.0
- job-template:
name: "hicn-merge-{stream}-{os}-{executor-arch}"