From 0ef6c1b6c2523f0ed29b9d9b5330d4b0ca9ea567 Mon Sep 17 00:00:00 2001 From: OpenStack Release Bot Date: Tue, 12 Mar 2024 18:15:26 +0000 Subject: [PATCH 1/3] Update .gitreview for stable/2024.1 Change-Id: Id59f6f0707ebf42d3eb4a2f952ff3273fe0e3038 --- .gitreview | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitreview b/.gitreview index 9221a4f9d..0b45ab411 100644 --- a/.gitreview +++ b/.gitreview @@ -2,3 +2,4 @@ host=review.opendev.org port=29418 project=openstack/python-novaclient.git +defaultbranch=stable/2024.1 From 6056967c221b110b7dff17f2408bc494fb4fd061 Mon Sep 17 00:00:00 2001 From: OpenStack Release Bot Date: Tue, 12 Mar 2024 18:15:29 +0000 Subject: [PATCH 2/3] Update TOX_CONSTRAINTS_FILE for stable/2024.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/2024.1 branch, tests will continue to use the upper-constraints list on master. Change-Id: I00b9dddaabeecab6c653f7bf113866d49ea3b854 --- tox.ini | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tox.ini b/tox.ini index f444646a0..e23308c1c 100644 --- a/tox.ini +++ b/tox.ini @@ -15,7 +15,7 @@ passenv = ZUUL_CACHE_DIR REQUIREMENTS_PIP_LOCATION deps = - -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} + -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2024.1} -r{toxinidir}/test-requirements.txt -r{toxinidir}/requirements.txt commands = @@ -30,7 +30,7 @@ commands = bandit -r novaclient -n5 -x tests [testenv:venv] deps = - -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} + -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2024.1} -r{toxinidir}/test-requirements.txt -r{toxinidir}/requirements.txt -r{toxinidir}/doc/requirements.txt @@ -38,7 +38,7 @@ commands = {posargs} [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/2024.1} -r{toxinidir}/doc/requirements.txt commands = rm -rf doc/build/html doc/build/doctrees @@ -56,7 +56,7 @@ commands = [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/2024.1} -r{toxinidir}/doc/requirements.txt commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html From f40deeaee0d19915a429af0f121d8bf41f9393ce Mon Sep 17 00:00:00 2001 From: OpenStack Release Bot Date: Fri, 31 Oct 2025 11:39:20 +0000 Subject: [PATCH 3/3] Update .gitreview for unmaintained/2024.1 Change-Id: I62e11ece06e902a8947fce48e4e7b68efdbbfb24 Signed-off-by: OpenStack Release Bot Generated-By: openstack/project-config:roles/copy-release-tools-scripts/files/release-tools/functions --- .gitreview | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitreview b/.gitreview index 0b45ab411..f32d9c9d8 100644 --- a/.gitreview +++ b/.gitreview @@ -2,4 +2,4 @@ host=review.opendev.org port=29418 project=openstack/python-novaclient.git -defaultbranch=stable/2024.1 +defaultbranch=unmaintained/2024.1