Skip to content

Commit

Permalink
dashboard: remove known issue label from linux-arm-aws builder
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
cagedmantis committed Nov 16, 2020
1 parent 5f1e306 commit 07fdb09
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions dashboard/builders.go
Original file line number Diff line number Diff line change
Expand Up @@ -2338,9 +2338,8 @@ func init() {
HostType: "host-linux-arm64-aws",
})
addBuilder(BuildConfig{
Name: "linux-arm-aws",
HostType: "host-linux-arm-aws",
KnownIssue: 41867, // builder being tested for reliability
Name: "linux-arm-aws",
HostType: "host-linux-arm-aws",
})
addBuilder(BuildConfig{
FlakyNet: true,
Expand Down

0 comments on commit 07fdb09

Please sign in to comment.