/third_party/skia/infra/bots/task_drivers/g3_canary/ |
D | g3_canary.go | 130 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/ |
D | wasm_gold_aggregator.go | 48 patchset = flag.Int("patchset", 0, "patchset (if tryjob)") var 183 if *patchset > 0 { 185 dmresults.PatchsetOrder = *patchset
|
/third_party/googletest/googletest/scripts/ |
D | upload.py | 676 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/ |
D | api.py | 69 self.patchset = None 78 self.patchset = self.m.properties['patch_set']
|
/third_party/gn/infra/recipes/ |
D | gn.py | 126 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/ |
D | wasm_perf_aggregator.go | 52 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/ |
D | run_wasm_gm_tests.go | 78 patchset := 0 84 patchset = p 101 *serviceAccountPath, keys, patchset); err != nil {
|
/third_party/skia/infra/lottiecap/gold/ |
D | lottie-web-aggregator.go | 48 patchset = flag.Int("patchset", 0, "patchset (if tryjob)") var 171 PatchsetOrder: *patchset,
|
/third_party/icu/tools/multi/j/ |
D | old-icu4j.txt | 6 # a list of ICU4Cs too old to build with the current patchset.
|
/third_party/icu/tools/multi/c/ |
D | old-icu.txt | 6 # a list of ICU4Cs too old to build with the current patchset.
|
/third_party/skia/third_party/externals/dawn/docs/ |
D | contributing.md | 34 - `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/ |
D | upload_nano_results.py | 45 str(api.vars.issue), str(api.vars.patchset)))
|
D | upload_buildstats_results.py | 46 str(api.vars.issue), str(api.vars.patchset)))
|
D | test_canvaskit.py | 64 '--patchset', api.vars.patchset,
|
D | test_lottie_web.py | 75 '--patchset', api.vars.patchset,
|
D | perf_pathkit.py | 80 '--patchset', api.vars.patchset,
|
D | test_pathkit.py | 82 '--patchset', api.vars.patchset,
|
D | upload_dm_results.py | 65 str(api.vars.issue), str(api.vars.patchset)))
|
D | skpbench.py | 136 'patchset', api.vars.patchset,
|
D | perf_skottietrace.py | 98 perf_json['patchset'] = api.vars.patchset
|
D | perf_skottiewasm_lottieweb.py | 175 perf_json['patchset'] = api.vars.patchset
|
/third_party/skia/infra/bots/recipe_modules/gold_upload/ |
D | api.py | 39 ref = '%s_%s' % (str(self.m.vars.issue), str(self.m.vars.patchset))
|
/third_party/skia/third_party/externals/swiftshader/docs/ |
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
|
/third_party/skia/third_party/externals/angle2/infra/specs/ |
D | mixins.pyl | 22 '--gerrit-patchset=${patch_set}',
|
/third_party/ltp/doc/ |
D | maintainer-patch-review-checklist.txt | 58 For patchset touching library please check also
|