aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorskia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>2023-09-06 04:06:42 +0000
committerSkCQ <skcq-be@skia-corp.google.com.iam.gserviceaccount.com>2023-09-06 04:50:43 +0000
commit619eef2d0d67294f849ed0068af8fc70eb406d9d (patch)
tree6421f53ec676787f75bb94d4f2aac72d5d72a8e4
parent72d57724bcb85dcaae40348ecf4de57dc0bc2c3d (diff)
downloadskia-619eef2d0d67294f849ed0068af8fc70eb406d9d.tar.gz
Roll Skia Infra from f5590cb5133d to cba82c7c6f4a (5 revisions)
https://skia.googlesource.com/buildbot.git/+log/f5590cb5133d..cba82c7c6f4a 2023-09-05 lovisolo@google.com os_steps.go: Allow overriding behavior of os_Steps.TempDir via context key. 2023-09-05 gavinmak@google.com [autoroller] Report revision update latency 2023-09-05 sunxiaodi@google.com [Pinpoint] create culprit detection protos for bisection 2023-09-05 jcgregorio@google.com [perf] Display commit time on hover. 2023-09-05 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra CIPD packages from 959bb251c386 to f5590cb5133d (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 rmistry@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://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: rmistry@google.com Change-Id: I743711e00b294b494718266397b937b184ac0472 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/752137 Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
-rw-r--r--go.mod2
-rw-r--r--go.sum4
-rw-r--r--go_repositories.bzl4
3 files changed, 5 insertions, 5 deletions
diff --git a/go.mod b/go.mod
index 4d60f02569..efc5f2480c 100644
--- a/go.mod
+++ b/go.mod
@@ -10,7 +10,7 @@ require (
github.com/google/uuid v1.1.2
github.com/stretchr/testify v1.7.0
go.chromium.org/luci v0.0.0-20201121231857-b9ab316d7198 // indirect
- go.skia.org/infra v0.0.0-20230904042911-f5590cb5133d
+ go.skia.org/infra v0.0.0-20230905203040-cba82c7c6f4a
google.golang.org/api v0.74.0
google.golang.org/protobuf v1.28.0
)
diff --git a/go.sum b/go.sum
index a37b741f3a..5f7f7f81de 100644
--- a/go.sum
+++ b/go.sum
@@ -412,8 +412,8 @@ go.opencensus.io v0.22.5/go.mod h1:5pWMHQbX5EPX2/62yrJeAkowc+lfs/XD7Uxpq3pI6kk=
go.opencensus.io v0.23.0 h1:gqCw0LfLxScz8irSi8exQc7fyQ0fKQU/qnC/X8+V/1M=
go.opencensus.io v0.23.0/go.mod h1:XItmlyltB5F7CS4xOC1DcqMoFqwtC6OG2xF7mCv7P7E=
go.opentelemetry.io/proto/otlp v0.7.0/go.mod h1:PqfVotwruBrMGOCsRd/89rSnXhoiJIqeYNgFYFoEGnI=
-go.skia.org/infra v0.0.0-20230904042911-f5590cb5133d h1:JBd/8D0tRHOPtoaX8mvzjRvSIHVal3HlX77SORwlNxY=
-go.skia.org/infra v0.0.0-20230904042911-f5590cb5133d/go.mod h1:/ODF6heqsRI2bDfexYJWLYRrehjO1FMlSnjSEN4CBaU=
+go.skia.org/infra v0.0.0-20230905203040-cba82c7c6f4a h1:taTKlNh18t/d/TYH6p3zVbRGg2pQOObeytM3Zkgy7rs=
+go.skia.org/infra v0.0.0-20230905203040-cba82c7c6f4a/go.mod h1:/ODF6heqsRI2bDfexYJWLYRrehjO1FMlSnjSEN4CBaU=
go4.org v0.0.0-20180809161055-417644f6feb5/go.mod h1:MkTOUMDaeVYJUOUsaDXIhWPZYa1yOyC1qaOBpL57BhE=
golang.org/x/build v0.0.0-20191031202223-0706ea4fce0c/go.mod h1:Nl5grlQor/lxfX9FfGLe+g2cVSCiURG36KQgsg/ODs4=
golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4=
diff --git a/go_repositories.bzl b/go_repositories.bzl
index 04e79a500c..e9553d1565 100644
--- a/go_repositories.bzl
+++ b/go_repositories.bzl
@@ -3080,8 +3080,8 @@ def go_repositories():
go_repository(
name = "org_skia_go_infra",
importpath = "go.skia.org/infra",
- sum = "h1:JBd/8D0tRHOPtoaX8mvzjRvSIHVal3HlX77SORwlNxY=",
- version = "v0.0.0-20230904042911-f5590cb5133d",
+ sum = "h1:taTKlNh18t/d/TYH6p3zVbRGg2pQOObeytM3Zkgy7rs=",
+ version = "v0.0.0-20230905203040-cba82c7c6f4a",
)
go_repository(
name = "org_uber_go_atomic",