]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
script/ceph-backport.sh: add label entries for cephadm 46784/head
authorAdam King <adking@redhat.com>
Tue, 21 Jun 2022 19:24:20 +0000 (15:24 -0400)
committerAdam King <adking@redhat.com>
Tue, 21 Jun 2022 19:24:20 +0000 (15:24 -0400)
otherwise backport PRs made by this script with
"mgr/cephadm" in the title end up with the "core" label

Signed-off-by: Adam King <adking@redhat.com>
src/script/ceph-backport.sh

index 3706c8308e48954dc4d70b443d54b75dd2640bd7..ae39c40e808b8d5e0046373a43493763c1822a9d 100755 (executable)
@@ -58,6 +58,7 @@ declare -A comp_hash=(
 ["build/ops"]="build/ops"
 ["ceph.spec"]="build/ops"
 ["ceph-volume"]="ceph-volume"
+["cephadm"]="cephadm"
 ["cephfs"]="cephfs"
 ["cmake"]="build/ops"
 ["config"]="config"
@@ -72,6 +73,7 @@ declare -A comp_hash=(
 ["messenger"]="core"
 ["mon"]="core"
 ["msg"]="core"
+["mgr/cephadm"]="cephadm"
 ["mgr/dashboard"]="dashboard"
 ["mgr/prometheus"]="monitoring"
 ["mgr"]="core"