From e37a94ff9ae9ccea58e4e8cb85f13941826cd84b Mon Sep 17 00:00:00 2001 From: meimei Date: Fri, 29 Jan 2016 16:52:23 +0800 Subject: set concurrency of testing job Change-Id: I8aa23d69d0d3138a069f131e66cc336c82fd74a9 Signed-off-by: meimei --- jjb/functest/functest-ci-jobs.yml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'jjb/functest') diff --git a/jjb/functest/functest-ci-jobs.yml b/jjb/functest/functest-ci-jobs.yml index 10ea72b53..4152193e7 100644 --- a/jjb/functest/functest-ci-jobs.yml +++ b/jjb/functest/functest-ci-jobs.yml @@ -92,6 +92,13 @@ - job-template: name: 'functest-{installer}-{pod}-{testsuite}-{stream}' + concurrent: true + + properties: + - throttle: + enabled: true + max-per-node: 1 + wrappers: - build-name: name: '$BUILD_NUMBER Suite: $FUNCTEST_SUITE_NAME Scenario: $DEPLOY_SCENARIO' -- cgit 1.2.3-korg