gyfora commented on code in PR #684:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/684#discussion_r1362070660
##########
.github/workflows/ci.yml:
##########
@@ -97,16 +98,28 @@ jobs:
test: test_multi_sessionjob.sh
- namespace: default
test: test_autoscaler.sh
+ - namespace: default
+ test: test_dynamic_config.sh
- mode: standalone
test: test_autoscaler.sh
+ - mode: standalone
+ test: test_dynamic_config.sh
- version: v1_13
test: test_autoscaler.sh
+ - version: v1_13
+ test: test_dynamic_config.sh
- version: v1_14
test: test_autoscaler.sh
+ - version: v1_14
+ test: test_dynamic_config.sh
- version: v1_15
test: test_autoscaler.sh
+ - version: v1_15
+ test: test_dynamic_config.sh
- version: v1_16
test: test_autoscaler.sh
+ - version: v1_16
+ test: test_dynamic_config.sh
Review Comment:
We should also exclude dynamic for 1.17 (only keep for 1.18)
--
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]