diff options
author | meimei <meimei@huawei.com> | 2016-01-28 10:24:29 +0800 |
---|---|---|
committer | meimei <meimei@huawei.com> | 2016-01-28 10:58:12 +0800 |
commit | 6448d54db875664c6f9592d8ced9e3176deadff8 (patch) | |
tree | 856767cccab7859faea0558ca499d19f2ea15b2f /jjb/compass4nfv/compass-ci-jobs.yml | |
parent | a131431f183b262201e780471dfc1a3801fccc94 (diff) |
[compass] try concurrent of daily ci jobs, don't restrict the threahold
Change-Id: I593af4a8ef484c851be3677bcfd95e8451b45c86
Signed-off-by: meimei <meimei@huawei.com>
Diffstat (limited to 'jjb/compass4nfv/compass-ci-jobs.yml')
-rw-r--r-- | jjb/compass4nfv/compass-ci-jobs.yml | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/jjb/compass4nfv/compass-ci-jobs.yml b/jjb/compass4nfv/compass-ci-jobs.yml index c50f7341a..11fac7cc7 100644 --- a/jjb/compass4nfv/compass-ci-jobs.yml +++ b/jjb/compass4nfv/compass-ci-jobs.yml @@ -65,12 +65,8 @@ properties: - throttle: enabled: true - max-total: 1 + max-total: 0 max-per-node: 1 - - build-blocker: - use-build-blocker: true - blocking-jobs: - - 'compass-os-.*?-{pod}-daily-{stream}' wrappers: - build-name: @@ -130,12 +126,12 @@ disabled: false - concurrent: false + concurrent: true properties: - throttle: enabled: true - max-total: 1 + max-total: 0 max-per-node: 1 - build-blocker: use-build-blocker: true |