From 7987d1542728725453c053cc5121dc855ab93bc3 Mon Sep 17 00:00:00 2001 From: OpenStack Release Bot Date: Tue, 21 Feb 2023 12:09:56 +0000 Subject: [PATCH 1/2] Update .gitreview for stable/2023.1 Change-Id: I6e2ca2fc01e5184b58950ca040aed479a6e29600 --- .gitreview | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitreview b/.gitreview index b02b364b..77221c6b 100644 --- a/.gitreview +++ b/.gitreview @@ -2,3 +2,4 @@ host=review.opendev.org port=29418 project=openstack/python-zunclient.git +defaultbranch=stable/2023.1 From d3993aab037f8e4d31e6b817a538fcbeea6e97b3 Mon Sep 17 00:00:00 2001 From: OpenStack Release Bot Date: Tue, 21 Feb 2023 12:09:59 +0000 Subject: [PATCH 2/2] Update TOX_CONSTRAINTS_FILE for stable/2023.1 Update the URL to the upper-constraints file to point to the redirect rule on releases.openstack.org so that anyone working on this branch will switch to the correct upper-constraints list automatically when the requirements repository branches. Until the requirements repository has as stable/2023.1 branch, tests will continue to use the upper-constraints list on master. Change-Id: Ibb4c3c6b5cf911a745057425fd5b1f3ea77e64ad --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index f29bd5dd..331ca987 100644 --- a/tox.ini +++ b/tox.ini @@ -30,7 +30,7 @@ commands = oslo_debug_helper -t zunclient/tests {posargs} [testenv:docs] deps = - -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} + -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2023.1} -r{toxinidir}/doc/requirements.txt commands = sphinx-build -W -b html doc/source doc/build/html @@ -53,7 +53,7 @@ commands = [testenv:releasenotes] deps = - -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} + -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2023.1} -r{toxinidir}/doc/requirements.txt commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html