2828 - release-*
2929 pull_request :
3030concurrency :
31- group : ${{ github.workflow }}-${{ github.event.workflow_run.head_branch }}
31+ group : ${{ github.workflow }}-${{ github.ref_name }}
3232 cancel-in-progress : true
3333
3434jobs :
3737 name : maven build
3838 strategy :
3939 matrix :
40- java-version : [ 11, 17, 21 ]
40+ java-version : [ 17, 21 ]
4141 steps :
4242 - uses : actions/checkout@v4
4343 - name : Set up JDK ${{ matrix.java-version }}
7676 strategy :
7777 matrix :
7878 http-client : [ "okhttp", "jdk", "jetty", "vertx" ]
79- java-version : [ "11", " 17", "21" ]
79+ java-version : [ "17", "21" ]
8080 uses : ./.github/workflows/e2e.yaml
8181 with :
8282 java-version : ${{ matrix.java-version }}
8989 strategy :
9090 matrix :
9191 http-client : [ "okhttp" ]
92- java-version : [ "11", " 17"]
92+ java-version : [ "17"]
9393 flink-version :
9494 - " v2_0"
9595 - " v1_20"
@@ -121,19 +121,28 @@ jobs:
121121 - test_multi_sessionjob.sh
122122 - test_autoscaler.sh
123123 - test_dynamic_config.sh
124+ - test_dynamic_flink_conf.sh
124125 exclude :
125126 - mode : standalone
126127 test : test_autoscaler.sh
127128 - mode : standalone
128129 test : test_dynamic_config.sh
130+ - mode : standalone
131+ test : test_dynamic_flink_conf.sh
129132 - flink-version : v1_16
130133 test : test_autoscaler.sh
131134 - flink-version : v1_16
132135 test : test_dynamic_config.sh
136+ - flink-version : v1_17
137+ test : test_dynamic_config.sh
138+ - flink-version : v1_18
139+ test : test_dynamic_config.sh
140+ - flink-version : v1_16
141+ test : test_dynamic_flink_conf.sh
133142
134143 uses : ./.github/workflows/e2e.yaml
135144 with :
136- java-version : 11
145+ java-version : 17
137146 flink-version : ${{ matrix.flink-version }}
138147 test : ${{ matrix.test }}
139148 namespace : " flink"
@@ -156,39 +165,53 @@ jobs:
156165 - test_application_kubernetes_ha.sh
157166 - test_application_operations.sh
158167 - test_dynamic_config.sh
168+ - test_dynamic_flink_conf.sh
159169 - test_sessionjob_kubernetes_ha.sh
160170 - test_sessionjob_operations.sh
161171 - test_autoscaler.sh
162172 - test_flink_operator_ha.sh
163173 - test_snapshot.sh
174+ - test_batch_job.sh
164175 exclude :
165176 - flink-version : v1_16
166177 test : test_autoscaler.sh
167178 - mode : standalone
168179 test : test_autoscaler.sh
169180 - flink-version : v1_16
170181 test : test_dynamic_config.sh
182+ - flink-version : v1_16
183+ test : test_dynamic_flink_conf.sh
171184 - flink-version : v1_16
172185 test : test_flink_operator_ha.sh
173186 - flink-version : v1_16
174187 test : test_snapshot.sh
188+ - flink-version : v1_16
189+ test : test_batch_job.sh
175190 - flink-version : v1_17
176191 test : test_dynamic_config.sh
192+ - flink-version : v1_17
193+ test : test_dynamic_flink_conf.sh
177194 - flink-version : v1_17
178195 test : test_flink_operator_ha.sh
179196 - flink-version : v1_17
180197 test : test_snapshot.sh
198+ - flink-version : v1_17
199+ test : test_batch_job.sh
181200 - flink-version : v1_18
182201 test : test_dynamic_config.sh
202+ - flink-version : v1_18
203+ test : test_dynamic_flink_conf.sh
183204 - flink-version : v1_18
184205 test : test_flink_operator_ha.sh
185206 - flink-version : v1_18
186207 test : test_snapshot.sh
208+ - flink-version : v1_18
209+ test : test_batch_job.sh
187210 - flink-version : v1_19
188211 test : test_snapshot.sh
189212 uses : ./.github/workflows/e2e.yaml
190213 with :
191- java-version : 11
214+ java-version : 17
192215 flink-version : ${{ matrix.flink-version }}
193216 test : ${{ matrix.test }}
194217 mode : ${{ matrix.mode }}
0 commit comments