Github user zentol commented on the issue: https://github.com/apache/flink/pull/4233 I've reworked the "misc" group. There is no longer a dedicated list of modules for this group, but instead we test all modules that aren't included in any other group. All other groups have a comma-separated list of modules to test, like `flink-runtime,flink-core`. For the "Misc" group we concatenate those lists and negate them, like `!flink-runtime,!flink-core`. What's left is the modules that aren't contained in another group, which means all new modules would be run automatically. The compilation step of this group simply builds flink completely; this was basically required anyway since the group contained flink-dist.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---