diff options
author | 2018-09-27 14:59:38 +0000 | |
---|---|---|
committer | 2018-09-27 14:59:38 +0000 | |
commit | 46be1e240856a33a330e4797244bb66eed95d6e9 (patch) | |
tree | e026863701e5c18cb5c7a5c3e1bcbccf49a0eef8 | |
parent | 63ff27b60efeb55c5d2224fe576f6fbd7b32c4de (diff) | |
parent | ec11a6f2031eb1d87be07e168e2dc8f8c065bce7 (diff) |
Merge "Fix VPP docs merge job timeouts"
-rw-r--r-- | jjb/vpp/docs.yaml | 10 |
1 files 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}' |