-
Notifications
You must be signed in to change notification settings - Fork 17.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
x/build/maintner: Gerrit CL and GitHub issue deletions are not reflected in model #22635
Comments
This comment has been minimized.
This comment has been minimized.
Change https://golang.org/cl/176038 mentions this issue: |
Updates golang/go#22635 Updates golang/go#28320 Change-Id: I8769dc83187ad1b1b2c1d751818964565f34e6d3 Reviewed-on: https://go-review.googlesource.com/c/build/+/176038 Run-TryBot: Andrew Bonventre <andybons@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Change https://golang.org/cl/198118 mentions this issue: |
Updates golang/go#22635 Change-Id: I5dc62ddda0bb54eef0c833a8ea66de3349a7871d Reviewed-on: https://go-review.googlesource.com/c/build/+/198118 Run-TryBot: Andrew Bonventre <andybons@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Alexander Rakoczy <alex@golang.org>
Updates golang/go#22635 Updates golang/go#28320 Change-Id: I8769dc83187ad1b1b2c1d751818964565f34e6d3 Reviewed-on: https://go-review.googlesource.com/c/build/+/176038 Run-TryBot: Andrew Bonventre <andybons@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Updates golang/go#22635 Change-Id: I5dc62ddda0bb54eef0c833a8ea66de3349a7871d Reviewed-on: https://go-review.googlesource.com/c/build/+/198118 Run-TryBot: Andrew Bonventre <andybons@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Alexander Rakoczy <alex@golang.org>
Change https://golang.org/cl/308790 mentions this issue: |
A good amount of time has passed since the deletedIssues map was last updated, and the "freeze old issues" task was needlessly making 34 API calls to freeze issues that are gone. After this change, that task is making 0 API calls (whenever there aren't existing issues to freeze). Some gardening tasks were converted to be more general and run on more issue trackers in CL 233377, so update the deletedIssues map to track the repo ID in addition to the issue number. For golang/go#28320. Updates golang/go#22635. Updates golang/go#44406. Updates golang/go#39008. Change-Id: I3b477bf717f7d97676e9ef950214a3598ec3abd2 Reviewed-on: https://go-review.googlesource.com/c/build/+/308790 Trust: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Carlos Amedee <carlos@golang.org>
Change https://go.dev/cl/533859 mentions this issue: |
A number of spam issues came in at the same time and got deleted. Handle them in bulk since they fit neatly into a linear sequence. Updates golang/go#22635. Change-Id: I19ec6988b2ac3fac26b0ea76660d2f0d6668e7d2 Reviewed-on: https://go-review.googlesource.com/c/build/+/533859 Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Heschi Kreinick <heschi@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
on https://dev.golang.org/release, search for Copybaraimportfromhttps. It shows CLs that have been deleted:
These are pulled in via
ForeachOpenCL
./cc @kevinburke @bradfitz
The text was updated successfully, but these errors were encountered: