From e3eb2e03ad2531608c37007034a1ca1964f142db Mon Sep 17 00:00:00 2001 From: OpenStack Release Bot Date: Thu, 12 Sep 2024 13:11:28 +0000 Subject: [PATCH 1/2] Update .gitreview for stable/2024.2 Change-Id: I152fbc58cd17b105571de1b9dc48239f622defb7 --- .gitreview | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitreview b/.gitreview index 034240a..4b0bd33 100644 --- a/.gitreview +++ b/.gitreview @@ -2,3 +2,4 @@ host=review.opendev.org port=29418 project=openstack/python-watcherclient.git +defaultbranch=stable/2024.2 From 8d933a651378ff923446136cce2a3d38df292825 Mon Sep 17 00:00:00 2001 From: OpenStack Release Bot Date: Thu, 12 Sep 2024 13:11:30 +0000 Subject: [PATCH 2/2] Update TOX_CONSTRAINTS_FILE for stable/2024.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/2024.2 branch, tests will continue to use the upper-constraints list on master. Change-Id: I54cd0f788baf5ea22afadeb7859f82623028fc8e --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index fa32b8a..08f9182 100644 --- a/tox.ini +++ b/tox.ini @@ -10,7 +10,7 @@ install_command = pip install {opts} {packages} setenv = VIRTUAL_ENV={envdir} deps = - -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} + -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2024.2} -r{toxinidir}/test-requirements.txt -r{toxinidir}/requirements.txt allowlist_externals = @@ -42,7 +42,7 @@ commands = [testenv:docs] basepython = python3 deps = - -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} + -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2024.2} -r{toxinidir}/doc/requirements.txt commands = sphinx-build -W -b html doc/source doc/build/html