mumrah commented on code in PR #18272:
URL: https://github.com/apache/kafka/pull/18272#discussion_r1893954354
##########
.github/workflows/build.yml:
##########
@@ -156,6 +152,8 @@ jobs:
fail-fast: false
matrix:
java: [ 23, 17 ] # If we change these, make sure to adjust
ci-complete.yml
+ outputs:
+ timed-out: ${{ (steps.junit-test.outputs.gradle-exitcode == '124' ||
steps.junit-quarantined-test.outputs.gradle-exitcode == '124') }}
Review Comment:
hm, maybe not. I think the job outputs aren't evaluated until the job is
complete.
--
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]