From 17356ac55d18889045fec9d8d64235ac6f030a58 Mon Sep 17 00:00:00 2001 From: Paul Vaduva Date: Thu, 8 Sep 2016 16:31:07 +0200 Subject: [PATCH] armband: enable concurrency and adjust throttle params Change-Id: I72e061ae57ccdd06520dbf93cdf146390bfc0591 Signed-off-by: Paul Vaduva --- jjb/armband/armband-ci-jobs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jjb/armband/armband-ci-jobs.yml b/jjb/armband/armband-ci-jobs.yml index f100a46a8..25987328d 100644 --- a/jjb/armband/armband-ci-jobs.yml +++ b/jjb/armband/armband-ci-jobs.yml @@ -90,7 +90,7 @@ properties: - throttle: enabled: true - max-total: 1 + max-total: 4 max-per-node: 1 option: 'project' - build-blocker: @@ -152,12 +152,12 @@ - job-template: name: '{installer}-deploy-{pod}-daily-{stream}' - concurrent: false + concurrent: true properties: - throttle: enabled: true - max-total: 1 + max-total: 4 max-per-node: 1 option: 'project' - build-blocker: -- 2.16.6