srowen commented on a change in pull request #25898: [SPARK-29209][BUILD] Print
build environment variables to Github
URL: https://github.com/apache/spark/pull/25898#discussion_r336159920
##########
File path: dev/run-tests-jenkins.py
##########
@@ -232,6 +234,10 @@ def main():
result_message = github_message('has finished')
result_message += '\n' + test_result_note + '\n'
result_message += '\n'.join(pr_check_results)
+ result_message += '\n' + ' * This patch tested by `%s` with `%s` and
`%s`.' % (
Review comment:
If you want to keep these changes but revert the others, I think this could
be fine.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]