Searched refs:PickBranchName (Results 1 – 4 of 4) sorted by relevance
72 branch_name = task.PickBranchName(type, milestone)
78 latest_branch_builds[task.PickBranchName(type, milestone)] = [build]
250 branch_builds = {task.PickBranchName(type, milestone): [build_name]}
44 def PickBranchName(type, milestone): function