commit 1344c45772c1a77107f621632642cf1488e431db Author: whoami-rajat Date: Fri Sep 4 19:13:05 2020 +0000 Adding gate job for glance cinder store Depends-On: https://review.opendev.org/743800 Change-Id: Ib192550182008754644b74636ede0d85bbcc4faf diff --git a/.zuul.yaml b/.zuul.yaml index 598a140..4438d7e 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -243,6 +243,19 @@ output_format: raw - job: + name: glance-multistore-cinder-import + parent: tempest-integrated-storage-import + voting: false + description: | + The regular import workflow job to test with multiple cinder stores + vars: + devstack_localrc: + USE_CINDER_FOR_GLANCE: True + GLANCE_ENABLE_MULTIPLE_STORES: True + CINDER_ENABLED_BACKENDS: lvm:lvmdriver-1,lvm:lvmdriver-2 + GLANCE_CINDER_DEFAULT_BACKEND: lvmdriver-1 + +- job: name: tempest-integrated-storage-import-standalone parent: tempest-integrated-storage-import description: | @@ -301,6 +314,8 @@ irrelevant-files: *tempest-irrelevant-files - tempest-integrated-storage-import-standalone: irrelevant-files: *tempest-irrelevant-files + - glance-multistore-cinder-import: + irrelevant-files: *tempest-irrelevant-files - grenade: irrelevant-files: *tempest-irrelevant-files - tempest-ipv6-only: