From: Markos Chandras Date: Wed, 15 Mar 2017 17:46:34 +0000 (+0000) Subject: jjb: infra: bifrost-cleanup-job: Do not trigger on new patchsets X-Git-Tag: danube.1.0~142 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F69%2F30569%2F3;p=releng.git 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 --- 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'