From ea33eda6954acaf226521cbb8bba979a9774fea5 Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Wed, 15 Mar 2017 17:46:34 +0000 Subject: jjb: infra: bifrost-cleanup-job: Do not trigger on new patchsets 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 --- jjb/infra/bifrost-cleanup-job.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jjb/infra/bifrost-cleanup-job.yml b/jjb/infra/bifrost-cleanup-job.yml index d09dd5a32..571e275da 100644 --- a/jjb/infra/bifrost-cleanup-job.yml +++ b/jjb/infra/bifrost-cleanup-job.yml @@ -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' @@ -118,6 +119,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' -- cgit 1.2.3-korg