Roll Skia Infra from f69f215a2ce4 to 16948351755e (9 revisions)

https://skia.googlesource.com/buildbot.git/+log/f69f215a2ce4..16948351755e

2025-02-03 ashwinpv@google.com Disable trace upload for local runs
2025-02-03 bwils@google.com Update Skotties version of CanvasKit
2025-02-03 kjlubick@google.com Remove superfluous OWNERS lines
2025-02-03 kjlubick@google.com Add config for skottie-dev.skia.org
2025-02-03 ashwinpv@google.com Automatically determine GCP project for tracing upload based on execution context
2025-02-03 jeffyoon@google.com [perf] enable google chart on chrome perf instances by default
2025-02-03 jiaxindong@google.com Dedup same bugIds from the group_report response.
2025-02-03 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Depot Tools from c88ad7af1a5c to 98b7273c8d49 (3 revisions)
2025-02-03 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra CIPD packages from 53594a79cc60 to f69f215a2ce4 (13 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 borenet@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: borenet@google.com
Change-Id: I938773776b9cc200cfc1dd6a7ac685ab7ec1677d
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/946416
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/DEPS b/DEPS
index ab0a26f..1d5516b 100644
--- a/DEPS
+++ b/DEPS
@@ -9,7 +9,7 @@
   # Three lines of non-changing comments so that
   # the commit queue can handle CLs rolling different
   # dependencies without interference from each other.
-  'infra_revision': 'f69f215a2ce4e14c8ff0fc28e1675df37e552a6f',
+  'infra_revision': '16948351755e163a82a343cab19ff1c8aeba9064',
 
   # ninja CIPD package version.
   # https://chrome-infra-packages.appspot.com/p/infra/3pp/tools/ninja
diff --git a/go.mod b/go.mod
index 3a47697..cb1ab17 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-20250202221659-f69f215a2ce4
+	go.skia.org/infra v0.0.0-20250203222604-16948351755e
 	google.golang.org/api v0.160.0
 	google.golang.org/protobuf v1.32.0
 )
diff --git a/go.sum b/go.sum
index dda86d9..8821cd2 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-20250202221659-f69f215a2ce4 h1:LvMxi89TiZjSuSUL3Ea2Tq5fBuA33KTCLARtfD5KNxE=
-go.skia.org/infra v0.0.0-20250202221659-f69f215a2ce4/go.mod h1:AIyC3mAtE7moB4ippEhflqgrOKPYmqIWJn0Y8APBGzM=
+go.skia.org/infra v0.0.0-20250203222604-16948351755e h1:2120aQBBWj3r5EVBskxfjSMdRu86PLRWRsX+5i6qv5Y=
+go.skia.org/infra v0.0.0-20250203222604-16948351755e/go.mod h1:AIyC3mAtE7moB4ippEhflqgrOKPYmqIWJn0Y8APBGzM=
 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 508a40f..afab93b 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:LvMxi89TiZjSuSUL3Ea2Tq5fBuA33KTCLARtfD5KNxE=",
-        version = "v0.0.0-20250202221659-f69f215a2ce4",
+        sum = "h1:2120aQBBWj3r5EVBskxfjSMdRu86PLRWRsX+5i6qv5Y=",
+        version = "v0.0.0-20250203222604-16948351755e",
     )
     go_repository(
         name = "org_uber_go_atomic",
diff --git a/infra/bots/deps/deps_gen.go b/infra/bots/deps/deps_gen.go
index 96a0f7c..fe3ed2b 100644
--- a/infra/bots/deps/deps_gen.go
+++ b/infra/bots/deps/deps_gen.go
@@ -159,7 +159,7 @@
 	},
 	"skia.googlesource.com/buildbot": {
 		Id:      "skia.googlesource.com/buildbot",
-		Version: "f69f215a2ce4e14c8ff0fc28e1675df37e552a6f",
+		Version: "16948351755e163a82a343cab19ff1c8aeba9064",
 		Path:    "infra/skia-infra",
 	},
 	"skia.googlesource.com/external/github.com/AOMediaCodec/libavif": {
@@ -244,7 +244,7 @@
 	},
 	"skia/tools/sk": {
 		Id:      "skia/tools/sk",
-		Version: "git_revision:f69f215a2ce4e14c8ff0fc28e1675df37e552a6f",
+		Version: "git_revision:16948351755e163a82a343cab19ff1c8aeba9064",
 		Path:    "bin",
 	},
 	"swiftshader.googlesource.com/SwiftShader": {