davidradl commented on code in PR #26908:
URL: https://github.com/apache/flink/pull/26908#discussion_r2322527773
##########
.github/workflows/template.flink-ci.yml:
##########
@@ -286,6 +286,20 @@ jobs:
if: ${{ !cancelled() && (failure() || !steps.docker-cache.cache.hit) }}
run: ./tools/azure-pipelines/cache_docker_images.sh save
+ flink-kubernetes:
+ name: "Build & test flink-kubernetes with multiple HTTP clients"
+ needs: compile
+ strategy:
+ fail-fast: false
+ matrix:
+ http-client: [ "okhttp", "jdk", "jetty", "vertx" ]
+ uses: ./.github/workflows/template.flink-kubernetes-ci.yml
+ with:
+ http-client: ${{ matrix.http-client }}
Review Comment:
I am curious how long do all these new testing permutations add to the ci
times?
Also in the spirit of
[FLINK-33901](https://issues.apache.org/jira/browse/FLINK-33901), should we
implement these new CI tests in github actions rather than the Azure CI?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]