From 36c815a6d95f05ca1be8d1ca6e9d5fe982b22961 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Wed, 12 Jun 2019 13:46:47 +0200 Subject: [PATCH] ceph-ansible: use more slave in CI we stopped to use OVH nodes because of an old ceph-disk race condition. Since ceph-disk isn't present anymore as of nautilus, let's use ovh nodes again. Signed-off-by: Guillaume Abrioux --- .../config/definitions/ceph-ansible-prs.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml b/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml index 3aba0f79..ca884a5c 100644 --- a/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml +++ b/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml @@ -1,7 +1,7 @@ # master - project: name: ceph-ansible-prs-master-pipeline - slave_labels: 'vagrant && libvirt && smithi' + slave_labels: 'vagrant && libvirt && centos7' release: - dev distribution: @@ -33,7 +33,7 @@ - project: name: ceph-ansible-prs-master-pipeline-ubuntu - slave_labels: 'vagrant && libvirt && smithi' + slave_labels: 'vagrant && libvirt && centos7' release: - dev distribution: @@ -48,7 +48,7 @@ - project: name: ceph-ansible-prs-master-non_container-pipeline - slave_labels: 'vagrant && libvirt && smithi' + slave_labels: 'vagrant && libvirt && centos7' release: - dev distribution: @@ -63,7 +63,7 @@ - project: name: ceph-ansible-prs-master-ooo-pipeline - slave_labels: 'vagrant && libvirt && smithi' + slave_labels: 'vagrant && libvirt && centos7' release: - dev distribution: @@ -79,7 +79,7 @@ # nautilus - project: name: ceph-ansible-prs-nautilus-pipeline - slave_labels: 'vagrant && libvirt && smithi' + slave_labels: 'vagrant && libvirt && centos7' release: - nautilus distribution: @@ -110,7 +110,7 @@ - project: name: ceph-ansible-prs-nautilus-pipeline-ubuntu - slave_labels: 'vagrant && libvirt && smithi' + slave_labels: 'vagrant && libvirt && centos7' release: - nautilus distribution: @@ -125,7 +125,7 @@ - project: name: ceph-ansible-prs-nautilus-non_container-pipeline - slave_labels: 'vagrant && libvirt && smithi' + slave_labels: 'vagrant && libvirt && centos7' release: - nautilus distribution: @@ -140,7 +140,7 @@ - project: name: ceph-ansible-prs-nautilus-ooo-pipeline - slave_labels: 'vagrant && libvirt && smithi' + slave_labels: 'vagrant && libvirt && centos7' release: - nautilus distribution: -- 2.39.5