From 91a8b45fc8d2a548f30fd2055f9c4926756873c8 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Tue, 21 Sep 2021 13:35:03 +0200 Subject: [PATCH] .github: fix path to cepham suite Signed-off-by: Sebastian Wagner --- .github/CODEOWNERS | 2 +- .github/labeler.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 1ec0af1476fba..50c0be9a8a6aa 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -28,7 +28,7 @@ /qa/tasks/cephadm_cases @ceph/orchestrators /qa/tasks/mgr/test_orchestrator_cli.py @ceph/orchestrators /qa/tasks/mgr/test_cephadm_orchestrator.py @ceph/orchestrators -/qa/suites/rados/cephadm @ceph/orchestrators +/qa/suites/orch @ceph/orchestrators /doc/mgr/orchestrator.rst @ceph/orchestrators /doc/mgr/orchestrator_modules.rst @ceph/orchestrators /doc/cephadm @ceph/orchestrators diff --git a/.github/labeler.yml b/.github/labeler.yml index 17818b131c9b0..dfc5bb64d05de 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -76,7 +76,7 @@ cephadm: - doc/cephadm/** - doc/dev/cephadm/** - doc/man/8/cephadm.rst - - qa/suites/rados/cephadm/** + - qa/suites/orch/cephadm/** - qa/tasks/cephadm.py - qa/tasks/cephadm_cases - qa/tasks/mgr/test_cephadm_orchestrator.py -- 2.39.5