From 8473eff911e6486ee385aac039ae6a6673790f1f Mon Sep 17 00:00:00 2001 From: Mauro Sardara Date: Fri, 14 Oct 2022 12:05:12 +0200 Subject: fix: hicn-docs jobs should skip voting The +1 should be given only at the end of functional tests. Signed-off-by: Mauro Sardara Change-Id: Ia7aa366247d9ad3c001996fc5a1ea207c764e238 --- jjb/hicn/hicn.yaml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'jjb/hicn/hicn.yaml') diff --git a/jjb/hicn/hicn.yaml b/jjb/hicn/hicn.yaml index 9d1dabed..135ee6a0 100644 --- a/jjb/hicn/hicn.yaml +++ b/jjb/hicn/hicn.yaml @@ -279,9 +279,6 @@ branches: - branch-compare-type: "ANT" branch-pattern: "**/{branch}" - override-votes: true - gerrit-build-notbuilt-verified-value: 0 - gerrit-build-successful-verified-value: 1 # yamllint disable-line rule:line-length notbuilt-message: "Automatic retry of failed jobs may be in process. A proper vote should be set when retry completes." # yamllint disable-line rule:line-length @@ -289,9 +286,14 @@ successful-message: "build_success-{stream}-{os}-{executor-arch}" skip-vote: successful: true - failed: false - unstable: false - notbuilt: false + failed: true + unstable: true + notbuilt: true + override-votes: true + gerrit-build-successful-verified-value: 1 + gerrit-build-failed-verified-value: 1 + gerrit-build-unstable-verified-value: 1 + gerrit-build-notbuilt-verified-value: 1 builders: - shell: !include-raw-escape: -- cgit 1.2.3-korg