From: Eric Ball Date: Fri, 10 Aug 2018 20:07:56 +0000 (-0700) Subject: Set concurrent to false for docs-verify job X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=f2a763edbf68175d3a6c1ace9b326272fa34f97d;hp=268f2bbd732f08a47d04a9aed52c21ba61bb4aed;p=ci-management.git Set concurrent to false for docs-verify job This should fix the issues we're seeing with timeouts when pushing artifacts to Nexus. Change-Id: I5beca4bf18e9e4c35fc00c6c61c2a092dd72ac0a Signed-off-by: Eric Ball --- diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index c59894004..e2b14b55c 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -859,7 +859,7 @@ project-type: freestyle node: ubuntu1604-us - concurrent: true + concurrent: false logrotate: daysToKeep: '{build-days-to-keep}' @@ -1154,5 +1154,3 @@ rerun-unstable-builds: false max-failed-builds: 1 fixed-delay: 90 - -