Home
last modified time | relevance | path

Searched refs:patchset (Results 1 – 25 of 39) 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/skia/infra/bots/task_drivers/g3_canary/
Dg3_canary.go138 func triggerCanaryRoll(ctx context.Context, issue, patchset, taskFileName, taskStoragePath string, … argument
146 p, err := strconv.Atoi(patchset)
148 return fmt.Errorf("Could not convert %s to int: %s", patchset, err)
161 …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/skia/infra/bots/recipe_modules/vars/
Dapi.py69 self.patchset = None
78 self.patchset = self.m.properties['patch_set']
/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/cronet/third_party/boringssl/src/third_party/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/wasm-common/perf/
Dwasm_perf_aggregator.go52 patchset = flag.Int64("patchset", 0, "patchset (if tryjob)") var
178 PatchSet: strconv.FormatInt(*patchset, 10),
/external/skia/infra/lottiecap/gold/
Dlottie-web-aggregator.go48 patchset = flag.Int("patchset", 0, "patchset (if tryjob)") var
171 PatchsetOrder: *patchset,
/external/skia/infra/bots/task_drivers/run_wasm_gm_tests/
Drun_wasm_gm_tests.go78 patchset := 0
84 patchset = p
101 *serviceAccountPath, keys, patchset); err != nil {
/external/skia/infra/bots/recipes/
Dupload_nano_results.py45 str(api.vars.issue), str(api.vars.patchset)))
Dupload_buildstats_results.py46 str(api.vars.issue), str(api.vars.patchset)))
Dtest_canvaskit.py64 '--patchset', api.vars.patchset,
Dtest_lottie_web.py75 '--patchset', api.vars.patchset,
Dperf_pathkit.py80 '--patchset', api.vars.patchset,
Dtest_pathkit.py82 '--patchset', api.vars.patchset,
Dupload_dm_results.py65 str(api.vars.issue), str(api.vars.patchset)))
Dskpbench.py136 'patchset', api.vars.patchset,
/external/skia/infra/bots/recipe_modules/gold_upload/
Dapi.py43 ref = '%s_%s' % (str(self.m.vars.issue), str(self.m.vars.patchset))
/external/openscreen/docs/
Dadvanced_gerrit.md123 containing A, B, C, F, G) and N is the first patchset in a new review that is
124 dependent on the first patchset of the first review.
160 The next example shows an additional patchset being uploaded for feature A
/external/swiftshader/docs/
DRegres.md12 dEQP test run for each Gerrit patchset put up for review.
27 Once a new [qualifying](#qualifying) patchset has been found, regres will
37 Only the most recent patchset of a change will be tested. If a new patchset is
39 to completion and the previous patchsets will be posted, and the new patchset
190 patchset that is merged into master would also be cached when used as a parent
/external/openscreen/
DREADME.md222 review as a new patchset.
233 patchset with the merge conflicts resolved.
238 will run the current patchset through all LUCI builders and report the results.
/external/cronet/build/skia_gold_common/
Dskia_gold_properties.py82 def patchset(self) -> int: member in SkiaGoldProperties
/external/angle/build/skia_gold_common/
Dskia_gold_properties.py94 def patchset(self) -> Optional[int]: member in SkiaGoldProperties
/external/angle/infra/specs/
Dmixins.pyl20 '--gerrit-patchset=${patch_set}',
/external/skia/infra/bots/task_drivers/codesize/
Dcodesize.go200 patchset, err := strconv.ParseInt(args.repoState.Patchset, 10, 64)
212 if revision.Number == patchset {

12