Roll Skia Infra from d9a2f3150285 to 33ace26e29f4 (9 revisions)

https://skia.googlesource.com/buildbot.git/+log/d9a2f3150285..33ace26e29f4

2024-03-29 jeffyoon@google.com Define CombinedCommit, Commit and ModifiedDeps in proto
2024-03-28 sunxiaodi@google.com [pinpoint] convert Verdict enums from int to string
2024-03-28 sunxiaodi@google.com [pinpoint] introduce improvement direction to compare
2024-03-28 eduardoyap@google.com Define Sheriff Config proto schema and validation logic.
2024-03-28 bsheedy@chromium.org Mark Fuchsia emulator data as public
2024-03-28 sunxiaodi@google.com [pinpoint] copy CABE stats function sign_rank to Pinpoint
2024-03-28 jcgregorio@google.com [auth-proxy] Remove the CRIA update from auth-proxy.
2024-03-28 wenbinzhang@google.com [chromeperf] add subscription revision for query request
2024-03-28 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra CIPD packages from a21b7442fbc2 to d9a2f3150285 (10 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: None
Tbr: kjlubick@google.com
Change-Id: Iec23ef8a07e742eaabf326c47c7b511abdf069c2
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/834038
Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
diff --git a/go.mod b/go.mod
index 03ec93b..19b4f35 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-20240327232428-d9a2f3150285
+	go.skia.org/infra v0.0.0-20240329024640-33ace26e29f4
 	google.golang.org/api v0.149.0
 	google.golang.org/protobuf v1.32.0
 )
diff --git a/go.sum b/go.sum
index a968d57..74ea62b 100644
--- a/go.sum
+++ b/go.sum
@@ -273,8 +273,8 @@
 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-20240327232428-d9a2f3150285 h1:2UxMCXsv+Zq3REaDXHF8fyzEgAwMHcdqC4eouSgfwd4=
-go.skia.org/infra v0.0.0-20240327232428-d9a2f3150285/go.mod h1:yDOX117fEp52tgqfYxIb0lsslkKh55Cxi5t6uLuc+uA=
+go.skia.org/infra v0.0.0-20240329024640-33ace26e29f4 h1:0TF9ozW+0+0Vfn1zNED0co8C6zoY3+RWOat3EfKzyKc=
+go.skia.org/infra v0.0.0-20240329024640-33ace26e29f4/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=
diff --git a/go_repositories.bzl b/go_repositories.bzl
index 2a1ed9e..a7a1070 100644
--- a/go_repositories.bzl
+++ b/go_repositories.bzl
@@ -2670,8 +2670,8 @@
     go_repository(
         name = "org_skia_go_infra",
         importpath = "go.skia.org/infra",
-        sum = "h1:2UxMCXsv+Zq3REaDXHF8fyzEgAwMHcdqC4eouSgfwd4=",
-        version = "v0.0.0-20240327232428-d9a2f3150285",
+        sum = "h1:0TF9ozW+0+0Vfn1zNED0co8C6zoY3+RWOat3EfKzyKc=",
+        version = "v0.0.0-20240329024640-33ace26e29f4",
     )
     go_repository(
         name = "org_uber_go_atomic",