From 11053bc665e6cbf83ba6302a73b3857aecbb3ba4 Mon Sep 17 00:00:00 2001 From: David Garcia Quintas Date: Wed, 13 Dec 2017 15:05:35 -0800 Subject: [PATCH] PR comments --- tools/failures/detect_new_failures.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/failures/detect_new_failures.py b/tools/failures/detect_new_failures.py index 9434bae34f9..2f54e4b8a8a 100644 --- a/tools/failures/detect_new_failures.py +++ b/tools/failures/detect_new_failures.py @@ -81,6 +81,9 @@ def build_kokoro_url(job_name, build_id): def create_issues(new_flakes, always_create): for test_name, results_row in new_flakes.items(): poll_strategy, job_name, build_id, timestamp = results_row + # TODO(dgq): the Kokoro URL has a limited lifetime. The permanent and ideal + # URL would be the sponge one, but there's currently no easy way to retrieve + # it. url = build_kokoro_url(job_name, build_id) title = 'New Failure: ' + test_name body = '- Test: {}\n- Poll Strategy: {}\n- URL: {}'.format(