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:
Rodolfo Alonso Hernandez 2023-03-22 07:55:27 +01:00
parent 6e1dbe9781
commit 1646e5b28d
2 changed files with 3 additions and 0 deletions

View File

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

View File

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