summaryrefslogtreecommitdiffstats
path: root/jjb/infra
diff options
context:
space:
mode:
authorMarkos Chandras <mchandras@suse.de>2017-03-15 17:46:34 +0000
committerMarkos Chandras <mchandras@suse.de>2017-03-15 17:55:10 +0000
commitea33eda6954acaf226521cbb8bba979a9774fea5 (patch)
tree6d5d31705c90aa3763f69ecb116877d413067438 /jjb/infra
parente34f5a8852f9c7b6d83b44c642e534b42df12cd9 (diff)
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 <mchandras@suse.de>
Diffstat (limited to 'jjb/infra')
-rw-r--r--jjb/infra/bifrost-cleanup-job.yml2
1 files changed, 2 insertions, 0 deletions
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'