]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
github/labeler: label src/test/** with "tests" 38276/head
authorKefu Chai <kchai@redhat.com>
Wed, 25 Nov 2020 06:37:54 +0000 (14:37 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 25 Nov 2020 10:14:42 +0000 (18:14 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
.github/labeler.yml

index 8d52884bade010ec8746a9dfa4a797b80555780d..6e09fc7c552aa247330b823b5a2c9b39e52e6967 100644 (file)
@@ -52,6 +52,9 @@ core:
   - qa/workunits/mon/**
   - qa/workunits/objectstore/**
   - qa/workunits/rados/**
+  - src/ceph.in
+  - src/ceph_osd.cc
+  - src/ceph_mon.cc
   - src/blk/**
   - src/crush/*
   - src/erasure-code/**
@@ -63,6 +66,7 @@ core:
   - src/os/**
   - src/osd/**
   - src/tools/rados/**
+  - src/test/osd/**
 
 crimson:
   - doc/dev/crimson/**
@@ -160,3 +164,4 @@ ceph-volume:
 tests:
   - qa/tasks/**
   - qa/workunits/**
+  - src/test/**