From: Peter Mikus Date: Mon, 24 Jun 2019 14:32:06 +0000 (+0000) Subject: Disable concurrency on perf weekly/daily jobs X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=6cb931a1f7f2d44e95e5f345a378fda9f542a2bd;p=ci-management.git Disable concurrency on perf weekly/daily jobs Change-Id: I69376a764fa85f3b384a14803a4d3731349f5ce4 Signed-off-by: Peter Mikus --- diff --git a/jjb/csit/csit.yaml b/jjb/csit/csit.yaml index 4b80754e4..da8c30f0a 100644 --- a/jjb/csit/csit.yaml +++ b/jjb/csit/csit.yaml @@ -1120,7 +1120,7 @@ project-type: freestyle node: '{perf-executor}' - concurrent: true + concurrent: false build-discarder: daysToKeep: '{build-days-to-keep}' @@ -1184,7 +1184,7 @@ project-type: freestyle node: '{perf-executor}' - concurrent: true + concurrent: false build-discarder: daysToKeep: '{build-days-to-keep}' @@ -1248,7 +1248,7 @@ project-type: freestyle node: '{perf-executor}' - concurrent: true + concurrent: false build-discarder: daysToKeep: '{build-days-to-keep}' @@ -1312,7 +1312,7 @@ project-type: freestyle node: '{perf-executor}' - concurrent: true + concurrent: false build-discarder: daysToKeep: '{build-days-to-keep}'