From 4f639e85df24a8d6d17cd5c90db4fc977fbe40b9 Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Mon, 21 Oct 2019 15:48:01 +0100 Subject: [PATCH] CI: Increase job run attempts to 5 Attempts affect pre failures. This means we can increase stability of jobs by rejecting nodes that fail pre without failing runs at the same time (unless we are really unlucky and hit b0rken nodes 5 times in a row). This change is adapted from I17b7f878c742fa8db66f738526855a02ab9f1905 in kolla-ansible. Change-Id: Ied5d2cb8ffa47b90833ee3cf241797601906f9b2 (cherry picked from commit 98fb7dc8ff2136d658c9a79ed40f6e42e7893662) --- .zuul.d/base.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zuul.d/base.yaml b/.zuul.d/base.yaml index 3703c2b357..97952327cf 100644 --- a/.zuul.d/base.yaml +++ b/.zuul.d/base.yaml @@ -45,7 +45,7 @@ pre-run: tests/playbooks/pre.yml run: tests/playbooks/run.yml post-run: tests/playbooks/post.yml - attempts: 1 + attempts: 5 required-projects: - openstack/kolla-ansible - openstack/requirements