Use centralized_db cache driver in tempest jobs
Related blueprint centralized-cache-db Depends-On: https://review.opendev.org/c/openstack/tempest/+/901525 Change-Id: Icd6d79d563c6b5e8f2158bcad9b4f471d72def90
This commit is contained in:
parent
5bf2f4e7a0
commit
68c3a80291
15
.zuul.yaml
15
.zuul.yaml
@ -253,6 +253,18 @@
|
|||||||
image:
|
image:
|
||||||
image_caching_enabled: True
|
image_caching_enabled: True
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: glance-centralized-cache
|
||||||
|
parent: tempest-integrated-storage-import
|
||||||
|
description: |
|
||||||
|
The regular job to test with glance centralized cache driver
|
||||||
|
vars:
|
||||||
|
devstack_local_conf:
|
||||||
|
post-config:
|
||||||
|
$GLANCE_API_CONF:
|
||||||
|
DEFAULT:
|
||||||
|
image_cache_driver: "centralized_db"
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: glance-multistore-cinder-import
|
name: glance-multistore-cinder-import
|
||||||
parent: tempest-integrated-storage-import
|
parent: tempest-integrated-storage-import
|
||||||
@ -380,6 +392,9 @@
|
|||||||
irrelevant-files: *tempest-irrelevant-files
|
irrelevant-files: *tempest-irrelevant-files
|
||||||
- nova-ceph-multistore:
|
- nova-ceph-multistore:
|
||||||
irrelevant-files: *tempest-irrelevant-files
|
irrelevant-files: *tempest-irrelevant-files
|
||||||
|
- glance-centralized-cache:
|
||||||
|
voting: false
|
||||||
|
irrelevant-files: *tempest-irrelevant-files
|
||||||
- glance-secure-rbac-protection-functional
|
- glance-secure-rbac-protection-functional
|
||||||
|
|
||||||
gate:
|
gate:
|
||||||
|
Loading…
Reference in New Issue
Block a user