summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Goddard <mark@stackhpc.com>2020-10-09 15:50:03 +0100
committerMark Goddard <mark@stackhpc.com>2020-10-09 15:35:08 +0000
commita0728ad657d61e3f8d287b9e9f1e68065f7590c6 (patch)
tree22dafe155deffe2950f8d9157b238ed5305ab558
parentcde792a8c3b36afd9dd916b38bf60ed6af4f441a (diff)
downloadironic-a0728ad657d61e3f8d287b9e9f1e68065f7590c6.tar.gz
docs: Add information on post-branch release tasks for bifrost
Change-Id: Ieabbc024d4afc82670d7cee8e39b839b2b7a21df
-rw-r--r--doc/source/contributor/releasing.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/source/contributor/releasing.rst b/doc/source/contributor/releasing.rst
index 44ec3616e..ef9e68e12 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
<https://review.opendev.org/#/c/543555/>`_.
+Bifrost
+~~~~~~~
+
+Bifrost needs to be updated to install dependencies using the stable branch.
+`Example for Victoria <https://review.opendev.org/#/c/756289/>`_. The upper
+constraints file referenced in ``scripts/install-deps.sh`` needs to be updated
+to the new release.
+
For all releases
----------------