From c05cb8a32085175914d05e497332a88a187ffef5 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Wed, 17 Mar 2021 16:25:20 +0100 Subject: [PATCH] ceph-ansible: drop stable-3.2 and stable-5.0 nightlies stable-3.2 no longer receives patches stable-5.0 won't be productized there so few CI resources allocated to ceph-ansible that we can't affoard testing all of this. Signed-off-by: Guillaume Abrioux --- .../definitions/ceph-ansible-nightly.yml | 59 ------------------- 1 file changed, 59 deletions(-) diff --git a/ceph-ansible-nightly/config/definitions/ceph-ansible-nightly.yml b/ceph-ansible-nightly/config/definitions/ceph-ansible-nightly.yml index 548877d6..1ab1fc2d 100644 --- a/ceph-ansible-nightly/config/definitions/ceph-ansible-nightly.yml +++ b/ceph-ansible-nightly/config/definitions/ceph-ansible-nightly.yml @@ -1,32 +1,3 @@ -- project: - name: ceph-ansible-nightly-stable3.2 - release: - - luminous - distribution: - - centos - deployment: - - container - - non_container - scenario: - - all_daemons - - collocation - - update - - lvm_osds - - shrink_mon - - shrink_osd - - lvm_batch - - add_osds - - rgw_multisite - - purge - - switch_to_containers - ceph_ansible_branch: - - stable-3.2 - jobs: - - 'ceph-ansible-nightly-{release}-{distribution}-{deployment}-{ceph_ansible_branch}-{scenario}' - exclude: - - deployment: container - scenario: switch_to_containers - - project: name: ceph-ansible-nightly-stable4.0 release: @@ -58,36 +29,6 @@ - deployment: container scenario: switch_to_containers -- project: - name: ceph-ansible-nightly-stable5.0 - release: - - octopus - distribution: - - centos - deployment: - - container - - non_container - scenario: - - all_daemons - - collocation - - update - - lvm_osds - - shrink_mon - - shrink_osd_multiple - - shrink_osd_single - - lvm_batch - - rgw_multisite - - purge - - lvm_auto_discovery - - switch_to_containers - ceph_ansible_branch: - - stable-5.0 - jobs: - - 'ceph-ansible-nightly-{release}-{distribution}-{deployment}-{ceph_ansible_branch}-{scenario}' - exclude: - - deployment: container - scenario: switch_to_containers - - project: name: ceph-ansible-nightly-stable6.0 release: -- 2.39.5