/aosp_15_r20/external/perfetto/infra/ci/controller/ |
H A D | main.py | 183 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 D | g3_canary.go | 138 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 D | wasm_gold_aggregator.go | 48 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 D | run_wasm_gm_tests.go | 78 patchset := 0 84 patchset = p 101 *serviceAccountPath, keys, patchset); err != nil {
|
/aosp_15_r20/external/skia/infra/bots/recipe_modules/vars/ |
H A D | api.py | 68 self.patchset = None 77 self.patchset = self.m.properties['patch_set']
|
/aosp_15_r20/external/skia/infra/wasm-common/perf/ |
H A D | wasm_perf_aggregator.go | 52 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 D | lottie-web-aggregator.go | 48 patchset = flag.Int("patchset", 0, "patchset (if tryjob)") var 171 PatchsetOrder: *patchset,
|
/aosp_15_r20/external/skia/tools/testrunners/benchmark/ |
H A D | BazelBenchmarkTestRunner.cpp | 52 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 D | advanced_gerrit.md | 123 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 D | Regres.md | 12 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 D | README.md | 222 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 D | tiogapass.md | 60 - 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/ |
D | common.proto | 101 // A Gerrit patchset. 110 int64 patchset = 4; field
|
/aosp_15_r20/external/pigweed/pw_presubmit/py/ |
H A D | context_test.py | 61 patchset=5,
|
/aosp_15_r20/external/skia/infra/bots/recipes/ |
H A D | upload_nano_results.py | 45 str(api.vars.issue), str(api.vars.patchset)))
|
H A D | upload_buildstats_results.py | 46 str(api.vars.issue), str(api.vars.patchset)))
|
H A D | test_canvaskit.py | 63 '--patchset', api.vars.patchset,
|
H A D | test_lottie_web.py | 75 '--patchset', api.vars.patchset,
|
H A D | perf_pathkit.py | 79 '--patchset', api.vars.patchset,
|
H A D | test_pathkit.py | 81 '--patchset', api.vars.patchset,
|
H A D | upload_dm_results.py | 65 str(api.vars.issue), str(api.vars.patchset)))
|
/aosp_15_r20/external/skia/infra/bots/recipe_modules/gold_upload/ |
H A D | api.py | 43 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 D | codesize.go | 200 patchset, err := strconv.ParseInt(args.repoState.Patchset, 10, 64) 212 if revision.Number == patchset {
|
/aosp_15_r20/external/ltp/doc/ |
H A D | spelling_wordlist | 74 patchset
|
/aosp_15_r20/external/cronet/build/skia_gold_common/ |
H A D | skia_gold_properties.py | 94 def patchset(self) -> Optional[int]: member in SkiaGoldProperties
|