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 :
@@ -121,15 +121,24 @@ 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 :
@@ -156,34 +165,48 @@ 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
0 commit comments