Home
last modified time | relevance | path

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

/external/skia/infra/bots/task_drivers/run_wasm_gm_tests/
Drun_wasm_gm_tests.go39workPath = flag.String("work_path", "", "The directory to use to store temporary files (e.g…
63 workAbsPath := td.MustGetAbsolutePathOfFlag(ctx, *workPath, "work_path")
125 …text.Context, local bool, gitCommit, gerritCLID, tryjobID, goldctlPath, workPath, serviceAccountPa… argument
129 args := []string{goldctlPath, "auth", "--work-dir", workPath}
137 if _, err := exec.RunCwd(ctx, workPath, args...); err != nil {
142 goldctlPath, "imgtest", "init", "--work-dir", workPath, "--instance", "skia", "--corpus", "gm",
155 if _, err := exec.RunCwd(ctx, workPath, args...); err != nil {
165 func downloadKnownHashes(ctx context.Context, workPath string) error {
179 return os_steps.WriteFile(ctx, filepath.Join(workPath, "hashes.txt"), data, 0666)
192 func runTests(ctx context.Context, builtPath, nodeBinPath, resourcePath, testHarnessPath, workPath
[all …]
/external/skia/infra/bots/task_drivers/compile_wasm_gm_tests/
Dcompile_wasm_gm_tests.go34workPath = flag.String("work_path", "", "The directory to use to store temporary files (e.g. dock…
47 workAbsPath := td.MustGetAbsolutePathOfFlag(ctx, *workPath, "work_path")
/external/skia/infra/bots/task_drivers/cifuzz/
Dcifuzz.go36workPath = flag.String("work_path", "", "The directory to use to store temporary files (e.g. f…
51 workAbsPath := td.MustGetAbsolutePathOfFlag(ctx, *workPath, "work_path")