Skip to content

Commit

Permalink
Roll Skia Infra from 2ad74dabbee5 to b0b99f248aab (6 revisions)
Browse files Browse the repository at this point in the history
https://skia.googlesource.com/buildbot.git/+log/2ad74dabbee5..b0b99f248aab

2024-12-24 ashwinpv@google.com Revert "Reduce the chunk size for writing tracevalues and postings entries during ingestions"
2024-12-23 ashwinpv@google.com Update the overall db timeout for writing data from a single file during ingestion
2024-12-23 ashwinpv@google.com Add support to run local FE against prod spanner in readonly mode
2024-12-23 ashwinpv@google.com Reduce the chunk size for writing tracevalues and postings entries during ingestions
2024-12-23 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Depot Tools from 5327157a5fce to 58625e82c685 (2 revisions)
2024-12-23 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra CIPD packages from 0abec67a371b to 2ad74dabbee5 (7 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 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: None
Tbr: borenet@google.com
Change-Id: I42ea4ede4e939fb9a4b30af1c6a2afcec17a3321
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/932736
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
  • Loading branch information
skia-autoroll authored and SkCQ committed Dec 24, 2024
1 parent c0c3d52 commit 7b16ec6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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': '2ad74dabbee51ffb7ee76eb13574c3351564b769',
'infra_revision': 'b0b99f248aab95335ad86b3f0eba6cd66d47c2af',

# 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-20241221014410-2ad74dabbee5
go.skia.org/infra v0.0.0-20241224001138-b0b99f248aab
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-20241221014410-2ad74dabbee5 h1:kuKNx/hpTeYc+4QZj13VenPPqd/9YJ8BvZ7a4rXmnkM=
go.skia.org/infra v0.0.0-20241221014410-2ad74dabbee5/go.mod h1:AIyC3mAtE7moB4ippEhflqgrOKPYmqIWJn0Y8APBGzM=
go.skia.org/infra v0.0.0-20241224001138-b0b99f248aab h1:VvKW1bHrSU3wVGfzUYvwh+yPyI48xHJEcdpkBEH9c6M=
go.skia.org/infra v0.0.0-20241224001138-b0b99f248aab/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:kuKNx/hpTeYc+4QZj13VenPPqd/9YJ8BvZ7a4rXmnkM=",
version = "v0.0.0-20241221014410-2ad74dabbee5",
sum = "h1:VvKW1bHrSU3wVGfzUYvwh+yPyI48xHJEcdpkBEH9c6M=",
version = "v0.0.0-20241224001138-b0b99f248aab",
)
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.

0 comments on commit 7b16ec6

Please sign in to comment.