summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-01-08 15:25:17 +0000
committerGerrit Code Review <review@openstack.org>2021-01-08 15:25:17 +0000
commit1c7b5f82592e23ab66dddca56e0b059d3cb0710b (patch)
tree17aff36fe6198769665d3a4f0974c02c7f2a07b9
parentd5f184ea16fc2355ff9d940465fcd3de9c8be30c (diff)
parenta0728ad657d61e3f8d287b9e9f1e68065f7590c6 (diff)
downloadironic-1c7b5f82592e23ab66dddca56e0b059d3cb0710b.tar.gz
Merge "docs: Add information on post-branch release tasks for bifrost"
-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 5d2da977c..3d7a9efb1 100644
--- a/doc/source/contributor/releasing.rst
+++ b/doc/source/contributor/releasing.rst
@@ -308,10 +308,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
----------------