From 1646e5b28d21392874384ccf0358e20d7f0710c1 Mon Sep 17 00:00:00 2001 From: Rodolfo Alonso Hernandez Date: Wed, 22 Mar 2023 07:55:27 +0100 Subject: [PATCH] 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 --- zuul.d/base.yaml | 1 + zuul.d/tempest-singlenode.yaml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/zuul.d/base.yaml b/zuul.d/base.yaml index d3b204f012b..8128896ede7 100644 --- a/zuul.d/base.yaml +++ b/zuul.d/base.yaml @@ -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 diff --git a/zuul.d/tempest-singlenode.yaml b/zuul.d/tempest-singlenode.yaml index 24f8e04d340..c2cb0145c7b 100644 --- a/zuul.d/tempest-singlenode.yaml +++ b/zuul.d/tempest-singlenode.yaml @@ -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