]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-ansible-prs: update labels required 563/head
authorAlfredo Deza <adeza@redhat.com>
Wed, 23 Nov 2016 14:42:30 +0000 (09:42 -0500)
committerAlfredo Deza <adeza@redhat.com>
Wed, 23 Nov 2016 14:42:30 +0000 (09:42 -0500)
Using a '-' breaks the service that creates machines based on labels
since it evaluates it as Python and '-' is seen as an operator

Signed-off-by: Alfredo Deza <adeza@redhat.com>
ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml

index f6a5d17910fd5860e084c0775c922efb325f2296..41b8b8b6067b2bc63154fbacaa1c0b242f38dd49 100644 (file)
@@ -9,7 +9,7 @@
 
 - job-template:
     name: 'ceph-ansible-prs-{scenario}'
-    node: vagrant&&ceph-ansible
+    node: vagrant&&libvirt
     concurrent: true
     defaults: global
     display-name: 'ceph-ansible: Pull Requests [{scenario}]'