Searched refs:gitCommit (Results 1 – 1 of 1) sorted by relevance
/external/skia/infra/bots/task_drivers/run_wasm_gm_tests/ |
D | run_wasm_gm_tests.go | 29 gitCommit = flag.String("git_commit", "", "The commit at which we are testing.") 96 …if err := setupGoldctl(ctx, *local, *gitCommit, *changelistID, *tryjobID, goldctlAbsPath, goldctlW… 125 func setupGoldctl(ctx context.Context, local bool, gitCommit, gerritCLID, tryjobID, goldctlPath, wo… argument 143 "--commit", gitCommit,
|