From 8ecdabf5f6c84edefd9f457bc0d9c23a16b97798 Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Wed, 15 Apr 2026 17:15:03 -0400 Subject: [PATCH] CODEOWNERS: add a build-sig group for various build / test files Add a new build-sig group that covers some of the high level tools and scripts used in the build and CI processes. This should help PRs not pass by without notifying people who care about these things. Signed-off-by: John Mulligan --- .github/CODEOWNERS | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index cd67ece4097c..e3a381e3c83b 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -181,3 +181,16 @@ README* @ceph/doc-writers /src/test/cls_version @ceph/rgw /src/test/rgw @ceph/rgw /src/test/test_rgw* @ceph/rgw + +# build scripts and tools +/ceph.spec.in @ceph/build-sig +/container @ceph/build-sig +/debian @ceph/build-sig +/do_cmake.sh @ceph/build-sig +/install-deps.sh @ceph/build-sig +/make-debs.sh @ceph/build-sig +/make-srpm.sh @ceph/build-sig +/run-make-check.sh @ceph/build-sig +/src/script/build-with-container.py @ceph/build-sig +/src/script/buildcontainer-setup.sh @ceph/build-sig +/src/script/run-make.sh @ceph/build-sig -- 2.47.3