From 652dd15397a40becc1ba2faa424441ed88938b5a Mon Sep 17 00:00:00 2001 From: OpenStack Release Bot Date: Fri, 22 May 2026 12:11:46 +0000 Subject: [PATCH 1/2] Update .gitreview for stable/2026.1 Change-Id: I2d7ff329ff9eace944b019d36c532945b7351018 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 19b5cb4f..e312782a 100644 --- a/.gitreview +++ b/.gitreview @@ -2,3 +2,4 @@ host=review.opendev.org port=29418 project=openstack/puppet-openstacklib.git +defaultbranch=stable/2026.1 From c201e2095112d4e7aef2fb315442fc1f2ca6df24 Mon Sep 17 00:00:00 2001 From: OpenStack Release Bot Date: Fri, 22 May 2026 12:11:48 +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: I2aeb8553bdb6782b8715cd4b7da8a9ffe8fdcf16 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 7070f7d7..527872c0 100644 --- a/tox.ini +++ b/tox.ini @@ -3,6 +3,6 @@ minversion = 3.1 envlist = releasenotes [testenv:releasenotes] -deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} +deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2026.1} -r{toxinidir}/doc/requirements.txt commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html