From bb40a9329b7a713cf88a598c23423b24d173248b Mon Sep 17 00:00:00 2001 From: Joshua Hesketh Date: Tue, 17 Jun 2014 15:20:37 +1000 Subject: [PATCH] Don't auto-recheck when last check was false When Jenkin's vote is 72 hours old it'll re-run checks on the next comment to ensure that its vote is still valid. However this is only necessary to confirm that postive votes are valid. If Jenkins originally voted -1 then there is no point in rechecking (this can be done through the 'recheck bug xyz' filter) Change-Id: Ia24b09df79c33f425763d8b03bf58707f8fc1046 --- modules/openstack_project/files/zuul/layout.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 7b31669e5d..cf1cf94f05 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -20,6 +20,7 @@ pipelines: require-approval: - username: jenkins older-than: 72h + verified: 1 - event: comment-added require-approval: - workflow: 1