diff options
author | 2018-07-12 04:28:20 +0000 | |
---|---|---|
committer | 2018-07-12 04:28:51 +0000 | |
commit | aa83c88d59a9e9be9cc1906072ebde881f9b4391 (patch) | |
tree | 20d41105bcdee24f66910e4eb63bc0fe3b883259 | |
parent | 5be49421fe3c495635af4abe94e48c2eb069b75a (diff) |
Enable concurrency on 'csit-vpp-perf-verify-{stream}-{topo}-{arch}'
Change-Id: I3b564ac2b565b1a0a9ce9f86a4213e57c5b0d4ed
Signed-off-by: Peter Mikus <pmikus@cisco.com>
-rw-r--r-- | jjb/csit/csit.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/csit/csit.yaml b/jjb/csit/csit.yaml index 368149f91..d6e1ffcc0 100644 --- a/jjb/csit/csit.yaml +++ b/jjb/csit/csit.yaml @@ -1105,7 +1105,7 @@ </ul> project-type: freestyle node: 'ubuntu1604-basebuild-4c-4g' - concurrent: false + concurrent: true logrotate: daysToKeep: '{build-days-to-keep}' |