Skip to content

Commit e3f768c

Browse files
skia-autorollskcq-be@skia-corp.google.com.iam.gserviceaccount.com
authored andcommitted
Roll Skia Infra from c0e4e8a0a6bd to 6810abaa66f5 (6 revisions)
https://skia.googlesource.com/buildbot.git/+log/c0e4e8a0a6bd..6810abaa66f5 2026-06-29 mordeckimarcin@google.com [Perf] unaligned stepfit feature flag 2026-06-29 mordeckimarcin@google.com Fix flaky WASM inmemorytraceparams test 2026-06-29 skia-autoroll@skia-public.iam.gserviceaccount.com Roll jsfiddle-final from fb8c6d6c373a to 03e98e8b553a 2026-06-29 skia-autoroll@skia-public.iam.gserviceaccount.com Roll command_wrapper from e92314cc0e96e4166... to b1782fd070fd7d8a9... (1 revision) 2026-06-29 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Depot Tools from 0b07c9299381 to c8f585f8380a (3 revisions) 2026-06-29 skia-autoroll@skia-public.iam.gserviceaccount.com Roll debugger-app-final from d541f52540e5 to 95d4a8841f9b 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:527445909 Tbr: borenet@google.com Change-Id: I2c96e2a188c4dbed50a54dfeb72097b9d0d54220 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/1281516 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 15e1bdf commit e3f768c

4 files changed

Lines changed: 6 additions & 6 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': 'c0e4e8a0a6bd68ffb5d8b01190d99edd9b89ecd5',
12+
'infra_revision': '6810abaa66f54d0f45610d35894a4f20afbbbaa0',
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
@@ -12,7 +12,7 @@ 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-20260626171410-c0e4e8a0a6bd
15+
go.skia.org/infra v0.0.0-20260629160747-6810abaa66f5
1616
google.golang.org/api v0.248.0
1717
google.golang.org/protobuf v1.36.10
1818
)

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-20260626171410-c0e4e8a0a6bd h1:sH4D9hGdYPYg/euwa2nMUEqf9+o+drX9ggXeCVvrXqA=
348-
go.skia.org/infra v0.0.0-20260626171410-c0e4e8a0a6bd/go.mod h1:IN8jdFPrIDrbWzJuEezIB11r3fTYzUaXSghv98C9/AM=
347+
go.skia.org/infra v0.0.0-20260629160747-6810abaa66f5 h1:ZTH997bDAmda7LA5raxP9ohXd1SMNvc+Eo8opBh+Jxk=
348+
go.skia.org/infra v0.0.0-20260629160747-6810abaa66f5/go.mod h1:IN8jdFPrIDrbWzJuEezIB11r3fTYzUaXSghv98C9/AM=
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)