From 67bff2193b235ce9276fa215576bd515ed3ce710 Mon Sep 17 00:00:00 2001 From: OpenStack Release Bot Date: Thu, 4 Sep 2025 13:46:03 +0000 Subject: [PATCH 1/2] Update .gitreview for stable/2025.2 Change-Id: I222c1c328d188b7ef61fa016a6470d7279dd2eea 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 45314a6..fda4471 100644 --- a/.gitreview +++ b/.gitreview @@ -2,4 +2,4 @@ host=review.opendev.org port=29418 project=openstack/python-observabilityclient.git -defaultbranch=master +defaultbranch=stable/2025.2 From b2e5659f0b034a72d52a27bd82f3709626ad6d7e Mon Sep 17 00:00:00 2001 From: OpenStack Release Bot Date: Thu, 4 Sep 2025 13:46:05 +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: Id71245ee6ee843219a91c9b19565dde0cceb2b1f 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 b8ca0aa..3aaf5db 100644 --- a/tox.ini +++ b/tox.ini @@ -14,7 +14,7 @@ passenv = PROMETHEUS_* OBSERVABILITY_* 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}/requirements.txt -r{toxinidir}/test-requirements.txt