Skip to content

Commit

Permalink
github/labeler: Add some more to cephadm, add orchestrator
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Wagner <[email protected]>
  • Loading branch information
sebastian-philipp committed Dec 10, 2020
1 parent cbaa18e commit 0e0bd9b
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,32 @@ pybind:
- src/pybind/rbd/**
- src/pybind/rgw/**
- src/pybind/**
- src/python-common/**

common:
- src/common/**
- src/global/**
- 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/**
Expand Down Expand Up @@ -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/**
Expand Down

0 comments on commit 0e0bd9b

Please sign in to comment.