Skip to content

Commit

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

2023-03-17 [email protected] [elements-sk] Rewrite all imports using a bespoke Go program.
2023-03-16 [email protected] Roll Skia Infra CIPD packages from 83f0cd8483c3 to a4cece1686a9 (6 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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md

Bug: None
Tbr: [email protected]
Change-Id: I27b0e41c410698781806489e27e3690e938e12c0
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/657881
Commit-Queue: skia-autoroll <[email protected]>
Bot-Commit: skia-autoroll <[email protected]>
  • Loading branch information
skia-autoroll authored and SkCQ committed Mar 17, 2023
1 parent 37a12ad commit 7c657eb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/klauspost/compress v1.11.3 // indirect
github.com/stretchr/testify v1.7.0
go.chromium.org/luci v0.0.0-20201121231857-b9ab316d7198 // indirect
go.skia.org/infra v0.0.0-20230315185917-a4cece1686a9
go.skia.org/infra v0.0.0-20230317034941-5f270c515ba8
google.golang.org/api v0.74.0
google.golang.org/protobuf v1.28.0
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -886,8 +886,8 @@ go.opentelemetry.io/otel/sdk/export/metric v0.20.0/go.mod h1:h7RBNMsDJ5pmI1zExLi
go.opentelemetry.io/otel/sdk/metric v0.20.0/go.mod h1:knxiS8Xd4E/N+ZqKmUPf3gTTZ4/0TjTXukfxjzSTpHE=
go.opentelemetry.io/otel/trace v0.20.0/go.mod h1:6GjCW8zgDjwGHGa6GkyeB8+/5vjT16gUEi0Nf1iBdgw=
go.opentelemetry.io/proto/otlp v0.7.0/go.mod h1:PqfVotwruBrMGOCsRd/89rSnXhoiJIqeYNgFYFoEGnI=
go.skia.org/infra v0.0.0-20230315185917-a4cece1686a9 h1:ubZn96akcxFlYqF4bXgSr3Ibf/TSHjzSbdb/k40qlwY=
go.skia.org/infra v0.0.0-20230315185917-a4cece1686a9/go.mod h1:gpm6L4QeVrn1ZJXPpQ6o5nLGj3oapPhfjvH0RAFgl8o=
go.skia.org/infra v0.0.0-20230317034941-5f270c515ba8 h1:+5cO6+4GS45keo5MebygUIaLvULh9y7N8snWK6Ob0Uk=
go.skia.org/infra v0.0.0-20230317034941-5f270c515ba8/go.mod h1:gpm6L4QeVrn1ZJXPpQ6o5nLGj3oapPhfjvH0RAFgl8o=
go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5/go.mod h1:nmDLcffg48OtT/PSW0Hg7FvpRQsQh5OSqIylirxKC7o=
go.uber.org/atomic v1.3.2/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
go.uber.org/atomic v1.4.0/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
Expand Down
4 changes: 2 additions & 2 deletions go_repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -3502,8 +3502,8 @@ def go_repositories():
go_repository(
name = "org_skia_go_infra",
importpath = "go.skia.org/infra",
sum = "h1:ubZn96akcxFlYqF4bXgSr3Ibf/TSHjzSbdb/k40qlwY=",
version = "v0.0.0-20230315185917-a4cece1686a9",
sum = "h1:+5cO6+4GS45keo5MebygUIaLvULh9y7N8snWK6Ob0Uk=",
version = "v0.0.0-20230317034941-5f270c515ba8",
)
go_repository(
name = "org_uber_go_atomic",
Expand Down

0 comments on commit 7c657eb

Please sign in to comment.