Skip to content

Commit d88ad8a

Browse files
skia-autorollskcq-be@skia-corp.google.com.iam.gserviceaccount.com
authored andcommitted
Roll Skia Infra from c82d19b6bc66 to 9f5d866edce1 (12 revisions)
https://skia.googlesource.com/buildbot.git/+log/c82d19b6bc66..9f5d866edce1 2026-07-14 louhi-prod-1-6316342352543744@louhi-prod-1.iam.gserviceaccount.com Toggle Perfserver Freeze - on - perf/FREEZELOCK 2026-07-14 sruslan@google.com Propagate additional auth-related headers to Pinpoint backend. 2026-07-14 borenet@google.com [fiddler-base] Update apt snapshot 2026-07-14 sruslan@google.com Allow *@domain.com patterns in infra auth allowed list. 2026-07-14 sruslan@google.com Forward auth headers in pinpointApi gRPC calls and fix role string parsing in rolesFromContext 2026-07-14 sruslan@google.com Forward auth headers in pinpointApi gRPC calls and fix story fallback in Debug Traces modal 2026-07-14 mordeckimarcin@google.com [perf] complete v8 migration 2026-07-14 mordeckimarcin@google.com Remove skps 2026-07-14 mordeckimarcin@google.com [autoreview] Replace deprecated preview with 3.5 2026-07-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Depot Tools from 20c06fb00a32 to f90a4fb17f5d (6 revisions) 2026-07-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll command_wrapper from ebcba17c768520bb4... to 2dba4d84c7f458be9... (1 revision) 2026-07-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll jsfiddle-final from 6e57c2acb556 to 07b9bee1d849 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 borenet@google.com,skiabot@google.com 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:532500884,chromium:534184590 Tbr: borenet@google.com Change-Id: I9f91d003cf940e4aba6ff75f6a0f93ce69d070ca Reviewed-on: https://skia-review.googlesource.com/c/skia/+/1294156 Commit-Queue: skia-autoroll@skia-public.iam.gserviceaccount.com <skia-autoroll@skia-public.iam.gserviceaccount.com> Bot-Commit: skia-autoroll@skia-public.iam.gserviceaccount.com <skia-autoroll@skia-public.iam.gserviceaccount.com>
1 parent d619b4a commit d88ad8a

5 files changed

Lines changed: 8 additions & 7 deletions

File tree

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': 'c82d19b6bc66e76f85791e99c0df28f2729b50d3',
12+
'infra_revision': '9f5d866edce1cf78c3a3b87c246bb3446addf149',
1313

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

MODULE.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ use_repo(
6363
"org_chromium_go_luci",
6464
"org_golang_google_api",
6565
"org_golang_google_protobuf",
66+
"org_golang_x_oauth2",
6667
"org_skia_go_infra",
6768
)
6869

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ require (
1212
github.com/trietmn/go-wiki v1.0.1
1313
github.com/vektra/mockery/v2 v2.52.2
1414
go.chromium.org/luci v0.0.0-20251208084510-e9565e513ef0
15-
go.skia.org/infra v0.0.0-20260713163832-c82d19b6bc66
15+
go.skia.org/infra v0.0.0-20260714232619-9f5d866edce1
16+
golang.org/x/oauth2 v0.30.0
1617
google.golang.org/api v0.248.0
1718
google.golang.org/protobuf v1.36.10
1819
)
@@ -140,7 +141,6 @@ require (
140141
golang.org/x/exp/typeparams v0.0.0-20231108232855-2478ac86f678 // indirect
141142
golang.org/x/mod v0.27.0 // indirect
142143
golang.org/x/net v0.43.0 // indirect
143-
golang.org/x/oauth2 v0.30.0 // indirect
144144
golang.org/x/sync v0.16.0 // indirect
145145
golang.org/x/sys v0.35.0 // indirect
146146
golang.org/x/term v0.34.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,8 +344,8 @@ go.opentelemetry.io/otel/sdk/metric v1.37.0 h1:90lI228XrB9jCMuSdA0673aubgRobVZFh
344344
go.opentelemetry.io/otel/sdk/metric v1.37.0/go.mod h1:cNen4ZWfiD37l5NhS+Keb5RXVWZWpRE+9WyVCpbo5ps=
345345
go.opentelemetry.io/otel/trace v1.37.0 h1:HLdcFNbRQBE2imdSEgm/kwqmQj1Or1l/7bW6mxVK7z4=
346346
go.opentelemetry.io/otel/trace v1.37.0/go.mod h1:TlgrlQ+PtQO5XFerSPUYG0JSgGyryXewPGyayAWSBS0=
347-
go.skia.org/infra v0.0.0-20260713163832-c82d19b6bc66 h1:bu9yMFYKzu3OSGY8iSqrD2SyQ5wKoXeerBQjdbxE3KI=
348-
go.skia.org/infra v0.0.0-20260713163832-c82d19b6bc66/go.mod h1:UnvP4XqoBuJ0XkO7YhnU+EX7t3bzhfu4Gj8y1G0SN1o=
347+
go.skia.org/infra v0.0.0-20260714232619-9f5d866edce1 h1:EjpDFB8Aha5Ok80b9CZwoJOcFQj/lwD+D8gXQMcC62M=
348+
go.skia.org/infra v0.0.0-20260714232619-9f5d866edce1/go.mod h1:UnvP4XqoBuJ0XkO7YhnU+EX7t3bzhfu4Gj8y1G0SN1o=
349349
go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto=
350350
go.uber.org/goleak v1.3.0/go.mod h1:CoHD4mav9JJNrW/WLlf7HGZPjdw8EucARQHekz1X6bE=
351351
go.uber.org/multierr v1.11.0 h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0=

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)