From 8653c99e4be073d3c3599aa14085b044a7a7ece7 Mon Sep 17 00:00:00 2001 From: OpenStack Release Bot Date: Mon, 15 Sep 2025 09:13:07 +0000 Subject: [PATCH 1/2] Update .gitreview for stable/2025.2 Change-Id: I798b3eaeb8876cb8f767752c8f50cabeb37a6ecf 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..4214799 100644 --- a/.gitreview +++ b/.gitreview @@ -2,3 +2,4 @@ host=review.opendev.org port=29418 project=openstack/devstack-plugin-ceph.git +defaultbranch=stable/2025.2 From f263ea6fe5bdd81dfb719d56e4056a4d3eab293e Mon Sep 17 00:00:00 2001 From: OpenStack Release Bot Date: Mon, 15 Sep 2025 09:13:09 +0000 Subject: [PATCH 2/2] Update TOX_CONSTRAINTS_FILE for stable/2025.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/2025.2 branch, tests will continue to use the upper-constraints list on master. Change-Id: I087e606f73e7757e4bc9f5f9107f2e369cf60018 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..e70b2c5 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/2025.2} -r{toxinidir}/doc/requirements.txt commands = rm -rf doc/build