From 8010041ed1d877d23105b2aad4fdb722b67df08f Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Wed, 19 Feb 2014 16:16:36 -0800 Subject: [PATCH] Allow changes into gate with +2 from jenkins If a change ends up with a +2 from jenkins but no approval (because a core reviewer removed his or her vote), allow it to be enqueued the next time someone approves it. Change-Id: I0d21921ac6bfbf93fb136bba8e921f2257f57567 --- modules/openstack_project/files/zuul/layout.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 38faf1183f..3ffbaa3a33 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -57,6 +57,13 @@ pipelines: newer-than: 24h approval: - approved: 1 + - event: comment-added + require-approval: + - verified: 2 + username: jenkins + newer-than: 24h + approval: + - approved: 1 - event: comment-added approval: - verified: 1