Skip to content

Commit a3523a7

Browse files
skia-autorollSkCQ
authored andcommitted
Roll Skia Infra from 11f410b4c438 to e0dc29520f99 (4 revisions)
https://skia.googlesource.com/buildbot.git/+log/11f410b4c438..e0dc29520f99 2025-01-22 [email protected] [autoroll] Add parent_subdir option to DEPSLocalParentConfig 2025-01-22 [email protected] Switch v8 instances of perf to use Google Chart by default. 2025-01-22 [email protected] Roll Skia Infra CIPD packages from 04b04dcc4949 to 11f410b4c438 (8 revisions) 2025-01-22 [email protected] Roll Depot Tools from 40e4ea3b0901 to a4131b94475c (8 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: None Tbr: [email protected] Change-Id: I6c4b813f8308d2fe6b78688664314c429367fc46 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/941236 Bot-Commit: skia-autoroll <[email protected]> Commit-Queue: skia-autoroll <[email protected]>
1 parent b808498 commit a3523a7

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ vars = {
99
# Three lines of non-changing comments so that
1010
# the commit queue can handle CLs rolling different
1111
# dependencies without interference from each other.
12-
'infra_revision': '11f410b4c438df66cafea542f680bcc6fb7f69ad',
12+
'infra_revision': 'e0dc29520f99be34702d4f38ec02b29b888ddb8a',
1313

1414
# ninja CIPD package version.
1515
# https://chrome-infra-packages.appspot.com/p/infra/3pp/tools/ninja

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/stretchr/testify v1.8.4
1212
github.com/trietmn/go-wiki v1.0.1
1313
go.chromium.org/luci v0.0.0-20240206071351-fb32c458db6e // indirect
14-
go.skia.org/infra v0.0.0-20250122001846-11f410b4c438
14+
go.skia.org/infra v0.0.0-20250122185939-e0dc29520f99
1515
google.golang.org/api v0.160.0
1616
google.golang.org/protobuf v1.32.0
1717
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,8 @@ go.opentelemetry.io/otel/sdk v1.21.0 h1:FTt8qirL1EysG6sTQRZ5TokkU8d0ugCj8htOgThZ
291291
go.opentelemetry.io/otel/sdk v1.21.0/go.mod h1:Nna6Yv7PWTdgJHVRD9hIYywQBRx7pbox6nwBnZIxl/E=
292292
go.opentelemetry.io/otel/trace v1.22.0 h1:Hg6pPujv0XG9QaVbGOBVHunyuLcCC3jN7WEhPx83XD0=
293293
go.opentelemetry.io/otel/trace v1.22.0/go.mod h1:RbbHXVqKES9QhzZq/fE5UnOSILqRt40a21sPw2He1xo=
294-
go.skia.org/infra v0.0.0-20250122001846-11f410b4c438 h1:jUzgSCPrlSJNI+75JTfsoiUFR/CaWd1H24h3zdmZ31k=
295-
go.skia.org/infra v0.0.0-20250122001846-11f410b4c438/go.mod h1:AIyC3mAtE7moB4ippEhflqgrOKPYmqIWJn0Y8APBGzM=
294+
go.skia.org/infra v0.0.0-20250122185939-e0dc29520f99 h1:AnNEfkHBdWe4JKAVCbd7v1kaETIx65VlsbbFN7u0Q3Q=
295+
go.skia.org/infra v0.0.0-20250122185939-e0dc29520f99/go.mod h1:AIyC3mAtE7moB4ippEhflqgrOKPYmqIWJn0Y8APBGzM=
296296
golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4=
297297
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
298298
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=

go_repositories.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2685,8 +2685,8 @@ def go_repositories():
26852685
go_repository(
26862686
name = "org_skia_go_infra",
26872687
importpath = "go.skia.org/infra",
2688-
sum = "h1:jUzgSCPrlSJNI+75JTfsoiUFR/CaWd1H24h3zdmZ31k=",
2689-
version = "v0.0.0-20250122001846-11f410b4c438",
2688+
sum = "h1:AnNEfkHBdWe4JKAVCbd7v1kaETIx65VlsbbFN7u0Q3Q=",
2689+
version = "v0.0.0-20250122185939-e0dc29520f99",
26902690
)
26912691
go_repository(
26922692
name = "org_uber_go_atomic",

infra/bots/deps/deps_gen.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)