This commit brings the required modification to branch stable-6.0
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
- stable-3.2
- stable-4.0
- stable-5.0
+ - stable-6.0
browser: auto
skip-tag: true
timeout: 20
- deployment: container
scenario: switch_to_containers
+- project:
+ name: ceph-ansible-nightly-stable6.0
+ release:
+ - pacific
+ distribution:
+ - centos
+ deployment:
+ - container
+ - non_container
+ scenario:
+ - all_daemons
+ - collocation
+ - update
+ - lvm_osds
+ - shrink_mon
+ - shrink_osd_multiple
+ - shrink_osd_single
+ - lvm_batch
+ - add_osds
+ - rgw_multisite
+ - purge
+ - lvm_auto_discovery
+ - switch_to_containers
+ ceph_ansible_branch:
+ - stable-6.0
+ jobs:
+ - 'ceph-ansible-nightly-{release}-{distribution}-{deployment}-{ceph_ansible_branch}-{scenario}'
+ exclude:
+ - deployment: container
+ scenario: switch_to_containers
+
- job-template:
name: 'ceph-ansible-nightly-{release}-{distribution}-{deployment}-{ceph_ansible_branch}-{scenario}'
node: vagrant&&libvirt&¢os7
# dev runs will need to be set to the release
# that matches what the current ceph master
# branch is at
- local release="nautilus"
+ local release="quincy"
fi
TOX_RUN_ENV=("timeout 3h")
if [ -n "$ceph_docker_image_tag" ]; then