jjb: infra: bifrost-cleanup-job: Do not trigger on new patchsets 69/30569/3
authorMarkos Chandras <mchandras@suse.de>
Wed, 15 Mar 2017 17:46:34 +0000 (17:46 +0000)
committerMarkos Chandras <mchandras@suse.de>
Wed, 15 Mar 2017 17:55:10 +0000 (17:55 +0000)
Commit f6bba721fd13 ("jjb: infra: bifrost-cleanup-job: Do not trigger on
patchset creation") changed the job to not trigger on new patchsets but
this does not work as expected because it seems that the default value
for this option is 'true'. Set 'patchset-uploaded-event' to 'false' in
order to really disable that trigger.

Fixes: f6bba721fd13 ("jjb: infra: bifrost-cleanup-job: Do not trigger on patchset creation")
Change-Id: Id19474511f37ebd13d1933f5d13f185dc5c8e3c9
Signed-off-by: Markos Chandras <mchandras@suse.de>
jjb/infra/bifrost-cleanup-job.yml

index d09dd5a..571e275 100644 (file)
@@ -88,6 +88,7 @@
             trigger-on:
                 # We only run this when the change is merged or
                 # abandoned since we don't need the logs anymore
+                - patchset-uploaded-event: 'false'
                 - change-merged-event: 'true'
                 - change-abandoned-event: 'true'
                 - change-restored-event: 'false'
             trigger-on:
                 # We only run this when the change is merged or
                 # abandoned since we don't need the logs anymore
+                - patchset-uploaded-event: 'false'
                 - change-merged-event: 'true'
                 - change-abandoned-event: 'true'
                 - change-restored-event: 'false'