-
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: rename dragonfly-amd64 builder to dragonfly-amd64-622
Two reasons: first, the builder is pinned to 6.2.2. Second, the reverse builder is still dialing in and confusing the coordinator. Make a clean break with the past. For golang/go#23060. Change-Id: Ia19cb6ef3fefef323b41c14298ef8dbc90a6e27b Reviewed-on: https://go-review.googlesource.com/c/build/+/420756 Reviewed-by: Dmitri Shuralyov <[email protected]> Run-TryBot: Russ Cox <[email protected]> Auto-Submit: Russ Cox <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
- Loading branch information
Showing
2 changed files
with
7 additions
and
6 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 |
---|---|---|
|
@@ -607,10 +607,10 @@ func TestBuilderConfig(t *testing.T) { | |
{b("plan9-arm", "net"), onlyPost}, | ||
{b("[email protected]", "net"), none}, | ||
|
||
{b("dragonfly-amd64", "go"), onlyPost}, | ||
{b("dragonfly-amd64", "net"), onlyPost}, | ||
{b("[email protected]", "net"), onlyPost}, // Dragonfly ABI changes supported by Go 1.14+ | ||
{b("[email protected]", "go"), onlyPost}, // Dragonfly ABI changes supported by Go 1.14+ | ||
{b("dragonfly-amd64-622", "go"), onlyPost}, | ||
{b("dragonfly-amd64-622", "net"), onlyPost}, | ||
{b("dragonfly-amd64-622@go1.18", "net"), onlyPost}, // Dragonfly ABI changes supported by Go 1.14+ | ||
{b("dragonfly-amd64-622@go1.18", "go"), onlyPost}, // Dragonfly ABI changes supported by Go 1.14+ | ||
|
||
{b("linux-amd64-staticlockranking", "go"), onlyPost}, | ||
{b("[email protected]", "go"), onlyPost}, | ||
|