Skip to content

Commit 84d3673

Browse files
committed
Revert "[FLINK-36332] consistent version usage"
This reverts commit 7f4fb88.
1 parent 7f4fb88 commit 84d3673

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
strategy:
7878
matrix:
7979
http-client: [ "okhttp", "jdk", "jetty", "vertx" ]
80-
flink_version: [ { tag: "v1_20", image: "flink:1.20" } ]
80+
version: [ "v1_20" ]
8181
mode: [ "native" ]
8282
namespace: [ "default" ]
8383
java-version: [ "11", "17", "21" ]
@@ -116,8 +116,8 @@ jobs:
116116
kubectl get pods -n ${{ matrix.namespace }}
117117
- name: Run Flink e2e tests
118118
run: |
119-
sed -i "s/image: flink:.*/image: ${{ matrix.flink_version.image }}/" e2e-tests/data/*.yaml
120-
sed -i "s/flinkVersion: .*/flinkVersion: ${{ matrix.flink_version.tag }}/" e2e-tests/data/*.yaml
119+
sed -i "s/image: flink:.*/image: ${{ matrix.image }}/" e2e-tests/data/*.yaml
120+
sed -i "s/flinkVersion: .*/flinkVersion: ${{ matrix.version }}/" e2e-tests/data/*.yaml
121121
sed -i "s/mode: .*/mode: ${{ matrix.mode }}/" e2e-tests/data/*.yaml
122122
git diff HEAD
123123
echo "Running e2e-tests/$test"
@@ -158,9 +158,9 @@ jobs:
158158
test: test_dynamic_config.sh
159159
- flink_version.tag: "v1_17"
160160
test: test_dynamic_config.sh
161-
- flink_version.tag: "v1_16"
161+
- flink_version: { tag: "v1_16", image: "flink:1.16" }
162162
test: test_autoscaler.sh
163-
- flink_version.tag: "v1_16"
163+
- flink_version: { tag: "v1_16", image: "flink:1.16" }
164164
test: test_dynamic_config.sh
165165
steps:
166166
- uses: actions/checkout@v4
@@ -234,21 +234,21 @@ jobs:
234234
exclude:
235235
- mode: standalone
236236
test: test_snapshot.sh
237-
- flink_version.tag: "v1_16"
237+
- flink_version: { tag: "v1_16", image: "flink:1.16" }
238238
test: test_flink_operator_ha.sh
239-
- flink_version.tag: "v1_16"
239+
- flink_version: { tag: "v1_16", image: "flink:1.16" }
240240
test: test_snapshot.sh
241-
- flink_version.tag: "v1_17"
241+
- flink_version: { tag: "v1_17", image: "flink:1.17" }
242242
test: test_flink_operator_ha.sh
243-
- flink_version.tag: "v1_17"
243+
- flink_version: { tag: "v1_17", image: "flink:1.17" }
244244
test: test_snapshot.sh
245-
- flink_version.tag: "v1_18"
245+
- flink_version: { tag: "v1_18", image: "flink:1.18" }
246246
test: test_dynamic_config.sh
247-
- flink_version.tag: "v1_18"
247+
- flink_version: { tag: "v1_18", image: "flink:1.18" }
248248
test: test_flink_operator_ha.sh
249-
- flink_version.tag: "v1_18"
249+
- flink_version: { tag: "v1_18", image: "flink:1.18" }
250250
test: test_snapshot.sh
251-
- flink_version.tag: "v1_19"
251+
- flink_version: { tag: "v1_19", image: "flink:1.19" }
252252
test: test_snapshot.sh
253253
steps:
254254
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)