From 520bc204f339df9b28da436d8d7b15cf7b9bdfaf Mon Sep 17 00:00:00 2001 From: OpenStack Release Bot Date: Fri, 13 Mar 2026 12:00:17 +0000 Subject: [PATCH 1/2] Update .gitreview for stable/2026.1 Change-Id: I5709ff2cd3672437ee5b654cf3984078d48c8e4d 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 64aebd2..2ad6c2f 100644 --- a/.gitreview +++ b/.gitreview @@ -2,3 +2,4 @@ host=review.opendev.org port=29418 project=openstack/devstack-plugin-ceph.git +defaultbranch=stable/2026.1 From 03a43ff0168d2323bc998d0142f3de173f4721ed Mon Sep 17 00:00:00 2001 From: OpenStack Release Bot Date: Fri, 13 Mar 2026 12:00:21 +0000 Subject: [PATCH 2/2] Update TOX_CONSTRAINTS_FILE for stable/2026.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/2026.1 branch, tests will continue to use the upper-constraints list on master. Change-Id: I57032d733c8c755e45597609d6f80eee63c1c843 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 fe80eb7..915a312 100644 --- a/tox.ini +++ b/tox.ini @@ -26,7 +26,7 @@ commands = bash -c "find {toxinidir} \ [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/2026.1} -r{toxinidir}/doc/requirements.txt commands = rm -rf doc/build