diff options
author | Vratko Polak <vrpolak@cisco.com> | 2024-10-22 10:56:08 +0200 |
---|---|---|
committer | Vratko Polak <vrpolak@cisco.com> | 2024-10-22 10:56:08 +0200 |
commit | dae04e82e8ac1d35d10b8b81b5497f2b22de3865 (patch) | |
tree | 169c8743f6cf4e1f38d202c51cbd0ae7b37c869b /jjb/csit | |
parent | a09fe63490535f29ce7f4c4f88e4250a05eb164f (diff) |
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 <vrpolak@cisco.com>
Diffstat (limited to 'jjb/csit')
-rw-r--r-- | jjb/csit/csit-tox.yaml | 6 |
1 files 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 |