wolfboys opened a new pull request, #4144: URL: https://github.com/apache/incubator-streampark/pull/4144
[Improve] e2e.yml improvement ## What changes were proposed in this pull request Since the introduction of e2e testing, the quality of our project has significantly improved. However, due to limited ASF build resources and the many items that need to be tested in our e2e test case, almost every submission results in test failures (e.g: https://github.com/apache/incubator-streampark/pull/4143),particularly those related to deployment mode jobs. This situation necessitates that PMC members manually rerun the tests, severely impacting the project’s progress and collaboration efficiency. To address this issue, we will temporarily retain only the test cases related to Flink 1.18, while removing those associated with versions 1.16 and 1.17. This adjustment aims to improve the pass rate of e2e tests and enhance the overall efficiency of developer collaboration. <!--(For example: This pull request proposed to add checkstyle plugin).--> ## Brief change log <!--*(for example:)* - *Add maven-checkstyle-plugin to root pom.xml* --> ## Verifying this change <!--*(Please pick either of the following options)*--> This change is a trivial rework / code cleanup without any test coverage. *(or)* This change is already covered by existing tests, such as *(please describe tests)*. *(or)* This change added tests and can be verified as follows: <!--*(example:)* - *Added integration tests for end-to-end.* - *Added *Test to verify the change.* - *Manually verified the change by testing locally.* --> ## Does this pull request potentially affect one of the following parts - Dependencies (does it add or upgrade a dependency): (yes / no) -- 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: issues-unsubscr...@streampark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org