Skip to content

Commit

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

2024-04-03 kjlubick@google.com Make named-fiddles clean up deleted fiddles
2024-04-03 ashwinpv@google.com Miscellaneous non code cleanup.
2024-04-03 wenbinzhang@google.com [chromeperf] use group action type for all usages
2024-04-03 ashwinpv@google.com Add database schema for regressions2 table
2024-04-03 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra CIPD packages from 66304f4f36ad to 2fe35697982b (3 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 rmistry@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: rmistry@google.com
Change-Id: Ie3f3575bbc3ba46b11b3f8d49e1b65886acd2a67
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/836276
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 Apr 4, 2024
1 parent 57bc01a commit 5fdc2b4
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 @@ -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-20240403005103-2fe35697982b
go.skia.org/infra v0.0.0-20240403185242-596fa6121849
google.golang.org/api v0.149.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 @@ -273,8 +273,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.21.0 h1:WD9i5gzvoUPuXIXH24ZNBudiarZDKuekPqi/E8fpfLc=
go.opentelemetry.io/otel/trace v1.21.0/go.mod h1:LGbsEB0f9LGjN+OZaQQ26sohbOmiMR+BaslueVtS/qQ=
go.skia.org/infra v0.0.0-20240403005103-2fe35697982b h1:8COY+ANuPnK3TQh1I0Hoy2pkkB5+hMv0C9J/8XL2bC8=
go.skia.org/infra v0.0.0-20240403005103-2fe35697982b/go.mod h1:yDOX117fEp52tgqfYxIb0lsslkKh55Cxi5t6uLuc+uA=
go.skia.org/infra v0.0.0-20240403185242-596fa6121849 h1:PZYGI6p5547n369jaKI2muuuRHzMndOf/5CsHzXeIek=
go.skia.org/infra v0.0.0-20240403185242-596fa6121849/go.mod h1:yDOX117fEp52tgqfYxIb0lsslkKh55Cxi5t6uLuc+uA=
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 @@ -2670,8 +2670,8 @@ def go_repositories():
go_repository(
name = "org_skia_go_infra",
importpath = "go.skia.org/infra",
sum = "h1:8COY+ANuPnK3TQh1I0Hoy2pkkB5+hMv0C9J/8XL2bC8=",
version = "v0.0.0-20240403005103-2fe35697982b",
sum = "h1:PZYGI6p5547n369jaKI2muuuRHzMndOf/5CsHzXeIek=",
version = "v0.0.0-20240403185242-596fa6121849",
)
go_repository(
name = "org_uber_go_atomic",
Expand Down

0 comments on commit 5fdc2b4

Please sign in to comment.