Lines Matching full:board
111 board = global_settings.GetField('board')
270 board,
281 global_settings.GetField('board') != board)):
282 my_remote = self.GetDefaultRemotes(board)
291 board, my_remote, image_args, cache_dir, cache_only,
294 label = Label(label_name, image, autotest_path, chromeos_root, board,
313 def GetDefaultRemotes(self, board):
320 if key.strip() == board:
325 raise RuntimeError('There is no remote for {0}'.format(board))
331 raise RuntimeError('There is not remote for {0}'.format(board))