
This repo has been using train tests and thus was missed by the bot to update from ussuri to victoria, update manually. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: I8b1daf10f4e2ab7de0ce64d5cfd13556b0834ccf
23 lines
610 B
YAML
23 lines
610 B
YAML
- 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
|
|
- lib-forward-testing-python3
|
|
- openstack-lower-constraints-jobs
|
|
- openstack-python3-victoria-jobs
|
|
- periodic-stable-jobs
|
|
- publish-openstack-docs-pti
|
|
- release-notes-jobs-python3
|
|
check:
|
|
jobs:
|
|
- oslo.cache-tempest-full-py3-memcached-pool
|