Home
last modified time | relevance | path

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

/third_party/skia/infra/bots/task_drivers/canary/
Dcanary.go125 func waitForCanaryRoll(parentCtx context.Context, manualRollDB manual.DB, rollId, stepName string) … argument
133 roll, err := manualRollDB.Get(ctx, rollId)
135 return td.FailStep(ctx, fmt.Errorf("Could not find canary roll with ID: %s", rollId))