OpenStack Release Bot
4b0e6cd2ed
This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for victoria. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: I3f8b39b40588804dc644de63d792f4178c019a7d
33 lines
869 B
YAML
33 lines
869 B
YAML
- job:
|
|
name: keystoneclient-devstack-functional
|
|
parent: devstack-minimal
|
|
timeout: 4200
|
|
required-projects:
|
|
- openstack/keystone
|
|
- openstack/python-keystoneclient
|
|
run: playbooks/run-ds-tox.yaml
|
|
post-run: playbooks/tox-post.yaml
|
|
vars:
|
|
devstack_localrc:
|
|
USE_PYTHON3: true
|
|
devstack_services:
|
|
key: true
|
|
tox_envlist: functional
|
|
zuul_work_dir: src/opendev.org/openstack/python-keystoneclient
|
|
|
|
- project:
|
|
templates:
|
|
- openstack-cover-jobs
|
|
- openstack-lower-constraints-jobs
|
|
- openstack-python3-victoria-jobs
|
|
- publish-openstack-docs-pti
|
|
- check-requirements
|
|
- lib-forward-testing-python3
|
|
- release-notes-jobs-python3
|
|
check:
|
|
jobs:
|
|
- keystoneclient-devstack-functional
|
|
gate:
|
|
jobs:
|
|
- keystoneclient-devstack-functional
|