From 7459da6f71147cd2f31b08c1a6ed21c25a0a676a Mon Sep 17 00:00:00 2001 From: Heschi Kreinick Date: Wed, 9 Nov 2022 13:23:26 -0500 Subject: [PATCH] dashboard/builders: add KI on linux-amd64-perf The perf builder is broken on the tools repo. Add a KI for it. Updates golang/go#53538. Change-Id: I31873ac336a7fe681a2e1356768fd011ebcfe2b9 Reviewed-on: https://go-review.googlesource.com/c/build/+/449036 TryBot-Result: Gopher Robot Reviewed-by: Michael Pratt Run-TryBot: Heschi Kreinick Auto-Submit: Heschi Kreinick --- dashboard/builders.go | 1 + 1 file changed, 1 insertion(+) diff --git a/dashboard/builders.go b/dashboard/builders.go index 719b20b4..9c3ffd73 100644 --- a/dashboard/builders.go +++ b/dashboard/builders.go @@ -2811,6 +2811,7 @@ func init() { }, RunBench: true, SkipSnapshot: true, + KnownIssues: []int{53538}, }) }