File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -152,16 +152,11 @@ jobs:
152152 - test_autoscaler.sh
153153 - test_dynamic_config.sh
154154 excludes :
155- - mode : standalone
156- test : test_autoscaler.sh
157- - mode : standalone
158- test : test_dynamic_config.sh
159- - tag : " v1_17"
160- test : test_dynamic_config.sh
161- - tag : " v1_16"
162- test : test_autoscaler.sh
163- - tag : " v1_16"
164- test : test_dynamic_config.sh
155+ - { mode: standalone, test: test_autoscaler.sh }
156+ - { mode: standalone, test: test_dynamic_config.sh }
157+ - { flink_version: {tag: "v1_17", image: "flink:1.17"}, test: test_dynamic_config.sh }
158+ - { flink_version: {tag: "v1_16", image: "flink:1.16"}, test: test_autoscaler.sh }
159+ - { flink_version: {tag: "v1_16", image: "flink:1.16"}, test: test_dynamic_config.sh }
165160 steps :
166161 - uses : actions/checkout@v4
167162 - name : Set up JDK ${{ matrix.java-version }}
You can’t perform that action at this time.
0 commit comments