From: Sebastian Wagner Date: Wed, 3 Mar 2021 15:34:01 +0000 (+0100) Subject: .github: Minor cephadm changes X-Git-Tag: v17.1.0~2753^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=37b81f6896123c5680e5c56d37c3f625f87f9773;p=ceph.git .github: Minor cephadm changes Signed-off-by: Sebastian Wagner --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 23749a1d38c9..1ec0af1476fb 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -25,13 +25,14 @@ /src/python-common/ceph/deployment @ceph/orchestrators /qa/workunits/cephadm @ceph/orchestrators /qa/tasks/cephadm.py @ceph/orchestrators +/qa/tasks/cephadm_cases @ceph/orchestrators /qa/tasks/mgr/test_orchestrator_cli.py @ceph/orchestrators /qa/tasks/mgr/test_cephadm_orchestrator.py @ceph/orchestrators /qa/suites/rados/cephadm @ceph/orchestrators /doc/mgr/orchestrator.rst @ceph/orchestrators /doc/mgr/orchestrator_modules.rst @ceph/orchestrators /doc/cephadm @ceph/orchestrators -/doc/dev/cephadm.rst @ceph/orchestrators +/doc/dev/cephadm @ceph/orchestrators /doc/man/8/cephadm.rst @ceph/orchestrators #ceph-volume diff --git a/.github/labeler.yml b/.github/labeler.yml index 7fef72d0baac..df017c1cd849 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -66,7 +66,9 @@ cephadm: - doc/man/8/cephadm.rst - qa/suites/rados/cephadm/** - qa/tasks/cephadm.py + - qa/tasks/cephadm_cases - qa/tasks/mgr/test_cephadm_orchestrator.py + - qa/tasks/mgr/test_orchestrator_cli.py - qa/workunits/cephadm/** - src/cephadm/** - src/pybind/mgr/cephadm/**