From cd2993320361f89b8916b25bc1d9c541cd0b7ba8 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Thu, 23 Jan 2014 15:05:22 +0000 Subject: [PATCH] Zuul gate window increment by 2, floor at 6 * modules/openstack_project/files/zuul/layout.yaml: Be more optimistic overall with the gate window, increasing by 2 instead of 1 on successes and never falling below 6. This will allow us to utilize more available test node quota, hopefully still without falling into another starvation scenario. Change-Id: I6d54c0a8bd0575d0c5a85ee93bd5af77534ff2bf --- modules/openstack_project/files/zuul/layout.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 36df1ea74c..06d20f1ee5 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -42,6 +42,8 @@ pipelines: failure: gerrit: verified: -2 + window-floor: 6 + window-increase-factor: 2 - name: post description: This pipeline runs jobs that operate after each change is merged.