github/labeler: Add some more to cephadm, add orchestrator

Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
This commit is contained in:
Sebastian Wagner 2020-11-18 12:29:50 +01:00
parent cbaa18e85a
commit 0e0bd9b0d7

20
.github/labeler.yml vendored
View File

@ -36,6 +36,7 @@ pybind:
- src/pybind/rbd/**
- src/pybind/rgw/**
- src/pybind/**
- src/python-common/**
common:
- src/common/**
@ -43,9 +44,24 @@ common:
- src/log/**
cephadm:
- doc/cephadm/**
- doc/dev/cephadm.rst
- doc/man/8/cephadm.rst
- qa/suites/rados/cephadm/**
- qa/tasks/cephadm.py
- qa/tasks/mgr/test_cephadm_orchestrator.py
- qa/workunits/cephadm/**
- src/cephadm/**
- src/pybind/mgr/cephadm/**
- qa/suites/rados/cephadm/**
- src/python-common/**
orchestrator:
- doc/mgr/orchestrator.rst
- doc/mgr/orchestrator_modules.rst
- src/pybind/mgr/orchestrator/**
- src/pybind/mgr/rook/**
- src/pybind/mgr/test_orchestrator/**
- qa/tasks/mgr/test_orchestrator_cli.py
bluestore:
- src/os/bluestore/**
@ -180,6 +196,8 @@ rgw:
ceph-volume:
- src/ceph-volume/**
- doc/ceph-volume/**
- src/python-common/ceph/deployment/drive_group.py
- src/python-common/ceph/deployment/drive_selection/**
tests:
- qa/tasks/**