From 80f02250028ce5daae6eed3717787732d06302d1 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Thu, 7 Jun 2018 10:30:40 +0200 Subject: [PATCH] ceph-ansible-prs: run 'auto' scenarios on smithi or ovh This is slowing down CI testing because we can't run more than 1 or 2 PRs at a time. Since I'm not sure if it's still worth to limit these scenarios to be run only on smithi node, let's try to temporary remove this limitation. Signed-off-by: Guillaume Abrioux --- ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml b/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml index 76fd8197..90077269 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 @@ -# tests that will auto start for every PR created and run on smithi +# tests that will auto start for every PR created and run on smithi or ovh - project: name: ceph-ansible-prs-auto - slave_labels: 'vagrant && libvirt && smithi' + slave_labels: 'vagrant && libvirt && (smithi || centos7)' release: - luminous ansible_version: -- 2.39.5