From 59d4cc666b2a25dcd2228b6f8a91ed421a8a5446 Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Tue, 10 May 2022 15:54:06 +0200 Subject: [PATCH] Update bugfix section Remove bifrost mention Add a note to remind to update the u-c links in tox.ini Change-Id: I4ae4bfca87c19183d26b9928a3496c63b9f4aab3 --- doc/source/contributor/releasing.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/source/contributor/releasing.rst b/doc/source/contributor/releasing.rst index a3084a0f9c..eab0649c60 100644 --- a/doc/source/contributor/releasing.rst +++ b/doc/source/contributor/releasing.rst @@ -121,7 +121,6 @@ Bugfix branches The following projects have ``bugfix/X.Y`` branches in addition to standard openstack ``stable/NAME`` branches: -* bifrost * ironic * ironic-inspector * ironic-python-agent @@ -140,6 +139,13 @@ version. Currently releases from bugfix branches cannot be automated and must be done by the release team manually. +After the creation of a bugfix branch it is utmost important to update the +upper-constraints link for the tests in the tox.ini file, plus override the +branch for the requirements project to be sure to use the correct +upper-constraints; for example see the following change: + +https://review.opendev.org/c/openstack/ironic-python-agent/+/841290 + Things to do before releasing =============================