Merge "Add memcache_pool backend job"

This commit is contained in:
Zuul 2020-03-25 12:04:01 +00:00 committed by Gerrit Code Review
commit c79cae4b3b
1 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,13 @@
- job:
name: oslo.cache-tempest-full-py3-memcached-pool
parent: tempest-full-py3
voting: false
description: |
Base integration test with memcache_pool backend.
vars:
devstack_localrc:
CACHE_BACKEND: oslo_cache.memcache_pool
- project:
templates:
- check-requirements
@ -7,3 +17,6 @@
- periodic-stable-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:
jobs:
- oslo.cache-tempest-full-py3-memcached-pool