From ec11a6f2031eb1d87be07e168e2dc8f8c065bce7 Mon Sep 17 00:00:00 2001 From: Vanessa Rene Valderrama Date: Mon, 24 Sep 2018 13:39:56 -0500 Subject: Fix VPP docs merge job timeouts Modifying VPP docs merge jobs to concurrent: false to resolve build timeout errors Change-Id: I5368a8ba0f46667122be19e681f59ecb33747c88 Signed-off-by: Vanessa Rene Valderrama --- jjb/vpp/docs.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/jjb/vpp/docs.yaml b/jjb/vpp/docs.yaml index 1ab4ae7e7..65fd996d1 100644 --- a/jjb/vpp/docs.yaml +++ b/jjb/vpp/docs.yaml @@ -37,7 +37,7 @@ project-type: freestyle node: ubuntu1604-us - concurrent: false + concurrent: true logrotate: daysToKeep: '{build-days-to-keep}' @@ -106,7 +106,7 @@ project-type: freestyle node: ubuntu1604-us - concurrent: true + concurrent: false logrotate: daysToKeep: '{build-days-to-keep}' @@ -192,7 +192,7 @@ project-type: freestyle node: ubuntu1604-us - concurrent: false + concurrent: true logrotate: daysToKeep: '{build-days-to-keep}' @@ -262,7 +262,7 @@ project-type: freestyle node: ubuntu1604-us - concurrent: true + concurrent: false logrotate: daysToKeep: '{build-days-to-keep}' @@ -407,7 +407,7 @@ project-type: freestyle node: ubuntu1604-us - concurrent: true + concurrent: false logrotate: daysToKeep: '{build-days-to-keep}' -- cgit