From: David Galloway Date: Thu, 24 Jun 2021 18:36:58 +0000 (-0400) Subject: ceph-volume-*: Run on irvingi too. X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a52e133188ffa2a8dbf5891bfc9e9296814aa50d;p=ceph-build.git ceph-volume-*: Run on irvingi too. I added irvingi01 and irvingi02 as CentOS7 Vagrant builders today. We very briefly tried to use DHC for builders but that crashed and burned. 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 0cd8bd57..11af3c45 100644 --- a/ceph-volume-ansible-prs/config/definitions/ceph-volume-pr.yml +++ b/ceph-volume-ansible-prs/config/definitions/ceph-volume-pr.yml @@ -52,7 +52,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||dhc) + node: vagrant&&libvirt&&(smithi||mira||irvingi) 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 8513e9ae..cedf33a3 100644 --- a/ceph-volume-nightly/config/definitions/ceph-volume-nightly.yml +++ b/ceph-volume-nightly/config/definitions/ceph-volume-nightly.yml @@ -93,7 +93,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||dhc) + node: vagrant&&libvirt&&(smithi||mira||irvingi) 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 126e1097..fbe9c6c6 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||dhc) + node: vagrant&&libvirt&&(smithi||mira||irvingi) concurrent: true defaults: global display-name: 'ceph-volume: individual scenario testing'