Lines Matching full:board
5 a particular board; then it finds and downloads the trybot image and the
55 def __init__(self, board, chromeos_root, weekday, patches, compiler):
56 self._board = board
62 self._build = '%s-%s-toolchain' % (board, compiler)
70 self._reports = os.path.join(VALIDATION_RESULT_DIR, compiler, board)
118 '--board', default='', dest='board', help='The board to test.')
143 if options.board:
144 fv = ToolchainVerifier(options.board, options.chromeos_root,
155 board = TEST_BOARD[(start_board + i) % len(TEST_BOARD)]
156 fv = ToolchainVerifier(board, options.chromeos_root, options.weekday,
160 logfile = os.path.join(VALIDATION_RESULT_DIR, options.compiler, board)