Do not skip commit-message-only checkstyle 60/21960/1
authorVratko Polak <vrpolak@cisco.com>
Tue, 10 Sep 2019 13:18:31 +0000 (15:18 +0200)
committerVratko Polak <vrpolak@cisco.com>
Tue, 10 Sep 2019 13:18:31 +0000 (15:18 +0200)
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 <vrpolak@cisco.com>
jjb/vpp/vpp.yaml

index b7b08fc..dc1672e 100644 (file)
             - 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'