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