From: Patrick Donnelly Date: Thu, 6 Feb 2025 21:33:05 +0000 (-0500) Subject: doc/dev/release-checklists: remove ceph-container task X-Git-Tag: testing/wip-pdonnell-testing-20250210.203348-debug^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=aabdb1f4a1a353493bbf49209fcefbbb36668e38;p=ceph-ci.git doc/dev/release-checklists: remove ceph-container task It's no longer necessary per: https://github.com/ceph/ceph/pull/61321#discussion_r1945268594 Signed-off-by: Patrick Donnelly --- diff --git a/doc/dev/release-checklists.rst b/doc/dev/release-checklists.rst index 7e2dbde5213..e3807141877 100644 --- a/doc/dev/release-checklists.rst +++ b/doc/dev/release-checklists.rst @@ -122,20 +122,6 @@ In the `ceph/ceph-build.git` repo: - [x] grep for previous release and add relevant build targets (e.g. for reef https://github.com/ceph/ceph-build/pull/2076 and https://github.com/ceph/ceph-build/pull/2119 and https://github.com/ceph/ceph-build/pull/2315) -ceph-container --------------- -In the `ceph/ceph-container.git` repo: - -- [ ] Add the release name to `Makefile` -- [ ] Update `ceph-releases/ALL/centos/daemon-base/__DOCKERFILE_INSTALL__` with the with the supported nfs-ganesha version -- [ ] Update `contrib/build-push-ceph-container-imgs.sh` with the new release -- [ ] Update `contrib/ceph-build-config.sh` with the release name -- [ ] Update `contrib/common.sh` with supported version numbers -- [ ] Update `maint-lib/ceph_version.sh` with the release name - -See https://github.com/ceph/ceph-container/pull/2109 as an example for what to do. - - After dev freeze ================