From 97b8ef95ce078e235da9adf31bdc21f8a74737bb Mon Sep 17 00:00:00 2001 From: OpenStack Release Bot Date: Wed, 9 Sep 2026 14:34:52 +0000 Subject: [PATCH 1/2] Update .gitreview for stable/2026.2 Change-Id: Iba91aae91cecbc3e5f48684d02f85aab058d2ac7 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 22a55f927c..2176739cef 100644 --- a/.gitreview +++ b/.gitreview @@ -2,3 +2,4 @@ host=review.opendev.org port=29418 project=openstack/ceilometer.git +defaultbranch=stable/2026.2 From b07b0ef67881db8ff35d401154a09b17381269a5 Mon Sep 17 00:00:00 2001 From: OpenStack Release Bot Date: Wed, 9 Sep 2026 14:34:54 +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: I0c148add24d822c8e7914cf5d09ba58d74452928 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 7992e44194..32d5dbe9f1 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ envlist = py3,pep8 [testenv] 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}/requirements.txt -r{toxinidir}/test-requirements.txt