Adding gate job for glance cinder store

Depends-On: https://review.opendev.org/743800
Change-Id: Ib192550182008754644b74636ede0d85bbcc4faf
This commit is contained in:
whoami-rajat 2020-09-04 19:13:05 +00:00 committed by Rajat Dhasmana
parent 45749c30c1
commit 1344c45772
1 changed files with 15 additions and 0 deletions

View File

@ -242,6 +242,19 @@
image_conversion:
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
@ -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: