Add oslo.db project to the SQLAlchemy master branch CI jobs

In order to speed up the SQLAlchemy master branch CI jobs testing, this
patch is adding oslo.db to the required projects. That will trigger the
installation of the master branch of this project, instead of waiting
for a new release.

Related-Bug: #2004265
Change-Id: Ib5f0b5b15c557041fdab1c3c1ede34dd56cd5bd5
This commit is contained in:
Rodolfo Alonso Hernandez 2023-03-21 21:48:44 +01:00
parent 11ace380fe
commit 6e1dbe9781
2 changed files with 3 additions and 0 deletions

View File

@ -212,6 +212,7 @@
required-projects:
- name: github.com/sqlalchemy/sqlalchemy
override-checkout: main
- openstack/oslo.db
- job:
name: neutron-fullstack-with-uwsgi-fips
parent: neutron-fullstack-with-uwsgi

View File

@ -763,6 +763,7 @@
required-projects:
- openstack/neutron
- openstack/tempest
- openstack/oslo.db
- name: github.com/sqlalchemy/sqlalchemy
override-checkout: main
vars:
@ -793,3 +794,4 @@
required-projects:
- name: github.com/sqlalchemy/sqlalchemy
override-checkout: main
- openstack/oslo.db