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
changes/02/858502/2
OpenStack Release Bot 6 months ago committed by Eyal
parent df1e042cb6
commit 43e8e5f18a

@ -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:

@ -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)

Loading…
Cancel
Save