Home
last modified time | relevance | path

Searched refs:patchset (Results 1 – 25 of 50) sorted by relevance

12

/external/perfetto/infra/ci/controller/
Dcontroller.py153 patchset=str(rev['_number']),
196 patchset = handler.request.get('patchset')
206 vote_prop = req('GET', '%s/cls/%s-%s/wants_vote.json' % (DB, cl, patchset))
209 logging.info('Updating wants_vote flag on %s-%s', cl, patchset)
210 req('PUT', '%s/cls/%s-%s/wants_vote.json' % (DB, cl, patchset), body=True)
213 defer('check_pending_cl', cl_and_ps='%s-%s' % (cl, patchset))
219 defer('cancel_older_jobs', cl=cl, patchset=patchset)
221 src = 'cls/%s-%s' % (cl, patchset)
224 patch_obj['cls_pending/%s-%s' % (cl, patchset)] = 0
238 patchset = handler.request.get('patchset')
[all …]
/external/skqp/infra/bots/recipes/
Dandroid_compile.py30 patchset = api.properties.get('patch_set')
31 if not issue or not patchset:
57 '--patchset', patchset,
64 lunch_target, issue, patchset)
Dupload_nano_results.py42 patchset = api.properties.get('patch_set')
43 if issue and patchset:
44 gs_path = '/'.join(('trybot', gs_path, str(issue), str(patchset)))
Dupload_buildstats_results.py43 patchset = api.properties.get('patch_set')
44 if issue and patchset:
45 gs_path = '/'.join(('trybot', gs_path, str(issue), str(patchset)))
Dupload_calmbench_results.py58 patchset = api.properties.get('patch_set')
59 if issue and patchset:
60 gs_path = '/'.join(('trybot', gs_path, str(issue), str(patchset)))
Dupload_dm_results.py62 patchset = api.properties.get('patch_set')
63 if issue and patchset:
65 'trybot', summary_dest_path, str(issue), str(patchset)))
Dtest_canvaskit.py107 '--patchset', api.vars.patchset,
Dperf_canvaskit.py107 '--patchset', api.vars.patchset,
/external/skia/infra/bots/task_drivers/g3_canary/
Dg3_canary.go130 func triggerCanaryRoll(ctx context.Context, issue, patchset, taskFileName, taskStoragePath string, … argument
138 p, err := strconv.Atoi(patchset)
140 return fmt.Errorf("Could not convert %s to int: %s", patchset, err)
153 …fmt.Printf("G3 canary task for %s/%s has been successfully added to %s\n", issue, patchset, taskSt…
/external/skia/infra/wasm-common/gold/
Dwasm_gold_aggregator.go48 patchset = flag.Int("patchset", 0, "patchset (if tryjob)") var
183 if *patchset > 0 {
185 dmresults.PatchsetOrder = *patchset
/external/skqp/infra/bots/recipe_modules/vars/
Dapi.py63 self.patchset = None
70 self.patchset = self.m.properties['patch_set']
/external/skia/infra/bots/recipe_modules/vars/
Dapi.py69 self.patchset = None
78 self.patchset = self.m.properties['patch_set']
/external/skqp/infra/bots/android_compile/
Dtrigger_wait_ac_task.py55 params['patchset'] = options.patchset
119 options.issue, options.patchset, ANDROID_COMPILE_BUCKET)
/external/skqp/infra/pathkit/perf/
Dwasm_perf_aggregator.go51 patchset = flag.Int64("patchset", 0, "patchset (if tryjob)") var
175 PatchSet: strconv.FormatInt(*patchset, 10),
/external/skia/infra/wasm-common/perf/
Dwasm_perf_aggregator.go52 patchset = flag.Int64("patchset", 0, "patchset (if tryjob)") var
178 PatchSet: strconv.FormatInt(*patchset, 10),
/external/openscreen/docs/
Dadvanced_gerrit.md49 describes this. So if you want to upload a new patchset to an existing review,
52 ### Adding a new patchset to an existing change
163 containing A, B, C, F, G) and N is the first patchset in a new review that is
164 dependent on the first patchset of the first review.
200 The next example shows an additional patchset being uploaded for feature A
/external/googletest/googletest/scripts/
Dupload.py676 def UploadBaseFiles(self, issue, rpc_server, patch_list, patchset, options, argument
695 url = "/%d/upload_content/%d/%d" % (int(issue), int(patchset), file_id)
1196 def UploadSeparatePatches(issue, rpc_server, patchset, data, options): argument
1213 url = "/%d/upload_patch/%d" % (int(issue), int(patchset))
1363 patchset = None
1368 patchset = lines[1].strip()
1381 result = UploadSeparatePatches(issue, rpc_server, patchset, data, options)
1386 vcs.UploadBaseFiles(issue, rpc_server, patches, patchset, options, files)
1389 return issue, patchset
/external/skia/infra/lottiecap/gold/
Dlottie-web-aggregator.go48 patchset = flag.Int("patchset", 0, "patchset (if tryjob)") var
172 PatchsetOrder: *patchset,
/external/skia/infra/bots/task_drivers/run_wasm_gm_tests/
Drun_wasm_gm_tests.go74 patchset := 0
80 patchset = p
97 *serviceAccountPath, keys, patchset); err != nil {
/external/skqp/infra/pathkit/gold/
Dwasm_gold_aggregator.go47 patchset = flag.Int64("patchset", 0, "patchset (if tryjob)") var
181 Patchset: *patchset,
/external/skqp/infra/lottiecap/gold/
Dlottie-web-aggregator.go49 patchset = flag.Int64("patchset", 0, "patchset (if tryjob)") var
174 Patchset: *patchset,
/external/skia/infra/bots/recipes/
Dupload_nano_results.py44 str(api.vars.issue), str(api.vars.patchset)))
Dupload_buildstats_results.py45 str(api.vars.issue), str(api.vars.patchset)))
Dtest_canvaskit.py57 '--patchset', api.vars.patchset,
/external/skia/infra/bots/recipe_modules/gold_upload/
Dapi.py39 ref = '%s_%s' % (str(self.m.vars.issue), str(self.m.vars.patchset))

12