This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for antelope. Also, updating the template name to generic one. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: I2a678a5ecdf68783e8a5daff7cad7f8cec0f648e
25 lines
626 B
YAML
25 lines
626 B
YAML
- job:
|
|
name: python-barbicanclient-tox-functional
|
|
parent: devstack-tox-functional
|
|
timeout: 4200
|
|
required-projects:
|
|
- openstack/barbican
|
|
- openstack/barbican-tempest-plugin
|
|
- openstack/python-barbicanclient
|
|
vars:
|
|
devstack_plugins:
|
|
barbican: https://opendev.org/openstack/barbican
|
|
|
|
- project:
|
|
templates:
|
|
- check-requirements
|
|
- openstack-python3-jobs
|
|
- openstackclient-plugin-jobs
|
|
- publish-openstack-docs-pti
|
|
check:
|
|
jobs:
|
|
- python-barbicanclient-tox-functional
|
|
gate:
|
|
jobs:
|
|
- python-barbicanclient-tox-functional
|