Skip to content

Commit

Permalink
Roll Skia Infra from 16948351755e to aac2fe5e6d52 (9 revisions)
Browse files Browse the repository at this point in the history
https://skia.googlesource.com/buildbot.git/+log/16948351755e..aac2fe5e6d52

2025-02-04 [email protected] Update the control method of the state of the spinner
2025-02-04 [email protected] Draw Anomaly if key is not in Hidden Columns
2025-02-04 [email protected] Fix the issue that the bug list was not initially displayed in the dialog.
2025-02-04 [email protected] [autoroll] Try removing the CreateReference API call
2025-02-04 [email protected] Load CommitRange object from onChartSelected for Google Plot
2025-02-04 [email protected] When recording new updates, retain the existing `notification_id`.
2025-02-04 [email protected] Roll LUCI CIPD packages from 8b72ae88ca2f to 63ad08409f7d (8 revisions)
2025-02-04 [email protected] Roll Depot Tools from 98b7273c8d49 to e42fac3e9c17 (5 revisions)
2025-02-04 [email protected] Roll Skia Infra CIPD packages from f69f215a2ce4 to 16948351755e (9 revisions)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/infra-skia
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.

To file a bug in Skia Infra: https://bugs.chromium.org/p/skia/issues/entry
To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry

To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md

Bug: chromium:393375231,chromium:394133986,chromium:394134015,chromium:394134030
Tbr: [email protected]
Change-Id: Ib1bbec938e0fa699cc0902b2ca5341cb1f34d40c
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/946997
Commit-Queue: skia-autoroll <[email protected]>
Bot-Commit: skia-autoroll <[email protected]>
  • Loading branch information
skia-autoroll authored and SkCQ committed Feb 5, 2025
1 parent b1353f5 commit af0f4e4
Show file tree
Hide file tree
Showing 6 changed files with 2,854 additions and 2,854 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling different
# dependencies without interference from each other.
'infra_revision': '16948351755e163a82a343cab19ff1c8aeba9064',
'infra_revision': 'aac2fe5e6d526d0fa5684a3cb5341cf2931f98ac',

# ninja CIPD package version.
# https://chrome-infra-packages.appspot.com/p/infra/3pp/tools/ninja
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/stretchr/testify v1.8.4
github.com/trietmn/go-wiki v1.0.1
go.chromium.org/luci v0.0.0-20240206071351-fb32c458db6e // indirect
go.skia.org/infra v0.0.0-20250203222604-16948351755e
go.skia.org/infra v0.0.0-20250204215133-aac2fe5e6d52
google.golang.org/api v0.160.0
google.golang.org/protobuf v1.32.0
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,8 @@ go.opentelemetry.io/otel/sdk v1.21.0 h1:FTt8qirL1EysG6sTQRZ5TokkU8d0ugCj8htOgThZ
go.opentelemetry.io/otel/sdk v1.21.0/go.mod h1:Nna6Yv7PWTdgJHVRD9hIYywQBRx7pbox6nwBnZIxl/E=
go.opentelemetry.io/otel/trace v1.22.0 h1:Hg6pPujv0XG9QaVbGOBVHunyuLcCC3jN7WEhPx83XD0=
go.opentelemetry.io/otel/trace v1.22.0/go.mod h1:RbbHXVqKES9QhzZq/fE5UnOSILqRt40a21sPw2He1xo=
go.skia.org/infra v0.0.0-20250203222604-16948351755e h1:2120aQBBWj3r5EVBskxfjSMdRu86PLRWRsX+5i6qv5Y=
go.skia.org/infra v0.0.0-20250203222604-16948351755e/go.mod h1:AIyC3mAtE7moB4ippEhflqgrOKPYmqIWJn0Y8APBGzM=
go.skia.org/infra v0.0.0-20250204215133-aac2fe5e6d52 h1:2XVvhkVW3jwk8ap4Dysz12fNcVMuOIfzi3SrCSCb9sI=
go.skia.org/infra v0.0.0-20250204215133-aac2fe5e6d52/go.mod h1:AIyC3mAtE7moB4ippEhflqgrOKPYmqIWJn0Y8APBGzM=
golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
Expand Down
4 changes: 2 additions & 2 deletions go_repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -2685,8 +2685,8 @@ def go_repositories():
go_repository(
name = "org_skia_go_infra",
importpath = "go.skia.org/infra",
sum = "h1:2120aQBBWj3r5EVBskxfjSMdRu86PLRWRsX+5i6qv5Y=",
version = "v0.0.0-20250203222604-16948351755e",
sum = "h1:2XVvhkVW3jwk8ap4Dysz12fNcVMuOIfzi3SrCSCb9sI=",
version = "v0.0.0-20250204215133-aac2fe5e6d52",
)
go_repository(
name = "org_uber_go_atomic",
Expand Down
4 changes: 2 additions & 2 deletions infra/bots/deps/deps_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit af0f4e4

Please sign in to comment.