From affb9545fa4f7661be199ff3fbc213065d57409d Mon Sep 17 00:00:00 2001 From: Ed Kern Date: Mon, 20 May 2019 15:14:55 -0600 Subject: [PATCH] VPP: arm jobs nonvoting and retry due to jnlp connect issues I have made the arm jobs nonvoting and added automatic retry for now Change-Id: I6eb25bdd0a751b810367376d851657431252b29a Signed-off-by: Ed Kern --- jjb/vpp/vpp.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index 74ca251c1..9a8fb0502 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -396,7 +396,7 @@ build-timeout: 120 triggers: - - gerrit-trigger-checkstyle: + - gerrit-trigger-checkstyle-nonvoting: name: '{project}' branch: '{branch}' @@ -423,6 +423,10 @@ - fdio-infra-shiplogs: maven-version: 'mvn33-new' archive-artifacts: '/tmp/vpp-failed-unittests/*/* **/core' + - naginator: + rerun-unstable-builds: false + max-failed-builds: 1 + fixed-delay: 90 - job-template: name: 'vpp-arm-merge-{stream}-{os}' -- 2.16.6