![Moisés Guimarães de Medeiros](/assets/img/avatar_default.png)
Depends-On: https://review.opendev.org/c/openstack/requirements/+/772684 Change-Id: Ibdc6015ac1a9812976c4f3d8a737f7245599553e Signed-off-by: Moisés Guimarães de Medeiros <moguimar@redhat.com>
68 lines
1.7 KiB
YAML
68 lines
1.7 KiB
YAML
## Functional Tests env vars
|
|
#
|
|
# PIFPAF_DAEMON:
|
|
# The binary to be installed by bindep filtered with
|
|
# [tests-functional-{PIFPAF_DAEMON}] and executed by pifpaf.
|
|
#
|
|
# OSLO_BACKEND:
|
|
# The functional test directory to pass to STESTR_TEST_PATH
|
|
|
|
- job:
|
|
name: oslo.cache-functional
|
|
parent: openstack-tox
|
|
abstract: true
|
|
pre-run: playbooks/tests/functional/pre.yml
|
|
vars:
|
|
tox_envlist: functional
|
|
|
|
- job:
|
|
name: oslo.cache-functional-etcd3gw
|
|
parent: oslo.cache-functional
|
|
vars:
|
|
tox_environment:
|
|
PIFPAF_DAEMON: etcd
|
|
OSLO_BACKEND: etcd3gw
|
|
|
|
- job:
|
|
name: oslo.cache-functional-memcached
|
|
parent: oslo.cache-functional
|
|
vars:
|
|
tox_environment:
|
|
PIFPAF_DAEMON: memcached
|
|
|
|
- job:
|
|
name: oslo.cache-functional-dogpile.cache.bmemcached
|
|
parent: oslo.cache-functional-memcached
|
|
vars:
|
|
tox_environment:
|
|
OSLO_BACKEND: dogpile_cache_bmemcached
|
|
|
|
- job:
|
|
name: oslo.cache-functional-dogpile.cache.pymemcache
|
|
parent: oslo.cache-functional-memcached
|
|
vars:
|
|
tox_environment:
|
|
OSLO_BACKEND: dogpile_cache_pymemcache
|
|
|
|
- job:
|
|
name: oslo.cache-functional-memcache_pool
|
|
parent: oslo.cache-functional-memcached
|
|
vars:
|
|
tox_environment:
|
|
OSLO_BACKEND: memcache_pool
|
|
|
|
- project:
|
|
templates:
|
|
- check-requirements
|
|
- lib-forward-testing-python3
|
|
- openstack-python3-wallaby-jobs
|
|
- periodic-stable-jobs
|
|
- publish-openstack-docs-pti
|
|
- release-notes-jobs-python3
|
|
check:
|
|
jobs:
|
|
- oslo.cache-functional-etcd3gw
|
|
- oslo.cache-functional-dogpile.cache.bmemcached
|
|
- oslo.cache-functional-dogpile.cache.pymemcache
|
|
- oslo.cache-functional-memcache_pool
|