From 097804ddb685b82ac4f04b4ac745690647b4addd Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Thu, 24 Jan 2019 11:13:26 +0100 Subject: [PATCH] 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 --- .../config/definitions/ceph-ansible-docs-prs.yml | 2 +- .../config/definitions/ceph-ansible-pr-syntax-check.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5