Skip to content

Commit 0543b92

Browse files
committed
.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 <[email protected]>
1 parent 3649964 commit 0543b92

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/labeler.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,8 +287,7 @@ ceph-volume:
287287
- src/python-common/ceph/deployment/drive_selection/**
288288

289289
tests:
290-
- qa/tasks/**
291-
- qa/workunits/**
290+
- qa/**
292291
- src/test/**
293292

294293
nfs:

0 commit comments

Comments
 (0)