Roll Skia Infra from 548705375403 to 65468f93b38c (5 revisions) https://skia.googlesource.com/buildbot.git/+log/548705375403..65468f93b38c 2024-10-31 jeffyoon@google.com [perf/android] remove the defaults being set for params 2024-10-30 wenbinzhang@google.com [perf] pass the host name to chromeperf to filter anomalies 2024-10-30 ashwinpv@google.com Gold Search: Start reading from cache before checking materialized views. 2024-10-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra CIPD packages from e50eebfa6917 to 548705375403 (4 revisions) 2024-10-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Depot Tools from 1b58dc686594 to 8b1b364ca2e5 (1 revision) 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 ashwinpv@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: ashwinpv@google.com Change-Id: I14f7f99642cd3b86dc9488bd93040c54cb9a6a89 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/915056 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/DEPS b/DEPS index fa27342..159338d 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': '548705375403fafb9f3313eef0128e31fb971b65', + 'infra_revision': '65468f93b38cc84d597affb107cf21a564111516', # ninja CIPD package version. # https://chrome-infra-packages.appspot.com/p/infra/3pp/tools/ninja
diff --git a/go.mod b/go.mod index 46f9d53..e6a6b16 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-20241029231746-548705375403 + go.skia.org/infra v0.0.0-20241031005257-65468f93b38c google.golang.org/api v0.160.0 google.golang.org/protobuf v1.32.0 )
diff --git a/go.sum b/go.sum index 63ccb7d..d66b36c 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-20241029231746-548705375403 h1:7chXXDF2k5O/f8tYhqaV8mOApP6YJxDgH0BlG/+xYGE= -go.skia.org/infra v0.0.0-20241029231746-548705375403/go.mod h1:zueFfZykW8MrW4sYGwR0Xwk0n/wc0JmXAza1BEoQ5HQ= +go.skia.org/infra v0.0.0-20241031005257-65468f93b38c h1:Il87F/+5dj07iTKpbe95I4VbbmmJCELqpC+YMScUrwU= +go.skia.org/infra v0.0.0-20241031005257-65468f93b38c/go.mod h1:zueFfZykW8MrW4sYGwR0Xwk0n/wc0JmXAza1BEoQ5HQ= 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 5e646d3..1a19844 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:7chXXDF2k5O/f8tYhqaV8mOApP6YJxDgH0BlG/+xYGE=", - version = "v0.0.0-20241029231746-548705375403", + sum = "h1:Il87F/+5dj07iTKpbe95I4VbbmmJCELqpC+YMScUrwU=", + version = "v0.0.0-20241031005257-65468f93b38c", ) go_repository( name = "org_uber_go_atomic",
diff --git a/infra/bots/deps/deps_gen.go b/infra/bots/deps/deps_gen.go index 9bb49b1..9d97a82 100644 --- a/infra/bots/deps/deps_gen.go +++ b/infra/bots/deps/deps_gen.go
@@ -164,7 +164,7 @@ }, "skia.googlesource.com/buildbot": { Id: "skia.googlesource.com/buildbot", - Version: "548705375403fafb9f3313eef0128e31fb971b65", + Version: "65468f93b38cc84d597affb107cf21a564111516", 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:548705375403fafb9f3313eef0128e31fb971b65", + Version: "git_revision:65468f93b38cc84d597affb107cf21a564111516", Path: "bin", }, "swiftshader.googlesource.com/SwiftShader": {