Home
last modified time | relevance | path

Searched refs:patch_set (Results 1 – 3 of 3) sorted by relevance

/bionic/tools/bionicbb/
Dbionicbb.py48 patch_set = ref.split('/')[-1]
73 patch_set))
81 patch_set))
97 patch_set = revision_info['patchset']
100 labels = gerrit.get_labels(change_id, patch_set)
107 logging.info('No rejection to drop: %s %s', change_id, patch_set)
110 logging.info('Dropping rejection: %s %s', change_id, patch_set)
114 patch_set))
Dpresubmit.py31 def is_untrusted_committer(change_id, patch_set): argument
33 commit = gerrit.get_commit(change_id, patch_set)
38 def contains_cleanspec(change_id, patch_set): argument
39 files = gerrit.get_files_for_revision(change_id, patch_set)
43 def contains_bionicbb(change_id, patch_set): argument
44 files = gerrit.get_files_for_revision(change_id, patch_set)
54 patch_set = info['PatchSet']
62 if check(change_id, patch_set):
Dgerrit.py56 def get_labels(change_id, patch_set): argument
72 change_id, patch_set)))