mirror of https://github.com/apache/druid.git
Tweak GHA runner label. (#14963)
- processing/** can be ingestion, querying or neither. Removing it for now. - Also, add msq extension for the querying label.
This commit is contained in:
parent
5cecf6ce8f
commit
0f38a37b9d
|
@ -34,7 +34,6 @@
|
|||
- 'examples/quickstart/jupyter-notebooks/**'
|
||||
|
||||
'Area - Ingestion':
|
||||
- 'processing/**'
|
||||
- 'indexing-service/**'
|
||||
|
||||
'Area - Lookups':
|
||||
|
@ -49,6 +48,7 @@
|
|||
|
||||
'Area - Querying':
|
||||
- 'sql/**'
|
||||
- 'extensions-core/multi-stage-query/**'
|
||||
|
||||
'Area - Segment Format and Ser/De':
|
||||
- 'processing/src/main/java/org/apache/druid/segment/**'
|
||||
|
|
Loading…
Reference in New Issue