From 1801ac96e5e10b3b3a3024d8fb354077cc9d6fb5 Mon Sep 17 00:00:00 2001 From: Dimitri Savineau Date: Thu, 26 Mar 2020 18:07:59 -0400 Subject: [PATCH] ceph-ansible-nightly: add stable-5.0 branch This adds the ceph-ansible stable-5.0 branch to the nighly jobs which is used to test the Ceph Octopus release. Signed-off-by: Dimitri Savineau --- .../definitions/ceph-ansible-nightly.yml | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/ceph-ansible-nightly/config/definitions/ceph-ansible-nightly.yml b/ceph-ansible-nightly/config/definitions/ceph-ansible-nightly.yml index 93d7100d..cfc3fd1f 100644 --- a/ceph-ansible-nightly/config/definitions/ceph-ansible-nightly.yml +++ b/ceph-ansible-nightly/config/definitions/ceph-ansible-nightly.yml @@ -64,6 +64,39 @@ - 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 + - lvm_batch + - add_osds + - rgw_multisite + - purge + - lvm_auto_discovery + - ooo_collocation + - switch_to_containers + ceph_ansible_branch: + - stable-5.0 + jobs: + - 'ceph-ansible-nightly-{release}-{distribution}-{deployment}-{ceph_ansible_branch}-{scenario}' + exclude: + - deployment: non_container + scenario: ooo_collocation + - deployment: container + scenario: switch_to_containers + - job-template: name: 'ceph-ansible-nightly-{release}-{distribution}-{deployment}-{ceph_ansible_branch}-{scenario}' node: vagrant&&libvirt&¢os7 -- 2.39.5