HomeSort by relevance Sort by last modified time
    Searched refs:change_id (Results 1 - 4 of 4) sorted by null

  /bionic/tools/bionicbb/
gerrit.py 27 def get_commit(change_id, revision):
29 call('/changes/{}/revisions/{}/commit'.format(change_id, revision)))
32 def get_files_for_revision(change_id, revision):
35 change_id, revision))).keys()
49 def ref_for_change(change_id):
50 endpoint = '/changes/{}/detail?o=CURRENT_REVISION'.format(change_id)
56 def get_labels(change_id, patch_set):
72 change_id, patch_set)))
bionicbb.py 46 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,
presubmit.py 31 def is_untrusted_committer(change_id, patch_set):
33 commit = gerrit.get_commit(change_id, patch_set)
38 def contains_cleanspec(change_id, patch_set):
39 files = gerrit.get_files_for_revision(change_id, patch_set)
43 def contains_bionicbb(change_id, patch_set):
44 files = gerrit.get_files_for_revision(change_id, patch_set)
53 change_id = info['Change-Id']
62 if check(change_id, patch_set):
102 change_id = gerrit_info['Change-Id']
115 ref = gerrit.ref_for_change(change_id)
    [all...]
tasks.py 66 change_id = gerrit_info['Change-Id']
67 logging.error('Gerrit error (%d): %s %s', ex.code, change_id, ex.url)

Completed in 789 milliseconds