From a7dd42ecce0d8c2995ba90f24d61ff90d0445abc Mon Sep 17 00:00:00 2001 From: OpenStack Release Bot Date: Fri, 24 Feb 2023 17:35:07 +0000 Subject: [PATCH 1/3] Update .gitreview for stable/2023.1 Change-Id: Ib62e1cc7df02c3a72f2ddc38e924bde158601987 --- .gitreview | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitreview b/.gitreview index 9b9acbf33..3e7b4cdef 100644 --- a/.gitreview +++ b/.gitreview @@ -2,3 +2,4 @@ host=review.opendev.org port=29418 project=openstack/python-cinderclient.git +defaultbranch=stable/2023.1 From 84ca7a01cef5d70f96d9a6934d8398e6babd69a6 Mon Sep 17 00:00:00 2001 From: OpenStack Release Bot Date: Fri, 24 Feb 2023 17:35:08 +0000 Subject: [PATCH 2/3] 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: Ibbb2b81b1005ff6521c5bb795f972c3fda8f0a4b --- tox.ini | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tox.ini b/tox.ini index 1cd674d12..64f12d81a 100644 --- a/tox.ini +++ b/tox.ini @@ -20,7 +20,7 @@ setenv = passenv = *_proxy *_PROXY deps = - -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} + -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2023.1} -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt commands = find . -type f -name "*.pyc" -delete @@ -35,7 +35,7 @@ commands = [testenv:pylint] deps = - -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} + -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2023.1} -r{toxinidir}/requirements.txt pylint==2.6.0 commands = bash tools/lintstack.sh @@ -56,7 +56,7 @@ commands = [testenv:docs] deps = - -c{env:TOX_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 @@ -73,7 +73,7 @@ allowlist_externals = [testenv:releasenotes] deps = - -c{env:TOX_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 From c217b3fb19e9023efb32cc7a6d3ecaec17a08c1b Mon Sep 17 00:00:00 2001 From: OpenStack Release Bot Date: Fri, 15 Nov 2024 17:05:34 +0000 Subject: [PATCH 3/3] Update .gitreview for unmaintained/2023.1 Change-Id: I7b69bb427956087340019c4d3aa10b5885aba8f2 --- .gitreview | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitreview b/.gitreview index 3e7b4cdef..d748f3fda 100644 --- a/.gitreview +++ b/.gitreview @@ -2,4 +2,4 @@ host=review.opendev.org port=29418 project=openstack/python-cinderclient.git -defaultbranch=stable/2023.1 +defaultbranch=unmaintained/2023.1