зеркало из https://github.com/golang/build.git
dashboard: remove wazero issue
The issue has been resolved. For golang/go#61043 Change-Id: Ia3c4223fec18c7987c30f154346222391a969e4e Reviewed-on: https://go-review.googlesource.com/c/build/+/513055 Reviewed-by: Cherry Mui <cherryyz@google.com> Auto-Submit: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com> Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
This commit is contained in:
Родитель
1df5673962
Коммит
6412f5a399
|
@ -3184,10 +3184,9 @@ func init() {
|
|||
SkipSnapshot: true,
|
||||
})
|
||||
addBuilder(BuildConfig{
|
||||
Name: "wasip1-wasm-wazero",
|
||||
HostType: "host-linux-amd64-wasip1-wasm-wazero",
|
||||
KnownIssues: []int{61043},
|
||||
buildsRepo: wasip1Default,
|
||||
Name: "wasip1-wasm-wazero",
|
||||
HostType: "host-linux-amd64-wasip1-wasm-wazero",
|
||||
buildsRepo: wasip1Default,
|
||||
distTestAdjust: func(run bool, distTest string, isNormalTry bool) bool {
|
||||
if isNormalTry && (strings.Contains(distTest, "/internal/") || distTest == "reboot") {
|
||||
// Skip some tests in an attempt to speed up normal trybots, inherited from CL 121938.
|
||||
|
|
Загрузка…
Ссылка в новой задаче