From b1e78e4864d94650be91c95088693580109a8d7d Mon Sep 17 00:00:00 2001 From: OpenStack Release Bot Date: Fri, 11 Sep 2026 20:28:24 +0000 Subject: [PATCH 1/2] Update .gitreview for stable/2026.2 Change-Id: I1eadc974742fc0df18ba940b60434e01d3fd0b7d Signed-off-by: OpenStack Release Bot Generated-By: openstack/project-config:roles/copy-release-tools-scripts/files/release-tools/functions --- .gitreview | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitreview b/.gitreview index 99feb9c2668..cb34d727685 100644 --- a/.gitreview +++ b/.gitreview @@ -2,3 +2,4 @@ host=review.opendev.org port=29418 project=openstack/cinder.git +defaultbranch=stable/2026.2 From 5014451bce8de8a888b03a842d1f5c1e0445d525 Mon Sep 17 00:00:00 2001 From: OpenStack Release Bot Date: Fri, 11 Sep 2026 20:28:26 +0000 Subject: [PATCH 2/2] Update TOX_CONSTRAINTS_FILE for stable/2026.2 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/2026.2 branch, tests will continue to use the upper-constraints list on master. Change-Id: I2440ccda1c5c862864b9b5919536544c9f12a0f0 Signed-off-by: OpenStack Release Bot Generated-By: openstack/project-config:roles/copy-release-tools-scripts/files/release-tools/functions --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 70919a81e2e..ce8af39e066 100644 --- a/tox.ini +++ b/tox.ini @@ -18,7 +18,7 @@ setenv = PYTHONDONTWRITEBYTECODE=1 OS_CINDER_DISABLE_EVENTLET_PATCHING=False constraints = - {env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} + {env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2026.2} deps = -r{toxinidir}/test-requirements.txt -r{toxinidir}/requirements.txt