Searched refs:gerritCLID (Results 1 – 1 of 1) sorted by relevance
/external/skia/infra/bots/task_drivers/run_wasm_gm_tests/ |
D | run_wasm_gm_tests.go | 125 func setupGoldctl(ctx context.Context, local bool, gitCommit, gerritCLID, tryjobID, goldctlPath, wo… argument 145 if gerritCLID != "" { 147 args = append(args, "--crs", "gerrit", "--changelist", gerritCLID, "--patchset", ps,
|