You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the CreateAutoSubmitChange method is willing to create a CL, fail to add a reviewer, and report the failure to the caller. This leaves CLs behind and is generally not the optimal behavior. Instead it should log the problem but otherwise proceed, provided the CL itself was successfully created.
The text was updated successfully, but these errors were encountered:
dmitshur
added
Builders
x/build issues (builders, bots, dashboards)
NeedsFix
The path to resolution is known, but the work has not been done.
labels
Jul 2, 2024
For golang/go#68276.
Change-Id: I2169a573c9c64415cd4d524cf378e5a313784e32
Reviewed-on: https://go-review.googlesource.com/c/build/+/595616
Reviewed-by: Than McIntosh <thanm@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Right now the
CreateAutoSubmitChange
method is willing to create a CL, fail to add a reviewer, and report the failure to the caller. This leaves CLs behind and is generally not the optimal behavior. Instead it should log the problem but otherwise proceed, provided the CL itself was successfully created.CC @golang/release, @thanm.
The text was updated successfully, but these errors were encountered: