Home | History | Annotate | Download | only in site_utils

Lines Matching refs:bug

24     * Suite job issues, like bug in dynamic suite,
334 a job, or to a bug filed for a failure in the job.
338 @var bug_id Id of a bug to link to, or None.
349 """Generate a bug link for the given bug_id.
351 @param bug_id: The id of the bug.
364 @param bug_info Info about the bug, if one was filed.
384 If there is a bug associated with this link, report that;
888 """Get the bug info from suite_job_keyvals.
890 If a bug has been filed for the test, its bug info (bug id and counts)
892 retrieve bug info of the test from |suite_job_keyvals|. It will return
893 None if no bug info is found. No need to check bug info if the view is
897 All the bug info about child jobs are stored in
900 @returns: None if there is no bug info, or a pair with the
901 id of the bug, and the count of the number of
902 times the bug has been seen.
1146 # Bug info are stored in the suite job's keyvals.
1316 # Write the bug url into the dict.
1507 'Pool Health Bug', LogLink.get_bug_link(rpc_helper.bug)))