sandynz opened a new issue, #16607: URL: https://github.com/apache/shardingsphere/issues/16607
## Feature Request ### Is your feature request related to a problem? No ### Describe the feature you would like. Currently, once `Continuous Integration` is triggered, it'll run all jobs for all modules. It's not necessary to do it. We need to find a way to do `Continuous Integration` for necessary modules based on changed files. For examples: 1. If there's only changes of data pipeline modules, it just need to do `Continuous Integration` for `shardingsphere-kernel/shardingsphere-data-pipeline/*` modules and `shardingsphere-test/shardingsphere-pipeline-test/` module. 2. If there's only changes of examples, it just need to package all modules (ignore tests) and then do test for examples. 3. If there's changes from infra module, then it might need to run test for all modules. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
