Skip validate-autorelease on drafts and no-code-changes 40/40440/1
authorVratko Polak <vrpolak@cisco.com>
Thu, 16 Jun 2016 12:27:56 +0000 (14:27 +0200)
committerVratko Polak <vrpolak@cisco.com>
Thu, 16 Jun 2016 12:27:56 +0000 (14:27 +0200)
This is a spiritual successor of 39536 (the third point)
but this affects all projects, not just integration/distribution.

Change-Id: If15aeeb4168cef36381062923343ba1289bf0353
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
jjb-templates/validate-autorelease.yaml

index 6dea6d0a15c268ec36ade10e881de1229e88c9e4..c643774be9c72ee8d7bed1bd96b4ab30cfd0b379 100644 (file)
@@ -52,9 +52,9 @@
             server-name: 'OpenDaylight'
             trigger-on:
                 - patchset-created-event:
-                    exclude-drafts: 'false'
+                    exclude-drafts: 'true'
                     exclude-trivial-rebase: 'false'
-                    exclude-no-code-change: 'false'
+                    exclude-no-code-change: 'true'
                 - draft-published-event
                 - comment-added-contains-event:
                     comment-contains-value: 'recheck'