Skip to content

Commit 7b74210

Browse files
committed
[FLINK-36332] Narrow down the matrix for httpclient testing.
1 parent 57b341b commit 7b74210

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
namespace: ["default","flink"]
7979
mode: ["native", "standalone"]
8080
java-version: [ 11, 17, 21 ]
81-
http-client: [ "okhttp", "vertx", "jetty", "jdk" ]
81+
http-client: [ "okhttp" ]
8282
test:
8383
- test_application_kubernetes_ha.sh
8484
- test_application_operations.sh
@@ -102,6 +102,12 @@ jobs:
102102
image: flink:1.17
103103
- version: v1_16
104104
image: flink:1.16
105+
- version: v1_20
106+
# Version isn't critical but should ideally be latest.
107+
mode: "native"
108+
namespace: "default"
109+
test: test_application_operations.sh
110+
http-client: [ "okhttp", "vertx", "jetty", "jdk"]
105111
exclude:
106112
- namespace: default
107113
test: test_multi_sessionjob.sh

0 commit comments

Comments
 (0)