From 4d45532bb6e63f2df165326b7e8e51d06e62d00d Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Tue, 2 Apr 2019 11:31:15 +0200 Subject: [PATCH] ceph-ansible-prs: retry on CI errors Retry jobs when we hit an unrelated CI failure. Signed-off-by: Guillaume Abrioux --- ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml b/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml index e876c86a..9b4a2383 100644 --- a/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml +++ b/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml @@ -287,6 +287,10 @@ - ../../build/build publishers: + - naginator: + max-failed-builds: 3 + regular-expression: "Failure talking to yum|Call to virDomainLookupByUUID failed" + - postbuildscript: builders: - role: SLAVE -- 2.39.5