HomeSort by relevance Sort by last modified time
    Searched refs:patchset (Results 1 - 25 of 34) sorted by null

1 2

  /external/skia/infra/bots/recipes/
android_compile.py 19 patchset = api.properties.get('patch_set')
20 if not issue or not patchset:
35 '--patchset', patchset,
upload_nano_results.py 43 patchset = api.properties.get('patch_set')
44 if issue and patchset:
45 gs_path = '/'.join(('trybot', gs_path, str(issue), str(patchset)))
upload_calmbench_results.py 55 patchset = api.properties.get('patch_set')
56 if issue and patchset:
57 gs_path = '/'.join(('trybot', gs_path, str(issue), str(patchset)))
upload_dm_results.py 70 # Trybot results are further siloed by issue/patchset.
72 patchset = api.properties.get('patch_set')
73 if issue and patchset:
75 'trybot', summary_dest_path, str(issue), str(patchset)))
upload_coverage_results.py 65 patchset = api.properties.get('patch_set')
66 if issue and patchset:
67 path = TRY_JOB_FOLDER % (issue, patchset)
skpbench.py 84 'patchset', api.vars.patchset,
  /external/skqp/infra/bots/recipes/
android_compile.py 21 patchset = api.properties.get('patch_set')
22 if not issue or not patchset:
37 '--patchset', patchset,
upload_nano_results.py 43 patchset = api.properties.get('patch_set')
44 if issue and patchset:
45 gs_path = '/'.join(('trybot', gs_path, str(issue), str(patchset)))
upload_calmbench_results.py 55 patchset = api.properties.get('patch_set')
56 if issue and patchset:
57 gs_path = '/'.join(('trybot', gs_path, str(issue), str(patchset)))
upload_dm_results.py 70 # Trybot results are further siloed by issue/patchset.
72 patchset = api.properties.get('patch_set')
73 if issue and patchset:
75 'trybot', summary_dest_path, str(issue), str(patchset)))
upload_coverage_results.py 65 patchset = api.properties.get('patch_set')
66 if issue and patchset:
67 path = TRY_JOB_FOLDER % (issue, patchset)
skpbench.py 84 'patchset', api.vars.patchset,
  /external/perfetto/infra/git_mirror_bot/
mirror_aosp_to_ghub_repo.py 23 for each patchset in any given CL.
25 2. Is the trickier part. The problem is that Gerrit stores each patchset of
38 model, ending up with one branch per CL, and one commit per patchset.
44 * commit: [CL 496410, Patchset 3] (parent: [CL 496410, Patchset 2])
45 * commit: [CL 496410, Patchset 2] (parent: [CL 496410, Patchset 1])
46 * commit: [CL 496410, Patchset 1] (parent: [master])
48 * commit: [CL 496420, Patchset 2] (parent: [CL 496420, Patchset 1]
    [all...]
  /external/skia/infra/bots/android_compile/
trigger_wait_ac_task.py 37 params["patchset"] = options.patchset
86 task_str = '[id: %d, issue: %d, patchset: %d, hash: %s]' % (
87 task_id, options.issue, options.patchset, options.hash)
163 '', '--patchset', type=int, default=0,
164 help='The Gerrit change patchset to use.')
  /external/skqp/infra/bots/android_compile/
trigger_wait_ac_task.py 37 params["patchset"] = options.patchset
86 task_str = '[id: %d, issue: %d, patchset: %d, hash: %s]' % (
87 task_id, options.issue, options.patchset, options.hash)
156 '', '--patchset', type=int, default=0,
157 help='The Gerrit change patchset to use.')
  /external/skia/infra/bots/recipe_modules/core/
api.py 38 def patch_ref(self, issue, patchset):
39 """Build a ref for the given issue and patchset."""
40 return 'refs/changes/%s/%s/%s' % (issue[-2:], issue, patchset)
48 ref = self.patch_ref(str(self.m.vars.issue), str(self.m.vars.patchset))
  /external/skia/infra/bots/recipe_modules/swarming/examples/
full.py 157 patchset='1001'))
167 patchset='1001',
178 patchset='1001',
  /external/skqp/infra/bots/recipe_modules/swarming/examples/
full.py 157 patchset='1001'))
167 patchset='1001',
178 patchset='1001',
  /external/google-breakpad/src/testing/gtest/scripts/
upload.py 661 def UploadBaseFiles(self, issue, rpc_server, patch_list, patchset, options,
680 url = "/%d/upload_content/%d/%d" % (int(issue), int(patchset), file_id)
    [all...]
  /external/google-breakpad/src/testing/scripts/
upload.py 661 def UploadBaseFiles(self, issue, rpc_server, patch_list, patchset, options,
680 url = "/%d/upload_content/%d/%d" % (int(issue), int(patchset), file_id)
    [all...]
  /external/googletest/googlemock/scripts/
upload.py 661 def UploadBaseFiles(self, issue, rpc_server, patch_list, patchset, options,
680 url = "/%d/upload_content/%d/%d" % (int(issue), int(patchset), file_id)
    [all...]
  /external/googletest/googletest/scripts/
upload.py 661 def UploadBaseFiles(self, issue, rpc_server, patch_list, patchset, options,
680 url = "/%d/upload_content/%d/%d" % (int(issue), int(patchset), file_id)
    [all...]
  /external/v8/testing/gmock/scripts/
upload.py 661 def UploadBaseFiles(self, issue, rpc_server, patch_list, patchset, options,
680 url = "/%d/upload_content/%d/%d" % (int(issue), int(patchset), file_id)
    [all...]
  /external/v8/testing/gtest/scripts/
upload.py 661 def UploadBaseFiles(self, issue, rpc_server, patch_list, patchset, options,
680 url = "/%d/upload_content/%d/%d" % (int(issue), int(patchset), file_id)
    [all...]
  /external/skia/infra/bots/recipe_modules/vars/
api.py 139 self.patchset = None
145 self.patchset = self.m.properties['patch_set']

Completed in 534 milliseconds

1 2