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:
parent
11ace380fe
commit
6e1dbe9781
@ -212,6 +212,7 @@
|
|||||||
required-projects:
|
required-projects:
|
||||||
- name: github.com/sqlalchemy/sqlalchemy
|
- name: github.com/sqlalchemy/sqlalchemy
|
||||||
override-checkout: main
|
override-checkout: main
|
||||||
|
- openstack/oslo.db
|
||||||
- job:
|
- job:
|
||||||
name: neutron-fullstack-with-uwsgi-fips
|
name: neutron-fullstack-with-uwsgi-fips
|
||||||
parent: neutron-fullstack-with-uwsgi
|
parent: neutron-fullstack-with-uwsgi
|
||||||
|
@ -763,6 +763,7 @@
|
|||||||
required-projects:
|
required-projects:
|
||||||
- openstack/neutron
|
- openstack/neutron
|
||||||
- openstack/tempest
|
- openstack/tempest
|
||||||
|
- openstack/oslo.db
|
||||||
- name: github.com/sqlalchemy/sqlalchemy
|
- name: github.com/sqlalchemy/sqlalchemy
|
||||||
override-checkout: main
|
override-checkout: main
|
||||||
vars:
|
vars:
|
||||||
@ -793,3 +794,4 @@
|
|||||||
required-projects:
|
required-projects:
|
||||||
- name: github.com/sqlalchemy/sqlalchemy
|
- name: github.com/sqlalchemy/sqlalchemy
|
||||||
override-checkout: main
|
override-checkout: main
|
||||||
|
- openstack/oslo.db
|
||||||
|
Loading…
Reference in New Issue
Block a user