vernedeng commented on code in PR #123:
URL:
https://github.com/apache/flink-connector-pulsar/pull/123#discussion_r3527787839
##########
.github/workflows/push_pr.yml:
##########
@@ -28,14 +28,14 @@ jobs:
compile_and_test:
strategy:
matrix:
- flink: [ 1.20.4 ]
- jdk: [ '8, 11, 17' ]
+ flink: [ 2.2.1 ]
Review Comment:
Done.
- flink.version bumped to 2.3.0 in the root pom.xml.
- push_pr.yml matrix for this PR now runs all four versions: ['2.0.0',
'2.1.0', '2.2.1', '2.3.0'] (jdk 11, 17), so we get coverage across the whole
2.x line before narrowing.
- weekly.yml matrix now runs the snapshot equivalents: 2.0-SNAPSHOT,
2.1-SNAPSHOT, 2.2-SNAPSHOT, 2.3-SNAPSHOT (all on main), with fail-fast: false
and bumped timeouts (180/150) since 2.x test setup is heavier.
Once CI is green across the matrix, I'll narrow push_pr.yml back to 2.3.0
only as you suggested.
--
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]