Lines Matching full:revision
51 # Add argument that determines what action to take on the revision specified.
58 # Add argument that determines which revision to search for in the list of
61 '--revision',
64 help='The revision to either remove or relaunch.')
138 chroot_path, cl_url, revision): argument
159 tryjob_results[0]['rev'] = revision
166 def AddTryjob(packages, git_hash, revision, chroot_path, patch_metadata_file, argument
172 change_list = GetCLAfterUpdatingPackages(packages, git_hash, revision,
179 revision)
184 def PerformTryjobModification(revision, modify_tryjob, status_file, extra_cls, argument
189 revision: The revision associated with the tryjob.
218 tryjob_index = update_tryjob_status.FindTryjobIndex(revision,
224 (revision, status_file))
230 print('Successfully deleted the tryjob of revision %d' % revision)
245 print('Successfully relaunched the tryjob for revision %d and updated '
246 'the tryjob link to %s' % (revision, tryjob_results[0]['link']))
253 # Make sure the revision is within the bounds of the start and end of the
255 elif bisect_contents['start'] < revision < bisect_contents['end']:
263 git_hash, revision = get_llvm_hash.GetLLVMHashAndVersionFromSVNOption(
264 revision)
266 tryjob_dict = AddTryjob(update_packages, git_hash, revision, chroot_path,
268 verbose, revision)
272 print('Successfully added tryjob of revision %d' % revision)
290 PerformTryjobModification(args_output.revision,