roryqi opened a new issue, #12091: URL: https://github.com/apache/gravitino/issues/12091
### What would you like to be improved? The main build workflow can run `:catalogs-contrib:catalog-jdbc-oceanbase:test` for unrelated pull requests. These tests start an OceanBase Testcontainers instance and may fail or time out during container startup, blocking unrelated changes. Example failure: https://github.com/apache/gravitino/actions/runs/29695038197/job/88214231504?pr=12044 ### How should we improve? Exclude the OceanBase contrib catalog test task from the general `build` workflow, and run it through the existing contrib-module CI routing only when OceanBase or shared `catalogs-contrib` build logic changes. -- 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]
