Home
last modified time | relevance | path

Searched refs:patchRef (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/infra/bots/task_drivers/recreate_skps/
Drecreate_skps.go30 func botUpdate(ctx context.Context, checkoutRoot, gitCacheDir, skiaRev, patchRef, depotToolsDir str… argument
106 if patchRef != "" {
109 cmd = append(cmd, "--patch_ref", fmt.Sprintf("%s@%s:%s", patchRepoURL, patchBaseRev, patchRef))
132 patchRef = flag.String("patch_ref", "", "Patch ref, if any, associated with this task.")
203 …if err := botUpdate(ctx, checkoutRoot, gitCacheDir, *skiaRev, *patchRef, depotToolsDir, *local); e…