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: I3fff56eaeb17da1d231bdbf9e7809e7d41bc6963
This commit is contained in:
OpenStack Release Bot 2022-09-20 08:57:44 +00:00 committed by Eyal
parent df1e042cb6
commit 43e8e5f18a
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@
queue: vitrage
templates:
- check-requirements
- openstack-python3-zed-jobs
- openstack-python3-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:

View File

@ -42,6 +42,7 @@ class Connection(base.Connection):
for opt in storage.OPTS:
options.pop(opt.name, None)
self._engine_facade = db_session.EngineFacade(self._dress_url(url),
autocommit=True,
**options)
self._active_actions = ActiveActionsConnection(self._engine_facade)
self._events = EventsConnection(self._engine_facade)