From 20eaa8bf891250048e50d720a6f00266f1652276 Mon Sep 17 00:00:00 2001 From: Ed Kern Date: Sat, 24 Mar 2018 08:54:07 -0700 Subject: [PATCH] VPP: Added second retry for verify jobs Second retry needed to avoid false positive votes in the case of a double failure/retry with single success after that Change-Id: I2711e536cd4057e93dc80216a7230c5c79dc63f9 Signed-off-by: Ed Kern --- jjb/vpp/vpp.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index 2fd3e7697..6f979d2d4 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -290,7 +290,7 @@ archive-artifacts: '/tmp/vpp-failed-unittests/*/* **/core' - naginator: rerun-unstable-builds: true - max-failed-builds: 1 + max-failed-builds: 2 fixed-delay: 10 - job-template: -- 2.16.6