Add neutron-lib project to the SQLAlchemy master branch CI jobs
In order to speed up the SQLAlchemy master branch CI jobs testing, this patch is adding neutron-lib 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: I15f8ae9d0846d2f52864eef992f5eb95aeaa47a6
This commit is contained in:
parent
6e1dbe9781
commit
1646e5b28d
@ -213,6 +213,7 @@
|
||||
- name: github.com/sqlalchemy/sqlalchemy
|
||||
override-checkout: main
|
||||
- openstack/oslo.db
|
||||
- openstack/neutron-lib
|
||||
- job:
|
||||
name: neutron-fullstack-with-uwsgi-fips
|
||||
parent: neutron-fullstack-with-uwsgi
|
||||
|
@ -764,6 +764,7 @@
|
||||
- openstack/neutron
|
||||
- openstack/tempest
|
||||
- openstack/oslo.db
|
||||
- openstack/neutron-lib
|
||||
- name: github.com/sqlalchemy/sqlalchemy
|
||||
override-checkout: main
|
||||
vars:
|
||||
@ -795,3 +796,4 @@
|
||||
- name: github.com/sqlalchemy/sqlalchemy
|
||||
override-checkout: main
|
||||
- openstack/oslo.db
|
||||
- openstack/neutron-lib
|
||||
|
Loading…
Reference in New Issue
Block a user