From f85a62eb4ad207af9994fb75cb5bd2b625309ddf Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Fri, 21 Oct 2016 11:21:17 -0500 Subject: [PATCH] ceph: allow for concurrent jobs to run Signed-off-by: Andrew Schoen --- ceph/config/definitions/ceph.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ceph/config/definitions/ceph.yml b/ceph/config/definitions/ceph.yml index dec838ab..dd2f36c6 100644 --- a/ceph/config/definitions/ceph.yml +++ b/ceph/config/definitions/ceph.yml @@ -11,6 +11,7 @@ artifactNumToKeep: 25 block-downstream: false block-upstream: false + concurrent: true properties: - github: url: https://github.com/ceph/ceph -- 2.39.5