From b6380424f89e9a67b2be6d1ee7fcfadce7122507 Mon Sep 17 00:00:00 2001 From: Dan Smith Date: Thu, 20 Aug 2020 07:27:20 -0700 Subject: [PATCH] Make our ceph job enable thin provisioning Depends-On: https://review.opendev.org/#/c/744282 Change-Id: Ifa05b30cd8a810c6ae0678eaa1e433c16e0b7b93 --- .zuul.yaml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 170251ef51..e3dfcf314c 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -257,6 +257,20 @@ image_conversion: output_format: raw +- job: + name: glance-ceph-thin-provisioning + parent: devstack-plugin-ceph-tempest-py3 + description: | + Just like devstack-plugin-ceph-tempest-py3, but with thin provisioning enabled + required-projects: + - name: openstack/glance_store + vars: + devstack_local_conf: + post-config: + $GLANCE_API_CONF: + glance_store: + rbd_thin_provisioning: True + - project: templates: - check-requirements @@ -271,7 +285,7 @@ - openstack-tox-functional-py36 - openstack-tox-functional-py38 - glance-code-constants-check - - devstack-plugin-ceph-tempest-py3: + - glance-ceph-thin-provisioning: voting: false irrelevant-files: &tempest-irrelevant-files - ^(test-|)requirements.txt$