chia7712 commented on code in PR #20659:
URL: https://github.com/apache/kafka/pull/20659#discussion_r2413500238
##########
.github/workflows/ci-complete.yml:
##########
@@ -89,7 +89,7 @@ jobs:
url: '${{ github.event.workflow_run.html_url }}'
description: 'Could not find build scan'
context: Gradle Build Scan / ${{ env.status-context }}
- state: 'error'
+ state: 'success' # WAR: Mark as successful, not show as failing, for
those branches without the KAFKA-18748 patches
Review Comment:
KAFKA-18748 is not the only reason. The other cause is the difference in
supported JDKs. For example, `trunk` now supports JDK 25, but the `4.1` branch
does not
--
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]