Home | History | Annotate | Download | only in suite_scheduler

Lines Matching full:board

152             board: Name of the board.
156 board = inputs['board']
158 # Try to get builds from LaunchControl first. If failed, the board could
162 if board not in Driver._cros_boards:
163 launch_control_builds = event.GetLaunchControlBuildsForBoard(board)
165 event.Handle(scheduler, branch_builds=None, board=board,
168 branch_builds = event.GetBranchBuildsForBoard(board)
170 Driver._cros_boards.add(board)
171 logging.info('Found ChromeOS build for board %s. This should '
172 'be a ChromeOS board.', board)
173 event.Handle(scheduler, branch_builds, board)
174 logging.info('Finished handling %s event for board %s', event.keyword,
175 board)
200 for board in boards:
203 'board': board})
221 board, type, milestone, manifest = utils.ParseBuildName(build_name)
224 board)
229 board = utils.parse_launch_control_target(target)[0]
230 # Translate board name in build target to the actual board name.
231 board = utils.ANDROID_TARGET_TO_BOARD_MAP.get(board, board)
234 board)
238 e.Handle(self._scheduler, branch_builds, board, force=True,