Lines Matching refs:commits
422 self.ProduceResultSummary(result.commit_upto, self.commits,
459 if self.commits:
460 commit = self.commits[commit_upto]
1305 def ProduceResultSummary(self, commit_upto, commits, board_selected): argument
1311 if commits:
1313 commits[commit_upto].subject)
1321 def ShowSummary(self, commits, board_selected): argument
1331 self.commit_count = len(commits) if commits else 1
1332 self.commits = commits
1337 self.ProduceResultSummary(commit_upto, commits, board_selected)
1342 def SetupBuild(self, board_selected, commits): argument
1409 if not self.commits:
1425 def BuildBoards(self, commits, board_selected, keep_outputs, verbose): argument
1439 self.commit_count = len(commits) if commits else 1
1440 self.commits = commits
1446 commits is not None)
1449 self.SetupBuild(board_selected, commits)
1456 job.commits = commits