From bea4b80072ca743db87f748ab7809ec7140d02ac Mon Sep 17 00:00:00 2001 From: David Galloway Date: Thu, 23 Aug 2018 14:46:05 -0400 Subject: [PATCH] ceph-ansible: Run all tests on smithi OVH nodes cause vagrant boxes to kernel panic Signed-off-by: David Galloway --- .../config/definitions/ceph-ansible-prs.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml b/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml index ac9b8248..d002bd67 100644 --- a/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml +++ b/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml @@ -44,17 +44,6 @@ - update_cluster - update_docker_cluster - switch_to_containers - jobs: - - 'ceph-ansible-prs-trigger' - -# tests that will not auto start when a PR is created, but -# they can be requested with a trigger phrase. Run on OVH. -- project: - name: ceph-ansible-prs-trigger-ovh - slave_labels: 'vagrant && libvirt && !smithi && centos7' - release: - - luminous - scenario: - bluestore_osds_non_container - filestore_osds_non_container - filestore_osds_container @@ -73,7 +62,7 @@ # requested with a trigger phrase - project: name: ceph-ansible-prs-dev - slave_labels: 'vagrant && libvirt && !smithi && centos7' + slave_labels: 'vagrant && libvirt && smithi' release: - dev scenario: -- 2.47.3