Home
last modified time | relevance | path

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

/external/skia/infra/bots/task_drivers/run_wasm_gm_tests/
Drun_wasm_gm_tests.go125 func setupGoldctl(ctx context.Context, local bool, gitCommit, gerritCLID, tryjobID, goldctlPath, wo… argument
129 args := []string{goldctlPath, "auth", "--work-dir", workPath}
142 goldctlPath, "imgtest", "init", "--work-dir", workPath, "--instance", "skia", "--corpus", "gm",
225 func processTestData(ctx context.Context, testOutputPath, goldctlPath, goldctlWorkPath string) erro… argument
250 args := []string{goldctlPath, "imgtest", "add", "--work-dir", goldctlWorkPath,
281 func finalizeGoldctl(ctx context.Context, goldctlPath, workPath string) error { argument
285 _, err := exec.RunCwd(ctx, workPath, goldctlPath, "imgtest", "finalize", "--work-dir", workPath)