Hi everyone, As you already know, Azure CI allows max. 10 parallel jobs for open source project, meaning up to 2 PRs to test in CI. In order to save CI queuing time, these types of PRs will be skipped for triggering Azure CI
- Labeled rfc or has [RFC- in the title (this type of PR contains only RFC docs change) - Labeled pr:wip or has [WIP] in the title (this type of PR indicates that the work is still in progress, not ready for review) The info was also noted down in the cwiki guide page <https://cwiki.apache.org/confluence/display/HUDI/Guide+on+CI+infrastructure> Thanks. -- Best, Shiyan