Files
python-senlinclient/.zuul.yaml
OpenStack Release Bot a91bb185fa Switch to 2023.1 Python3 unit tests and generic template name
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: Ie8f2b339f9ef65e5796c79127e917dcabd4f18ce
2022-09-14 09:16:45 +00:00

43 lines
1.4 KiB
YAML

- job:
name: senlinclient-functional
parent: devstack-tox-functional
required-projects:
- openstack/python-senlinclient
- openstack/senlin
vars:
openrc_enable_export: true
devstack_plugins:
senlin: https://opendev.org/openstack/senlin
devstack_local_conf:
post-config:
$SENLIN_CONF:
DEFAULT:
cloud_backend: openstack_test
default_log_levels: >-
amqp=WARN,amqplib=WARN,sqlalchemy=WARN,oslo_messaging=WARN
,iso8601=WARN,requests.packages.urllib3.connectionpool=WARN
,urllib3.connectionpool=WARN
,requests.packages.urllib3.util.retry=WARN,urllib3.util.retry=WARN
,keystonemiddleware=WARN
,routes.middleware=WARN
,stevedore=WARN
,oslo_messaging._drivers.amqp=WARN
,oslo_messaging._drivers.amqpdriver=WARN
irrelevant-files:
- ^senlinclient/tests/unit/.*$
- ^setup.cfg$
- ^tools/.*$
- project:
templates:
- check-requirements
- openstack-lower-constraints-jobs
- openstack-python3-jobs
- openstackclient-plugin-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:
jobs:
- senlinclient-functional:
voting: false