HuangZhenQiu commented on code in PR #756: URL: https://github.com/apache/flink-kubernetes-operator/pull/756#discussion_r1467815393
########## .github/workflows/ci.yml: ########## @@ -113,12 +114,18 @@ jobs: test: test_autoscaler.sh - version: v1_15 test: test_dynamic_config.sh + - version: v1_15 + test: test_flink_operator_ha.sh - version: v1_16 test: test_autoscaler.sh - version: v1_16 test: test_dynamic_config.sh + - version: v1_16 + test: test_flink_operator_ha.sh - version: v1_17 test: test_dynamic_config.sh + - version: v1_17 + test: test_flink_operator_ha.sh Review Comment: Yes, that is why I exclude from v1_15 to v1_17 -- 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...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org