##// END OF EJS Templates
Pickle PR test logs so they can be posted without rerunning tests.
Pickle PR test logs so they can be posted without rerunning tests.

File last commit:

r6713:1fab027d
r6713:1fab027d
Show More
post_pr_test.py
10 lines | 309 B | text/x-python | PythonLexer
from test_pr import load_results, post_logs, post_results_comment, print_results
num, results, pr = load_results()
results_urls = post_logs(results)
print_results(pr, results_urls)
post_results_comment(pr, results_urls, num)
print()
print("Posted test results to pull request")
print(" " + pr['html_url'])