Skip to content

Commit

Permalink
.github: expand tests label to all files under qa
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
idryomov committed May 23, 2024
1 parent 3649964 commit 0543b92
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,7 @@ ceph-volume:
- src/python-common/ceph/deployment/drive_selection/**

tests:
- qa/tasks/**
- qa/workunits/**
- qa/**
- src/test/**

nfs:
Expand Down

0 comments on commit 0543b92

Please sign in to comment.