Skip to content

Commit ca99f0f

Browse files
committed
DO NOT MERGE. Reduce the matrix for testing purposes
1 parent 6f364f2 commit ca99f0f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ jobs:
7474
runs-on: ubuntu-latest
7575
strategy:
7676
matrix:
77-
version: ["v1_20","v1_19","v1_18","v1_17","v1_16"]
77+
version: ["v1_20"]
7878
namespace: ["default","flink"]
79-
mode: ["native", "standalone"]
80-
java-version: [ 11, 17, 21 ]
79+
mode: ["native" ]
80+
java-version: [ 21 ]
8181
http-client: [ "okhttp" ]
8282
test:
8383
- test_application_kubernetes_ha.sh

flink-kubernetes-operator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ under the License.
3939
--add-opens=java.base/java.util=ALL-UNNAMED
4040
</surefire.module.config>
4141
<!-- valid options can be checked at https://central.sonatype.com/search?q=kubernetes-httpclient- currently: okhttp, jdk, jetty, vertx -->
42-
<fabric8.httpclinent.impl>okhttp</fabric8.httpclinent.impl>
42+
<fabric8.httpclinent.impl>vertx</fabric8.httpclinent.impl>
4343
</properties>
4444

4545
<dependencies>

0 commit comments

Comments
 (0)