]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-ansible: allow doc and syntax job to be run on smithi node 1238/head
authorGuillaume Abrioux <gabrioux@redhat.com>
Thu, 24 Jan 2019 10:13:26 +0000 (11:13 +0100)
committerGuillaume Abrioux <gabrioux@redhat.com>
Thu, 24 Jan 2019 10:16:01 +0000 (11:16 +0100)
Sometimes, a ceph-ansible PRs are stuck because no OVH nodes are available
while a lot of smithi node aren't busy at all. It's not worth it to block a PR
just because of jobs which take usually less than 2min to be done.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
ceph-ansible-docs-prs/config/definitions/ceph-ansible-docs-prs.yml
ceph-ansible-pr-syntax-check/config/definitions/ceph-ansible-pr-syntax-check.yml

index 1e8cc6972ea30bf8d2b00f37afe812744a3fff59..fe2fc4012591d151bab98485a407991953203342 100644 (file)
@@ -1,6 +1,6 @@
 - job:
     name: ceph-ansible-docs-pull-requests
-    node: small && (centos7 || trusty)
+    node: (small && (centos7 || trusty)) || (vagrant && libvirt && smithi)
     project-type: freestyle
     defaults: global
     display-name: 'ceph-ansible: docs pull requests'
index fe81ec578ca8e1b2a606c115749019c01d917142..84a0db782df38d6729949e2260235ce6a4d86457 100644 (file)
@@ -14,7 +14,7 @@
 
 - job:
     name: ceph-ansible-pr-syntax-check
-    node: (centos7 || trusty) && x86_64
+    node: ((centos7 || trusty) && x86_64) || (vagrant && libvirt && smithi)
     project-type: freestyle
     defaults: global
     concurrent: true