From c61eb91c69b62163d075136cf3f1f05234737466 Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Tue, 10 Sep 2019 15:18:31 +0200 Subject: [PATCH] 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 --- jjb/vpp/vpp.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.16.6