From 37b81f6896123c5680e5c56d37c3f625f87f9773 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Wed, 3 Mar 2021 16:34:01 +0100 Subject: [PATCH] .github: Minor cephadm changes Signed-off-by: Sebastian Wagner --- .github/CODEOWNERS | 3 ++- .github/labeler.yml | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 23749a1d38c..1ec0af1476f 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 7fef72d0baa..df017c1cd84 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/**