Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/perfetto/infra/ci/controller/
H A Dmain.py183 patchset=str(rev['_number']),
217 async def check_new_cl(change_id: str, rev_hash: str, cl: str, patchset: str,
230 logging.debug('check_new_cl(%s-%s)', cl, patchset)
232 'GET', '%s/cls/%s-%s/wants_vote.json' % (DB, cl, patchset))
235 logging.info('Updating wants_vote flag on %s-%s', cl, patchset)
237 'PUT', '%s/cls/%s-%s/wants_vote.json' % (DB, cl, patchset), body=True)
240 await check_pending_cl(cl_and_ps='%s-%s' % (cl, patchset))
241 logging.debug('check_new_cl(%s-%s): already queued', cl, patchset)
247 await cancel_older_jobs(cl=cl, patchset=patchset)
249 src = 'cls/%s-%s' % (cl, patchset)
[all …]
/aosp_15_r20/external/skia/infra/bots/task_drivers/g3_canary/
H A 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…
/aosp_15_r20/external/skia/infra/wasm-common/gold/
H A Dwasm_gold_aggregator.go48 patchset = flag.Int("patchset", 0, "patchset (if tryjob)") var
183 if *patchset > 0 {
185 dmresults.PatchsetOrder = *patchset
/aosp_15_r20/external/skia/infra/bots/task_drivers/run_wasm_gm_tests/
H A Drun_wasm_gm_tests.go78 patchset := 0
84 patchset = p
101 *serviceAccountPath, keys, patchset); err != nil {
/aosp_15_r20/external/skia/infra/bots/recipe_modules/vars/
H A Dapi.py68 self.patchset = None
77 self.patchset = self.m.properties['patch_set']
/aosp_15_r20/external/skia/infra/wasm-common/perf/
H A Dwasm_perf_aggregator.go52 patchset = flag.Int64("patchset", 0, "patchset (if tryjob)") var
178 PatchSet: strconv.FormatInt(*patchset, 10),
/aosp_15_r20/external/skia/infra/lottiecap/gold/
H A Dlottie-web-aggregator.go48 patchset = flag.Int("patchset", 0, "patchset (if tryjob)") var
171 PatchsetOrder: *patchset,
/aosp_15_r20/external/skia/tools/testrunners/benchmark/
H A DBazelBenchmarkTestRunner.cpp52 static DEFINE_string(patchset,
229 void addChangelistInfo(std::string issue, std::string patchset) { in addChangelistInfo() argument
232 fJson.appendCString("patchset", patchset.c_str()); in addChangelistInfo()
/aosp_15_r20/external/openscreen/docs/
H A 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
/aosp_15_r20/external/swiftshader/docs/
H A 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
/aosp_15_r20/external/openscreen/
H A 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.
/aosp_15_r20/external/coreboot/Documentation/mainboard/ocp/
H A Dtiogapass.md60 - If [CB 40500 patchset] is not merged, when PCIe riser card is used,
100 [CB 40500 patchset]: https://review.coreboot.org/c/coreboot/+/40500
/aosp_15_r20/tools/tradefederation/core/proto/resultdb/
Dcommon.proto101 // A Gerrit patchset.
110 int64 patchset = 4; field
/aosp_15_r20/external/pigweed/pw_presubmit/py/
H A Dcontext_test.py61 patchset=5,
/aosp_15_r20/external/skia/infra/bots/recipes/
H A Dupload_nano_results.py45 str(api.vars.issue), str(api.vars.patchset)))
H A Dupload_buildstats_results.py46 str(api.vars.issue), str(api.vars.patchset)))
H A Dtest_canvaskit.py63 '--patchset', api.vars.patchset,
H A Dtest_lottie_web.py75 '--patchset', api.vars.patchset,
H A Dperf_pathkit.py79 '--patchset', api.vars.patchset,
H A Dtest_pathkit.py81 '--patchset', api.vars.patchset,
H A Dupload_dm_results.py65 str(api.vars.issue), str(api.vars.patchset)))
/aosp_15_r20/external/skia/infra/bots/recipe_modules/gold_upload/
H A Dapi.py43 ref = '%s_%s' % (str(self.m.vars.issue), str(self.m.vars.patchset))
/aosp_15_r20/external/skia/infra/bots/task_drivers/codesize/
H A Dcodesize.go200 patchset, err := strconv.ParseInt(args.repoState.Patchset, 10, 64)
212 if revision.Number == patchset {
/aosp_15_r20/external/ltp/doc/
H A Dspelling_wordlist74 patchset
/aosp_15_r20/external/cronet/build/skia_gold_common/
H A Dskia_gold_properties.py94 def patchset(self) -> Optional[int]: member in SkiaGoldProperties

12