Home | History | Annotate | Download | only in suite_scheduler

Lines Matching refs:Builds

16 from constants import Builds
163 # Settings for Launch Control builds only:
165 cros. Required for android/brillo builds.
168 builds.
170 Required and only applicable for android/brillo builds.
274 'Control builds, not ChromeOS builds.')
279 'Control builds.')
283 '`boards` for Launch Control builds are retrieved from '
285 'Control builds.')
289 'builds testing with testbed.')
431 cros. The argument is required for android/brillo builds.
434 android/brillo builds.
436 for Launch Control builds. The argument is required and only
437 applicable for android/brillo builds.
469 not self.test_source in [Builds.FIRMWARE_RW, Builds.FIRMWARE_RO,
470 Builds.CROS]):
491 'test with builds from Launch Control.')
693 """A list of Launch Control builds."""
776 released_ro_X, where X is the index of the list or RO builds
911 """Run this task for CrOS builds. Returns False if it should be
965 builds = []
971 builds.extend(build)
972 for build in builds:
978 if self.test_source == Builds.FIRMWARE_RW:
980 elif self.test_source == Builds.CROS:
1002 @param launch_control_builds: A list of Launch Control builds.
1011 # Filter out builds don't match the branches setting.
1015 # builds. However, when a task tries to run, it should only process
1016 # the builds matches the branches specified in task config.
1047 @param launch_control_builds: A list of Launch Control builds.
1088 @param launch_control_builds: A list of Launch Control builds.