Searched refs:board_selected (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/tools/buildman/ |
| H A D | builder.py | 796 def ResetResultSummary(self, board_selected): argument 810 for board in board_selected: 904 def PrintSizeSummary(self, board_selected, board_dict, show_detail, argument 932 if target not in board_selected: 957 arch = board_selected[target].arch 1009 def PrintResultSummary(self, board_selected, board_dict, err_lines, argument 1135 if target not in board_selected: 1161 self.AddOutcome(board_selected, arch_list, better, '', 1163 self.AddOutcome(board_selected, arch_list, worse, '+', 1165 self.AddOutcome(board_selected, arch_list, new, '*', self.col.BLUE) [all …]
|
| H A D | control.py | 281 board_selected = boards.GetSelectedDict() 291 Print(GetActionSummary(options.summary, commits, board_selected, 302 builder.ShowSummary(commits, board_selected) 304 fail, warned = builder.BuildBoards(commits, board_selected,
|
| H A D | test.py | 190 board_selected = self.boards.GetSelectedDict() 192 build.BuildBoards(self.commits, board_selected, keep_outputs=False, 204 build.ShowSummary(self.commits, board_selected)
|