From a0728ad657d61e3f8d287b9e9f1e68065f7590c6 Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Fri, 9 Oct 2020 15:50:03 +0100 Subject: [PATCH] docs: Add information on post-branch release tasks for bifrost Change-Id: Ieabbc024d4afc82670d7cee8e39b839b2b7a21df --- doc/source/contributor/releasing.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/source/contributor/releasing.rst b/doc/source/contributor/releasing.rst index 44ec3616eb..ef9e68e128 100644 --- a/doc/source/contributor/releasing.rst +++ b/doc/source/contributor/releasing.rst @@ -300,10 +300,21 @@ We need to submit patches for changes on master to: * remove any model class names from ``ironic.cmd.dbsync.NEW_MODELS``. +Ironic Tempest plugin +~~~~~~~~~~~~~~~~~~~~~ + As **ironic-tempest-plugin** is branchless, we need to submit a patch adding stable jobs to its master branch. `Example for Queens `_. +Bifrost +~~~~~~~ + +Bifrost needs to be updated to install dependencies using the stable branch. +`Example for Victoria `_. The upper +constraints file referenced in ``scripts/install-deps.sh`` needs to be updated +to the new release. + For all releases ----------------