Lines Matching full:rev
172 cur_tryjob['rev'] for cur_tryjob in tryjobs
181 cur_tryjob['rev'] for cur_tryjob in tryjobs
199 tryjob['rev']
202 and good_rev < tryjob['rev'] < bad_rev
211 tryjob['rev']
214 and good_rev < tryjob['rev'] < bad_rev
237 rev for rev in range(start + 1, end, index_step)
238 if rev not in pending_revisions and rev not in skip_revisions
241 get_llvm_hash.GetGitHashFrom(src_path, rev) for rev in revisions
325 '\n'.join(str(rev)
326 for rev in pending_revs) + '\n')
330 '\n'.join(str(rev)
331 for rev in skip_revs) + '\n')
345 '\n'.join(str(rev) for rev in skip_revs))
364 for rev in revisions:
365 if update_tryjob_status.FindTryjobIndex(rev,
367 raise ValueError(f'Revision {rev} exists already in "jobs"')