maheshrajus commented on code in PR #409: URL: https://github.com/apache/tez/pull/409#discussion_r2063172476
########## 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: yes, i just kept two lines in same place as these two are related to writing comment github with emojis. Anyway i will not disturb old code and i will add only new lines. -- 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: issues-unsubscr...@tez.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org