From 25ef72f13b1a25c4d87bd5701616527c58e89f8d Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Tue, 13 Feb 2018 12:14:57 -0500 Subject: Apex: Fixes concurrent apex-virtual jobs We were missing concurrent on this job which was preventing parallel execution. Change-Id: I4d1ea62aef2a321220799cebee008f494490886c Signed-off-by: Tim Rozet --- jjb/apex/apex.yml | 3 ++- jjb/apex/apex.yml.j2 | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'jjb/apex') diff --git a/jjb/apex/apex.yml b/jjb/apex/apex.yml index 7d7ddb168..cf29b928c 100644 --- a/jjb/apex/apex.yml +++ b/jjb/apex/apex.yml @@ -311,6 +311,8 @@ project-type: 'multijob' + concurrent: true + disabled: false scm: @@ -344,7 +346,6 @@ - 'apex-run.*' - 'apex-virtual-.*' - 'apex-verify-gate-.*' - queue-scannning: 'ALL' - throttle: max-per-node: 1 max-total: 10 diff --git a/jjb/apex/apex.yml.j2 b/jjb/apex/apex.yml.j2 index 72d9a6351..ab65c4e2b 100644 --- a/jjb/apex/apex.yml.j2 +++ b/jjb/apex/apex.yml.j2 @@ -189,6 +189,8 @@ project-type: 'multijob' + concurrent: true + disabled: false scm: @@ -222,7 +224,6 @@ - 'apex-run.*' - 'apex-virtual-.*' - 'apex-verify-gate-.*' - queue-scannning: 'ALL' - throttle: max-per-node: 1 max-total: 10 -- cgit 1.2.3-korg