From f3f4a93e3bc80951bfe6deb00abcb11c34ce9830 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rados=C5=82aw=20Piliszek?= <radoslaw.piliszek@gmail.com>
Date: Wed, 16 Oct 2019 09:29:15 +0200
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).

Change-Id: I17b7f878c742fa8db66f738526855a02ab9f1905
---
 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 4dd5dae172..8f42824e79 100644
--- a/zuul.d/base.yaml
+++ b/zuul.d/base.yaml
@@ -4,7 +4,7 @@
     pre-run: tests/pre.yml
     run: tests/run.yml
     post-run: tests/post.yml
-    attempts: 1
+    attempts: 5
     timeout: 7200
     required-projects:
       - openstack/kolla-ansible