From: Guillaume Abrioux Date: Thu, 24 Jan 2019 10:13:26 +0000 (+0100) Subject: ceph-ansible: allow doc and syntax job to be run on smithi node X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=097804ddb685b82ac4f04b4ac745690647b4addd;p=ceph-build.git ceph-ansible: allow doc and syntax job to be run on smithi node 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 --- diff --git a/ceph-ansible-docs-prs/config/definitions/ceph-ansible-docs-prs.yml b/ceph-ansible-docs-prs/config/definitions/ceph-ansible-docs-prs.yml index 1e8cc697..fe2fc401 100644 --- a/ceph-ansible-docs-prs/config/definitions/ceph-ansible-docs-prs.yml +++ b/ceph-ansible-docs-prs/config/definitions/ceph-ansible-docs-prs.yml @@ -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' diff --git a/ceph-ansible-pr-syntax-check/config/definitions/ceph-ansible-pr-syntax-check.yml b/ceph-ansible-pr-syntax-check/config/definitions/ceph-ansible-pr-syntax-check.yml index fe81ec57..84a0db78 100644 --- a/ceph-ansible-pr-syntax-check/config/definitions/ceph-ansible-pr-syntax-check.yml +++ b/ceph-ansible-pr-syntax-check/config/definitions/ceph-ansible-pr-syntax-check.yml @@ -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