snuyanzin commented on code in PR #691: URL: https://github.com/apache/flink-kubernetes-operator/pull/691#discussion_r1372999282
########## .github/workflows/ci.yml: ########## @@ -24,12 +24,15 @@ jobs: test_ci: runs-on: ubuntu-latest name: test_ci + strategy: + matrix: + java-version: [ 11, 17 ] Review Comment: I made it for my own fork, so it should not be complecated. The only thing that stopped me from adding this to the PR is that after that there are 200+ jobs running in ci... and the total time is more than an hour If it's ok, then i can add it here as well ########## .github/workflows/ci.yml: ########## @@ -24,12 +24,15 @@ jobs: test_ci: runs-on: ubuntu-latest name: test_ci + strategy: + matrix: + java-version: [ 11, 17 ] Review Comment: I made it for my own fork, so it should not be complecated. The only thing that stopped me from adding this to the PR is that after that there are 200+ jobs running in ci... and the total time is more than an hour https://github.com/snuyanzin/flink-kubernetes-operator/actions/runs/6644874859 If it's ok, then i can add it here as well -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org