Searched refs:report_dict (Results 1 – 2 of 2) sorted by relevance
/external/toolchain-utils/ |
D | new-generate-waterfall-reports.py | 104 def GenerateWaterfallReport(report_dict, waterfall_type, date): argument 110 report_list = report_dict.keys() 127 build_dict = report_dict[builder] 202 def GetRotatingBuildData(date, report_dict, chromeos_root, board, argument 225 report_dict[board] = board_dict 230 def GetMainWaterfallData(date, report_dict, chromeos_root, ce): argument 253 report_dict[builder] = builder_dict
|
D | generate-waterfall-reports.py | 207 def GenerateWaterfallReport(report_dict, fail_dict, waterfall_type, date, argument 214 date_list = report_dict['date'] 226 report_list = report_dict.keys() 247 if builder not in report_dict: 251 build_dict = report_dict[builder] 333 def UpdateReport(report_dict, builder, test, report_date, build_link, argument 337 if 'date' not in report_dict: 338 report_dict['date'] = [report_date] 339 elif report_date not in report_dict['date']: 342 report_dict['date'].append(report_date) [all …]
|