Searched refs:flake_bug_id (Results 1 – 1 of 1) sorted by relevance
/external/webkit/Tools/Scripts/webkitpy/tool/bot/ |
D | flakytestreporter.py | 158 def _attach_failure_diff(self, flake_bug_id, flaky_test, results_archive_zip): argument 168 …self._tool.bugs.add_attachment_to_bug(flake_bug_id, results_diff, description, filename="failure.d… 177 …self._tool.bugs.add_attachment_to_bug(flake_bug_id, results_archive_file, description, filename="l… 188 … flake_bug_id = self._create_bug_for_flaky_test(flaky_test, author_emails, latest_flake_message) 194 flake_bug_id = bug.id() 196 self._attach_failure_diff(flake_bug_id, flaky_test, results_archive) 197 …message += "%s bug %s%s\n" % (flaky_test, flake_bug_id, self._optional_author_string(author_emails…
|