abstractdog commented on code in PR #409:
URL: https://github.com/apache/tez/pull/409#discussion_r2063186439
##########
Jenkinsfile:
##########
@@ -158,6 +157,10 @@ pipeline {
YETUS_ARGS+=("--multijdktests=compile")
YETUS_ARGS+=("--debug")
+ # write Yetus report as GitHub comment (YETUS-1102)
+ YETUS_ARGS+=("--github-write-comment")
+ YETUS_ARGS+=("--github-use-emoji-vote")
Review Comment:
oh, sorry, I can understand your point regarding keeping github related
yetus args together, it's better
--
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]