From: Vratko Polak Date: Tue, 10 Sep 2019 13:18:31 +0000 (+0200) Subject: Do not skip commit-message-only checkstyle X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=c61eb91c69b62163d075136cf3f1f05234737466;p=ci-management.git Do not skip commit-message-only checkstyle Checkstyle now also checks commit message formatting. So when a new patch set differs only in commit message, the VPP checkstyle job has to be triggered again. Unfortunately, that means all other vpp verify jobs will get started on success. But that is already true, and I see no good workaround. This Change still saves one manual "recheck". Change-Id: I9dcb57a90a46508a972ea75eef4acb86304a942a Signed-off-by: Vratko Polak --- diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index b7b08fca5..dc1672e75 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -522,7 +522,7 @@ - patchset-created-event: exclude-drafts: 'true' exclude-trivial-rebase: 'false' - exclude-no-code-change: 'true' + exclude-no-code-change: 'false' - draft-published-event - comment-added-contains-event: comment-contains-value: 'checkstylecheck'