From: David Galloway Date: Thu, 17 Jan 2019 14:17:51 +0000 (-0500) Subject: ceph-volume: Use DreamCompute instances as slaves X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=7233413dcb686139736a71b1a5051fed3c4d043b;p=ceph-build.git ceph-volume: Use DreamCompute instances as slaves Signed-off-by: David Galloway --- diff --git a/ceph-volume-ansible-prs/config/definitions/ceph-volume-pr.yml b/ceph-volume-ansible-prs/config/definitions/ceph-volume-pr.yml index a720f1e2..790c20c6 100644 --- a/ceph-volume-ansible-prs/config/definitions/ceph-volume-pr.yml +++ b/ceph-volume-ansible-prs/config/definitions/ceph-volume-pr.yml @@ -70,7 +70,7 @@ - job-template: name: 'ceph-volume-prs-{subcommand}-{distro}-{objectstore}-{scenario}' display-name: 'ceph-volume {subcommand}: Pull Request [{distro}-{objectstore}-{scenario}]' - node: vagrant&&libvirt&&(smithi||mira) + node: vagrant&&libvirt&&(smithi||mira||dhc) concurrent: true project-type: freestyle defaults: global diff --git a/ceph-volume-nightly/config/definitions/ceph-volume-nightly.yml b/ceph-volume-nightly/config/definitions/ceph-volume-nightly.yml index d97ca88c..81e57192 100644 --- a/ceph-volume-nightly/config/definitions/ceph-volume-nightly.yml +++ b/ceph-volume-nightly/config/definitions/ceph-volume-nightly.yml @@ -83,7 +83,7 @@ - job-template: name: 'ceph-volume-nightly-{ceph_branch}-{subcommand}-{distro}-{objectstore}-{scenario}' display-name: 'ceph-volume {ceph_branch} {subcommand}: [{distro}-{objectstore}-{scenario}]' - node: vagrant&&libvirt&&(smithi||mira) + node: vagrant&&libvirt&&(smithi||mira||dhc) concurrent: true project-type: freestyle defaults: global diff --git a/ceph-volume-scenario/config/definitions/ceph-volume-scenario.yml b/ceph-volume-scenario/config/definitions/ceph-volume-scenario.yml index e62a4232..126e1097 100644 --- a/ceph-volume-scenario/config/definitions/ceph-volume-scenario.yml +++ b/ceph-volume-scenario/config/definitions/ceph-volume-scenario.yml @@ -1,7 +1,7 @@ - job: name: 'ceph-volume-scenario' - node: vagrant&&libvirt&&(smithi||mira) + node: vagrant&&libvirt&&(smithi||mira||dhc) concurrent: true defaults: global display-name: 'ceph-volume: individual scenario testing'