From 64aeebeeb4192a1cc45692c10d696ca1e2bada39 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Tue, 22 Nov 2016 08:09:03 -0500 Subject: [PATCH] ceph-ansible-pull-requests: make the job concurrent so other slaves can do work too Signed-off-by: Alfredo Deza --- .../config/definitions/ceph-ansible-pull-requests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ceph-ansible-pull-requests/config/definitions/ceph-ansible-pull-requests.yml b/ceph-ansible-pull-requests/config/definitions/ceph-ansible-pull-requests.yml index 20e6c89e..d51e0cbb 100644 --- a/ceph-ansible-pull-requests/config/definitions/ceph-ansible-pull-requests.yml +++ b/ceph-ansible-pull-requests/config/definitions/ceph-ansible-pull-requests.yml @@ -4,6 +4,7 @@ disabled: false # ties it to the one node that has this labels node: vagrant&&ceph-ansible + concurrent: true defaults: global display-name: 'ceph-ansible: Pull Requests' quiet-period: 5 -- 2.39.5