From 67f127f81a98a3ab48327008b6fd487baf02677d Mon Sep 17 00:00:00 2001 From: Ilya Dryomov Date: Thu, 23 May 2024 18:15:08 +0200 Subject: [PATCH] .github: expand tests label to all files under qa The test job definition under qa/suites is an integral part of almost any test. Often, the test logic is split between the task or workunit and respective snippet(s) under qa/suites. Other files under qa are less used, but still related to nothing but testing, so just add the label on all of it. Signed-off-by: Ilya Dryomov (cherry picked from commit 0543b9264f662cd25c059dff7252002fc6859d0d) --- .github/labeler.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 5a67a5b972d65..03783874d89a0 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -278,8 +278,7 @@ ceph-volume: - src/python-common/ceph/deployment/drive_selection/** tests: - - qa/tasks/** - - qa/workunits/** + - qa/** - src/test/** nfs: -- 2.39.5