Lines Matching full:board
67 """A class that will schedule suites to run on a given board, build.
69 Includes logic to check whether or not a given (suite, board, build)
99 def _ShouldScheduleSuite(self, suite, board, test_source_build):
100 """Return True if |suite| has not yet been run for |build| on |board|.
102 True if |suite| has not been run for |build| on |board|, and
106 @param board: the board to run the suite on, e.g. x86-alex
116 logging.debug('Skipping suite %s, board %s, build %s: %s',
117 suite, board, test_source_build, str(ex))
131 def _Schedule(self, suite, board, build, pool, num, priority, timeout,
139 @param board: the board to run the suite on, e.g. x86-alex
218 limit, suite, builds, board, pool)
231 suite, builds, board, pool)
232 if self._afe.run('create_suite_job', name=suite, board=board,
246 'board': board,
259 suite, test_source_build or build, board, e)
272 def ScheduleSuite(self, suite, board, build, pool, num, priority, timeout,
280 If |suite| has not already been run against |build| on |board|,
284 @param board: the board to run the suite on, e.g. x86-alex
320 suite, board,
322 return self._Schedule(suite, board, build, pool, num, priority,