Home | History | Annotate | Download | only in cros

Lines Matching refs:branch

792                                     'branch': branch}
845 'branch': branch}
974 @param image: The image name, eg: <board>-<branch>/<Milestone>-<build>.
1222 def wait_for_artifacts_staged(self, target, build_id, branch,
1229 @param branch: Branch of the android build to stage.
1238 'branch': branch,
1248 def call_and_wait(self, call_name, target, build_id, branch, archive_url,
1257 @param branch: Branch of the android build to stage.
1274 'branch': branch,
1285 def stage_artifacts(self, target, build_id, branch, artifacts=None,
1299 @param branch: Branch of the android build to stage.
1310 'branch': branch}
1316 'and branch.')
1322 def trigger_download(self, target, build_id, branch, is_brillo=False,
1338 @param branch: Branch of the android build to stage.
1348 'branch': branch}
1356 def finish_download(self, target, build_id, branch, is_brillo=False):
1367 @param branch: Branch of the android build to stage.
1374 'branch': branch}
1381 def get_staged_file_url(self, filename, target, build_id, branch):
1388 @param branch: Branch of the android build to stage.
1394 'branch': branch,
1403 If the build name is in the format [branch]/[target]/LATEST, return the
1410 branch, target, build_id = utils.parse_android_build(build_name)
1413 call = self.build_call('latestbuild', branch=branch, target=target,
1417 {'branch': branch,