diff options
author | Eric Ball <eball@linuxfoundation.org> | 2018-08-10 13:07:56 -0700 |
---|---|---|
committer | Eric Ball <eball@linuxfoundation.org> | 2018-08-10 13:07:56 -0700 |
commit | f2a763edbf68175d3a6c1ace9b326272fa34f97d (patch) | |
tree | 293679c097800a1f422042653d0ab2bbb326a506 | |
parent | 268f2bbd732f08a47d04a9aed52c21ba61bb4aed (diff) |
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 <eball@linuxfoundation.org>
-rw-r--r-- | jjb/vpp/vpp.yaml | 4 |
1 files changed, 1 insertions, 3 deletions
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 - - |