Skip to content

Commit 07fdb09

Browse files
committed
dashboard: remove known issue label from linux-arm-aws builder
The linux-arm-aws builder was initially labeled with a known issue because it was experimental. The builder has been tested and is no longer considered experimental. Fixes golang/go#41867 Updates golang/go#40872 Updates golang/go#35628 Change-Id: I61f43f2c2651c26d3f5d4db01b779686ddb6a92b Reviewed-on: https://go-review.googlesource.com/c/build/+/270517 Trust: Carlos Amedee <carlos@golang.org> Run-TryBot: Carlos Amedee <carlos@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
1 parent 5f1e306 commit 07fdb09

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

dashboard/builders.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2338,9 +2338,8 @@ func init() {
23382338
HostType: "host-linux-arm64-aws",
23392339
})
23402340
addBuilder(BuildConfig{
2341-
Name: "linux-arm-aws",
2342-
HostType: "host-linux-arm-aws",
2343-
KnownIssue: 41867, // builder being tested for reliability
2341+
Name: "linux-arm-aws",
2342+
HostType: "host-linux-arm-aws",
23442343
})
23452344
addBuilder(BuildConfig{
23462345
FlakyNet: true,

0 commit comments

Comments
 (0)