diff options
author | 2022-10-14 12:05:12 +0200 | |
---|---|---|
committer | 2022-10-14 12:05:19 +0200 | |
commit | 8473eff911e6486ee385aac039ae6a6673790f1f (patch) | |
tree | 58b2d549513708eb2944c6a1ffb5f57af8a329b9 /jjb | |
parent | 6b0633c4df5f30f0a2034ad283a5a00ab81a0256 (diff) |
fix: hicn-docs jobs should skip voting
The +1 should be given only at the end of functional tests.
Signed-off-by: Mauro Sardara <msardara@cisco.com>
Change-Id: Ia7aa366247d9ad3c001996fc5a1ea207c764e238
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/hicn/hicn-docs.yaml | 2 | ||||
-rw-r--r-- | jjb/hicn/hicn.yaml | 14 |
2 files changed, 9 insertions, 7 deletions
diff --git a/jjb/hicn/hicn-docs.yaml b/jjb/hicn/hicn-docs.yaml index 4423af867..89fb9fcc7 100644 --- a/jjb/hicn/hicn-docs.yaml +++ b/jjb/hicn/hicn-docs.yaml @@ -54,7 +54,7 @@ build-timeout: "{build-timeout}" triggers: - - gerrit-trigger-checkstyle: + - gerrit-trigger-checkstyle-nonvoting: name: "{project}" branch: "{branch}" diff --git a/jjb/hicn/hicn.yaml b/jjb/hicn/hicn.yaml index 9d1dabed1..135ee6a05 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: |