From: Vratko Polak Date: Tue, 22 Oct 2024 08:56:08 +0000 (+0200) Subject: fix(tox): vote directly X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F28%2F41728%2F1;p=ci-management.git fix(tox): vote directly Previously we had csit-vpp device jobs, triggered by tox_success message. Now we do not have any further jobs to trigger, so tox job should vote on succes, no messages needed. Change-Id: I935a9e73a9b9463ebc823db1cd5b341a6b090605 Signed-off-by: Vratko Polak --- diff --git a/jjb/csit/csit-tox.yaml b/jjb/csit/csit-tox.yaml index 8ee52bc2e..2f0d7ecb0 100644 --- a/jjb/csit/csit-tox.yaml +++ b/jjb/csit/csit-tox.yaml @@ -68,7 +68,7 @@ exclude-trivial-rebase: 'false' exclude-no-code-change: 'false' # Not enabling on draft published event. - # Frequently, people publish for public access, not fr verify. + # Frequently, people publish for public access, not for verify. # Use recheck comment to trigger verify. - comment-added-contains-event: comment-contains-value: 'recheck' @@ -83,10 +83,8 @@ override-votes: true gerrit-build-notbuilt-verified-value: 0 gerrit-build-successful-verified-value: 1 - failed-message: 'Tox failed. No further verify jobs will be started.' - successful-message: 'tox_success' skip-vote: - successful: true + successful: false failed: false unstable: false notbuilt: false