Home
last modified time | relevance | path

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

12

/third_party/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…
/third_party/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
/third_party/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
/third_party/skia/infra/bots/recipe_modules/vars/
Dapi.py69 self.patchset = None
78 self.patchset = self.m.properties['patch_set']
/third_party/gn/infra/recipes/
Dgn.py126 api.step('fetch %s/%s' % (change.change, change.patchset), [
129 (str(change.change)[-2:], change.change, change.patchset)
131 api.step('checkout %s/%s' % (change.change, change.patchset),
/third_party/skia/infra/wasm-common/perf/
Dwasm_perf_aggregator.go52 patchset = flag.Int64("patchset", 0, "patchset (if tryjob)") var
178 PatchSet: strconv.FormatInt(*patchset, 10),
/third_party/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 {
/third_party/skia/infra/lottiecap/gold/
Dlottie-web-aggregator.go48 patchset = flag.Int("patchset", 0, "patchset (if tryjob)") var
171 PatchsetOrder: *patchset,
/third_party/icu/tools/multi/j/
Dold-icu4j.txt6 # a list of ICU4Cs too old to build with the current patchset.
/third_party/icu/tools/multi/c/
Dold-icu.txt6 # a list of ICU4Cs too old to build with the current patchset.
/third_party/skia/third_party/externals/dawn/docs/
Dcontributing.md34 - `refs/changes/00/<change number>/<patchset>` is a branch that corresponds to
36 "patchset" (a new patchset is created each time you push to a CL).
/third_party/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,
Dperf_skottietrace.py98 perf_json['patchset'] = api.vars.patchset
Dperf_skottiewasm_lottieweb.py175 perf_json['patchset'] = api.vars.patchset
/third_party/skia/infra/bots/recipe_modules/gold_upload/
Dapi.py39 ref = '%s_%s' % (str(self.m.vars.issue), str(self.m.vars.patchset))
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/angle2/infra/specs/
Dmixins.pyl22 '--gerrit-patchset=${patch_set}',
/third_party/ltp/doc/
Dmaintainer-patch-review-checklist.txt58 For patchset touching library please check also

12