Skip to content

Commit

Permalink
Merge pull request ceph#38157 from sebastian-philipp/labeler-orchestr…
Browse files Browse the repository at this point in the history
…ator

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

Reviewed-by: Patrick Donnelly <[email protected]>
Reviewed-by: Kefu Chai <[email protected]>
  • Loading branch information
tchaikov committed Dec 11, 2020
2 parents c95cf1e + 0e0bd9b commit 39605e6
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 39605e6

Please sign in to comment.