Update task drivers to point to new rotations
Bug: skia:11034 Change-Id: I5968d1ebfa940c9cbe03e1367a793ab569d0448a Reviewed-on: https://skia-review.googlesource.com/c/skia/+/347856 Commit-Queue: Ravi Mistry <rmistry@google.com> Reviewed-by: Joe Gregorio <jcgregorio@google.com>
This commit is contained in:
parent
30b6729352
commit
56a6b3e917
@ -27,7 +27,7 @@ const (
|
||||
)
|
||||
|
||||
var (
|
||||
canaryRollNotCreatedErr = errors.New("Canary roll could not be created. Ask the trooper to investigate (or directly ping rmistry@) if this happens consistently.")
|
||||
canaryRollNotCreatedErr = errors.New("Canary roll could not be created. Ask the Infra Gardener to investigate (or directly ping rmistry@) if this happens consistently.")
|
||||
canaryRollSuccessTooQuicklyErr = fmt.Errorf("Canary roll returned success in less than %s. Failing canary due to skbug.com/10563.", MinWaitDuration)
|
||||
|
||||
// Lets add the roll link only once to step data.
|
||||
|
@ -30,7 +30,7 @@ import (
|
||||
const (
|
||||
g3CanaryBucketName = "g3-compile-tasks"
|
||||
|
||||
InfraFailureErrorMsg = "Your run failed due to unknown infrastructure failures. Ask the trooper to investigate (or directly ping rmistry@)."
|
||||
InfraFailureErrorMsg = "Your run failed due to unknown infrastructure failures. Ask the Infra Gardener to investigate (or directly ping rmistry@)."
|
||||
MissingApprovalErrorMsg = "To run the G3 tryjob, changes must be either owned and authored by Googlers or approved (Code-Review+1) by Googlers."
|
||||
MergeConflictErrorMsg = "G3 tryjob failed because the change is causing a merge conflict when applying it to the Skia hash in G3."
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user