doc/dev/release-checklists.rst: add section for ceph-build

Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
This commit is contained in:
Radoslaw Zarzynski 2022-09-20 14:23:25 +00:00
parent c77ef7cba1
commit 67b7bdbade

View File

@ -95,6 +95,14 @@ QA suite
- [x] create qa/suites/rados/thrash-old-clients/1-install/(X-1).yaml
ceph-build
----------
In the `ceph/ceph-build.git` repo:
- [x] add the version -> X mapping (`release_from_version()` in `scripts/build_utils.sh`)
- [x] add the option for X (`case $RELEASE_BRANCH` in `ceph-dev-build/build/build_osc`)
- [x] add the option for X (`case $RELEASE_BRANCH` in `ceph-dev-build/build/setup_osc`)
First release candidate
=======================