From dae04e82e8ac1d35d10b8b81b5497f2b22de3865 Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Tue, 22 Oct 2024 10:56:08 +0200 Subject: [PATCH] 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 --- jjb/csit/csit-tox.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 -- 2.16.6