From 35df49c4aceae16a2758fd90193d56ee2a307607 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Sat, 30 Apr 2022 20:10:45 -0500 Subject: [PATCH] Drop lower-constraints.txt and its testing As discussed in TC PTG[1] and TC resolution[2], we are dropping the lower-constraints.txt file and its testing. We will keep lower bounds in the requirements.txt file but with a note that these are not tested lower bounds and we try our best to keep them updated. NOTE(elod.illes): setting neutron-tempest-plugin-dynamic-routing as non-votin for now to unblock the gate, as the job is failing. This can be set back as voting if a fix is found to this issue. [1] https://etherpad.opendev.org/p/tc-zed-ptg#L326 [2] https://governance.openstack.org/tc/resolutions/20220414-drop-lower-constraints.html#proposal Change-Id: I2a42a907170a6fcd8cae245f864121fd12422ef0 (cherry picked from commit 712535f6bec5cf40714c58fbb8924db3322b132c) --- .zuul.yaml | 3 ++- requirements.txt | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index a22122ef..ff74dbd8 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -7,7 +7,8 @@ check: jobs: - tempest-integrated-networking - - neutron-tempest-plugin-dynamic-routing + - neutron-tempest-plugin-dynamic-routing: + voting: false gate: jobs: - tempest-integrated-networking diff --git a/requirements.txt b/requirements.txt index e1f54929..69a24b08 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,7 @@ +# Requirements lower bounds listed here are our best effort to keep them up to +# date but we do not test them so no guarantee of having them all correct. If +# you find any incorrect lower bounds, let us know or propose a fix. + # The order of packages is significant, because pip processes them in the order # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later.