Skip to content

Commit a4e0ed8

Browse files
skia-autorollskcq-be@skia-corp.google.com.iam.gserviceaccount.com
authored andcommitted
Roll Skia Infra from a736e8709729 to 8d556d436e0f (14 revisions)
https://skia.googlesource.com/buildbot.git/+log/a736e8709729..8d556d436e0f 2026-07-10 borenet@google.com [status] Add dashboard for orphaned tasks/machines 2026-07-10 borenet@google.com [task scheduler] Add TasksCfgBuilder.Config() 2026-07-10 borenet@google.com [run-on-swarming-bots] Explicitly use python3 2026-07-10 sergeirudenkov@google.com [perf] Introduce V2 change to DemoVersioningWorkflow 2026-07-10 borenet@google.com [check-tasks-json] Refactor GenerateReport 2026-07-10 sergeirudenkov@google.com [cd] Add support for updating Temporal WorkerDeployment images 2026-07-10 mordeckimarcin@google.com Fix 004.sql 2026-07-10 mordeckimarcin@google.com Add info that an anomaly is from legacy 2026-07-10 mordeckimarcin@google.com [perf] Fix doNotQueryData state mutation in explore-multi-sk 2026-07-10 mordeckimarcin@google.com Add index for tracevalues to speedup QueryLastN 2026-07-10 skia-autoroll@skia-public.iam.gserviceaccount.com Roll command_wrapper from 23243707ad86a265f... to 694ecda015abd8f25... (1 revision) 2026-07-10 skia-autoroll@skia-public.iam.gserviceaccount.com Roll luci-auth from 36402eaf928c7ca7d... to a1b61bd493b7f70e2... (1 revision) 2026-07-10 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Depot Tools from 845a05c35e1f to e9adba840e43 (7 revisions) 2026-07-10 skia-autoroll@skia-public.iam.gserviceaccount.com Roll jsfiddle-final from 7105b3754270 to cc9c963a6593 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:522200527 Tbr: borenet@google.com Change-Id: Id58080728f6020b116ed84fc01c32eed465febbb Reviewed-on: https://skia-review.googlesource.com/c/skia/+/1291536 Bot-Commit: skia-autoroll@skia-public.iam.gserviceaccount.com <skia-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: skia-autoroll@skia-public.iam.gserviceaccount.com <skia-autoroll@skia-public.iam.gserviceaccount.com>
1 parent 8a4c736 commit a4e0ed8

5 files changed

Lines changed: 1018 additions & 1018 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': 'a736e8709729f41714ab177c428ab76d59a5dbc7',
12+
'infra_revision': '8d556d436e0f9e318d7d695bee4575cbbf8a3abf',
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-20260709164234-a736e8709729
15+
go.skia.org/infra v0.0.0-20260710181352-8d556d436e0f
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-20260709164234-a736e8709729 h1:qOOenE1hPe3OhlT33zK97DXvGlB/3dw77BFQQtCT8jE=
348-
go.skia.org/infra v0.0.0-20260709164234-a736e8709729/go.mod h1:rRI7OYQLNFzX2aZALcGGqpYciXi2/U1JB8rBKojHu3s=
347+
go.skia.org/infra v0.0.0-20260710181352-8d556d436e0f h1:hhx3BNKC+WNvuvS8ximOd4R3u57cr3wiwjDMBVoP03A=
348+
go.skia.org/infra v0.0.0-20260710181352-8d556d436e0f/go.mod h1:rRI7OYQLNFzX2aZALcGGqpYciXi2/U1JB8rBKojHu3s=
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)