Home | History | Annotate | Download | only in deployment

Lines Matching full:board

21     board.
28 * Configure the servo for the target board, and test that the
42 * Every DUT has the same board.
134 def _get_omaha_build(board):
135 """Get the currently preferred Beta channel build for `board`.
139 on all channels. Find the entry for `board` on the Beta channel,
142 @param board The board to look up from GoldenEye.
150 omaha_board = board.replace('_', '-')
153 e['board']['public_codename'] == omaha_board):
183 afe_version = version_map.get_version(arguments.board)
184 omaha_version = _get_omaha_build(arguments.board)
199 version_map.set_version(arguments.board, version)
301 attributes and the given board label.
329 afe_host.add_labels([Labels.BOARD_PREFIX + arguments.board])
703 report_log.write('Repair version for board %s is now %s.\n' %
704 (arguments.board, current_build))