OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:patch_set
(Results
1 - 3
of
3
) sorted by null
/bionic/tools/bionicbb/
bionicbb.py
48
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
))
gerrit.py
56
def get_labels(change_id,
patch_set
):
72
change_id,
patch_set
)))
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
)
54
patch_set
= info['PatchSet']
62
if check(change_id,
patch_set
):
Completed in 1363 milliseconds