From 6cb931a1f7f2d44e95e5f345a378fda9f542a2bd Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Mon, 24 Jun 2019 14:32:06 +0000 Subject: Disable concurrency on perf weekly/daily jobs Change-Id: I69376a764fa85f3b384a14803a4d3731349f5ce4 Signed-off-by: Peter Mikus --- jjb/csit/csit.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'jjb') 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}' -- cgit 1.2.3-korg