31 lines
828 B
YAML
31 lines
828 B
YAML
- job:
|
|
name: oslo.cache-functional-tox-py38
|
|
parent: openstack-tox-py38
|
|
abstract: true
|
|
pre-run: playbooks/tests/functional/pre.yml
|
|
vars:
|
|
tox_envlist: functional
|
|
|
|
- job:
|
|
name: oslo.cache-functional-tox-py38-etcd3gw
|
|
parent: oslo.cache-functional-tox-py38
|
|
vars:
|
|
tox_environment:
|
|
PIFPAF_DAEMON: etcd
|
|
# The next env var correspond to the functional test
|
|
# directory to pass to STESTR_TEST_PATH
|
|
OSLO_BACKEND: etcd3gw
|
|
|
|
- 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-functional-tox-py38-etcd3gw
|