yihua opened a new pull request, #18832: URL: https://github.com/apache/hudi/pull/18832
### Describe the issue this Pull Request addresses The `required_status_checks` list in `.asf.yaml` references job contexts that no longer run on master, blocking PRs (e.g. #18831) because the required checks remain pending forever. The Flink IT/UT matrix was migrated from `flink1.20`/`flink1.18` to `flink2.1` in #18717, but the corresponding contexts in `.asf.yaml` were not updated. ### Summary and Changelog Remove the following stale required-status-check contexts so master PRs are no longer blocked: - `build-flink-java17 (scala-2.12, flink1.20, 1.11.4, 1.13.1)` - `docker-java17-test (scala-2.12, flink1.20, spark3.5, spark3.5.0)` - `docker-java17-test (scala-2.13, flink1.20, spark3.5, spark3.5.0)` - `docker-java17-test (scala-2.13, flink1.20, spark4.0, spark4.0.0)` - `integration-tests (spark3.5, flink1.20, spark-3.5.3/spark-3.5.3-bin-hadoop3.tgz)` - `test-common-and-other-modules (scala-2.12, spark3.5, flink1.18)` - `test-flink-2 (flink1.20, 1.11.4, 1.13.1)` - `test-hudi-hadoop-mr-and-hudi-java-client (scala-2.12, spark3.5, flink1.20)` - `test-spark-client-and-hadoop-common (scala-2.12, spark3.5, flink1.18)` - `test-utilities (scala-2.12, spark3.5, flink1.18)` ### Impact None — CI-only configuration change. ### Risk Level none ### Documentation Update none ### Contributor's checklist - [x] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute) - [x] Enough context is provided in the sections above - [x] Adequate tests were added if applicable -- 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]
