-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dashboard: stop linux-loong64 builders
All linux/loong64 builders have been ported. Updates golang/go#63471 Change-Id: Ic60654595c173ac9d869827bdcaac134b5454889 Reviewed-on: https://go-review.googlesource.com/c/build/+/585295 Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Cherry Mui <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Run-TryBot: abner chenc <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
- Loading branch information
1 parent
b0dd12e
commit 4ff362b
Showing
2 changed files
with
21 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -518,11 +518,12 @@ func TestBuilderConfig(t *testing.T) { | |
|
||
{b("linux-amd64", "net"), both}, | ||
|
||
{b("linux-loong64-3a5000", "go"), onlyPost}, | ||
{b("[email protected]", "go"), onlyPost}, | ||
{b("linux-loong64-3a5000", "sys"), onlyPost}, | ||
{b("[email protected]", "sys"), onlyPost}, | ||
{b("linux-loong64-3a5000", "net"), onlyPost}, | ||
// Builders for linux/loong64 are fully ported to LUCI and stopped in the coordinator. | ||
{b("linux-loong64-3a5000", "go"), none}, | ||
{b("[email protected]", "go"), none}, | ||
{b("linux-loong64-3a5000", "sys"), none}, | ||
{b("[email protected]", "sys"), none}, | ||
{b("linux-loong64-3a5000", "net"), none}, | ||
|
||
// OpenBSD 7.2. | ||
{b("openbsd-amd64-72", "go"), both}, | ||
|