echauchot commented on code in PR #23:
URL:
https://github.com/apache/flink-connector-shared-utils/pull/23#discussion_r1368847336
##########
.github/workflows/_testing.yml:
##########
@@ -25,19 +25,25 @@ jobs:
specific-version:
uses: ./.github/workflows/ci.yml
with:
- flink_version: 1.16.1
+ flink_version: 1.17.1
connector_branch: ci_utils
- snapshot-version:
+ snapshot-without-sanity-checks:
uses: ./.github/workflows/ci.yml
with:
- flink_version: 1.16-SNAPSHOT
- connector_branch: ci_utils
- disable-convergence:
+ flink_version: 1.19-SNAPSHOT
+ run_sanity_checks: false
+ non-main-version_without-sanity-checks:
uses: ./.github/workflows/ci.yml
with:
- flink_version: 1.16.1
- connector_branch: ci_utils
Review Comment:
just for testing as the workflow is called "testing" I thought I could use
it to test my setup :smile:
--
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]