Roll Skia Infra from 51ef7225b668 to 35859e727fc0 (9 revisions)

https://skia.googlesource.com/buildbot.git/+log/51ef7225b668..35859e727fc0

2022-12-02 jcgregorio@google.com [machines] Drop baseapp.
2022-12-02 borenet@google.com [infra] Use command_wrapper task driver to pull CIPD packages
2022-12-02 borenet@google.com [infra] Add command_wrapper task driver
2022-12-02 borenet@google.com [task driver] Allow ID to be unset if Index is set
2022-12-02 cmumford@google.com Add cmumford ssh key to skolo list
2022-12-02 borenet@google.com [task driver] Remove dependency on message index
2022-12-02 kjlubick@google.com Do not create go_test if there are only manual sources
2022-12-02 jcgregorio@google.com Fix install_test_machine_monitor.
2022-12-02 borenet@google.com [cipd] Update CIPD client code to use Expander

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 cmumford@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://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: cmumford@google.com
Change-Id: I55958e6477cb78cf32b58d1e4b6e934b50b0a2ee
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/613576
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 4fca4e5..e0da4f8 100644
--- a/go.mod
+++ b/go.mod
@@ -12,7 +12,7 @@
 	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-20221202041838-51ef7225b668
+	go.skia.org/infra v0.0.0-20221202222032-35859e727fc0
 	google.golang.org/api v0.74.0
 	google.golang.org/protobuf v1.28.0
 )
diff --git a/go.sum b/go.sum
index a334fcf..dabe4bf 100644
--- a/go.sum
+++ b/go.sum
@@ -993,8 +993,8 @@
 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-20221202041838-51ef7225b668 h1:qmfklTutLyKdvBEQUWE9qERkV0L+w8ymmBfXHr6KPNM=
-go.skia.org/infra v0.0.0-20221202041838-51ef7225b668/go.mod h1:nupNrLpgt2pYv+nhfdenV6eU/eEwH4Qbjwk1WfsQQNA=
+go.skia.org/infra v0.0.0-20221202222032-35859e727fc0 h1:Ts+z3fzXOWYyzkHRUuRgSdZn8DBL8HdNKK088v9R42A=
+go.skia.org/infra v0.0.0-20221202222032-35859e727fc0/go.mod h1:nupNrLpgt2pYv+nhfdenV6eU/eEwH4Qbjwk1WfsQQNA=
 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=
diff --git a/go_repositories.bzl b/go_repositories.bzl
index 8758086..3fb89e2 100644
--- a/go_repositories.bzl
+++ b/go_repositories.bzl
@@ -4063,8 +4063,8 @@
     go_repository(
         name = "org_skia_go_infra",
         importpath = "go.skia.org/infra",
-        sum = "h1:qmfklTutLyKdvBEQUWE9qERkV0L+w8ymmBfXHr6KPNM=",
-        version = "v0.0.0-20221202041838-51ef7225b668",
+        sum = "h1:Ts+z3fzXOWYyzkHRUuRgSdZn8DBL8HdNKK088v9R42A=",
+        version = "v0.0.0-20221202222032-35859e727fc0",
     )
     go_repository(
         name = "org_uber_go_atomic",