Lines Matching full:revision
52 # Add argument that determines what action to take on the revision specified.
60 # Add argument that determines which revision to search for in the list of
63 "--revision",
66 help="The revision to either remove or relaunch.",
162 cl, extra_cls, options, builder, chroot_path, cl_url, revision argument
185 tryjob_results[0]["rev"] = revision
197 revision, argument
213 revision,
226 revision,
233 revision, argument
245 revision: The revision associated with the tryjob.
275 revision, bisect_contents["jobs"]
281 "Unable to find tryjob for %d in %s" % (revision, status_file)
288 print("Successfully deleted the tryjob of revision %d" % revision)
310 "Successfully relaunched the tryjob for revision %d and updated "
311 "the tryjob link to %s" % (revision, tryjob_results[0]["link"])
321 # Make sure the revision is within the bounds of the start and end of the
323 elif bisect_contents["start"] < revision < bisect_contents["end"]:
329 revision,
330 ) = get_llvm_hash.GetLLVMHashAndVersionFromSVNOption(revision)
335 revision,
342 revision,
347 print("Successfully added tryjob of revision %d" % revision)
369 args_output.revision,