Home | History | Annotate | Download | only in suite_scheduler

Lines Matching full:branch

171         """Return map of branch:manifests for |board| since |since_date|.
173 To fully specify a 'branch', one needs both the type and the numeric
174 milestone the branch was cut for, e.g. ('release', '19') or
188 """Return map of branch:manifests for |board| since git |rev|.
190 To fully specify a 'branch', one needs both the type and the numeric
191 milestone the branch was cut for, e.g. ('release', '19') or
237 """Parse a list of manifest_paths into a map of branch:manifests.
243 To fully specify a 'branch', one needs both the type and the numeric
244 milestone the branch was cut for, e.g. ('release', '19') or
262 branch = branch_manifests.setdefault((config_type, milestone), [])
263 branch.append(manifest)