Home
last modified time | relevance | path

Searched refs:change_id (Results 1 – 4 of 4) sorted by relevance

/bionic/tools/bionicbb/
Dgerrit.py27 def get_commit(change_id, revision): argument
29 call('/changes/{}/revisions/{}/commit'.format(change_id, revision)))
32 def get_files_for_revision(change_id, revision): argument
35 change_id, revision))).keys()
49 def ref_for_change(change_id): argument
50 endpoint = '/changes/{}/detail?o=CURRENT_REVISION'.format(change_id)
56 def get_labels(change_id, patch_set): argument
72 change_id, 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)
53 change_id = info['Change-Id']
62 if check(change_id, patch_set):
104 change_id = gerrit_info['Change-Id']
117 ref = gerrit.ref_for_change(change_id)
[all …]
Dbionicbb.py46 change_id = params['CHANGE_ID']
72 url = gerrit_url('/a/changes/{}/revisions/{}/review'.format(change_id,
80 url = gerrit_url('/a/changes/{}/revisions/{}/review'.format(change_id,
96 change_id = revision_info['changeid']
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)
113 url = gerrit_url('/a/changes/{}/revisions/{}/review'.format(change_id,
Dtasks.py66 change_id = gerrit_info['Change-Id']
67 logging.error('Gerrit error (%d): %s %s', ex.code, change_id, ex.url)