Lines Matching full:branch
22 # Pattern of latest Launch Control build for a branch and a target.
124 """Get a dict of branch:targets for Launch Control from all tasks.
126 branch: Name of a Launch Control branch.
127 targets: A list of targets for the given branch.
131 for branch in task.launch_control_branches:
132 branches.setdefault(branch, []).extend(
170 """Get per-branch, per-board builds since last run of this event.
173 @return {branch: [build-name]}
181 """Get per-branch, per-board builds since last run of this event.
229 @param branch_builds: a dict mapping branch name to the build to
230 install for that branch, e.g.
252 """Get latest per-branch, per-board builds.
266 for branch, targets in self.launch_control_branches_targets.items():
274 (branch, target))