Roll Skia Infra from 736d19678782 to 298c34c0e789 (8 revisions)
https://skia.googlesource.com/buildbot.git/+log/736d19678782..298c34c0e789
2024-07-16 sunxiaodi@google.com [pinpoint] support 'avg' as valid request value for statistic
2024-07-16 ashwinpv@google.com Add support to select trace for the plot summary bar.
2024-07-16 ashwinpv@google.com Pass in the dryRunRequests instance to alertsApi
2024-07-16 borenet@google.com [task scheduler] Fix orphaned job queues
2024-07-16 wenbinzhang@google.com [chromeperf] propagate regression id to grouping logic
2024-07-16 jeffyoon@google.com [pinpoint] adding activity options for catapult bisect sub activities
2024-07-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Depot Tools from 791894e4c44f to 9b51399218e2 (5 revisions)
2024-07-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra CIPD packages from 925d3cac96a5 to 736d19678782 (14 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 kjlubick@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:340935348
Tbr: kjlubick@google.com
Change-Id: Iae8f11ab4dcffb1de3d6a8920ac09751cdd86814
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/878159
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
diff --git a/go.mod b/go.mod
index e12a00d..f453e08 100644
--- a/go.mod
+++ b/go.mod
@@ -11,7 +11,7 @@
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-20240715225951-736d19678782
+ go.skia.org/infra v0.0.0-20240716224137-298c34c0e789
google.golang.org/api v0.160.0
google.golang.org/protobuf v1.32.0
)
diff --git a/go.sum b/go.sum
index 5796469..8d8ba85 100644
--- a/go.sum
+++ b/go.sum
@@ -291,8 +291,8 @@
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-20240715225951-736d19678782 h1:5dsoAw7U/Lmw0yHn/3Z42C9RLCeg9M51PQqtqldwKiw=
-go.skia.org/infra v0.0.0-20240715225951-736d19678782/go.mod h1:mbl2SVYCeyQsolMoqdaGzOLNzxXVUaFkkaIIvIIjJZE=
+go.skia.org/infra v0.0.0-20240716224137-298c34c0e789 h1:j0elir979SGBaPju3+yT4G+7TwkfNwaMGJ/9qHn88as=
+go.skia.org/infra v0.0.0-20240716224137-298c34c0e789/go.mod h1:mbl2SVYCeyQsolMoqdaGzOLNzxXVUaFkkaIIvIIjJZE=
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=
diff --git a/go_repositories.bzl b/go_repositories.bzl
index 8993fb2..f46c8e3 100644
--- a/go_repositories.bzl
+++ b/go_repositories.bzl
@@ -2685,8 +2685,8 @@
go_repository(
name = "org_skia_go_infra",
importpath = "go.skia.org/infra",
- sum = "h1:5dsoAw7U/Lmw0yHn/3Z42C9RLCeg9M51PQqtqldwKiw=",
- version = "v0.0.0-20240715225951-736d19678782",
+ sum = "h1:j0elir979SGBaPju3+yT4G+7TwkfNwaMGJ/9qHn88as=",
+ version = "v0.0.0-20240716224137-298c34c0e789",
)
go_repository(
name = "org_uber_go_atomic",