Skip to content

Commit 65a1126

Browse files
dmitshurgopherbot
authored andcommitted
dashboard: mark all WebAssembly builders as ported to LUCI
These builders are fully ported to LUCI. Given we're now displaying build results from LUCI, start hiding the legacy builder duplicates. For golang/go#65913. For golang/go#63471. Change-Id: I57698e225a28f386740c46936f1b97e16351faee Reviewed-on: https://go-review.googlesource.com/c/build/+/574496 Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Michael Knyszek <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent 88066a8 commit 65a1126

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

dashboard/builders.go

+4-3
Original file line numberDiff line numberDiff line change
@@ -2871,10 +2871,11 @@ func init() {
28712871
// See go.dev/issue/65913
28722872
// and go.dev/issue/63471.
28732873
var BuildersPortedToLUCI = map[string]bool{
2874+
"js-wasm-node18": true, // Available as https://ci.chromium.org/p/golang/builders/ci/gotip-js-wasm.
28742875
"wasip1-wasm-wasmedge": true, // Would be 'wasip1-wasm_wasmedge' but put off until go.dev/issue/60097 picks up activity.
2875-
2876-
// TODO(go.dev/issue/63471): Add more here. For example:
2877-
//"wasip1-wasm-wazero": true, // Available as https://ci.chromium.org/p/golang/builders/ci/gotip-wasip1-wasm_wazero.
2876+
"wasip1-wasm-wasmer": true, // Would be 'wasip1-wasm_wasmer' but put off until go.dev/issue/59907 picks up activity.
2877+
"wasip1-wasm-wasmtime": true, // Available as https://ci.chromium.org/p/golang/builders/ci/gotip-wasip1-wasm_wasmtime.
2878+
"wasip1-wasm-wazero": true, // Available as https://ci.chromium.org/p/golang/builders/ci/gotip-wasip1-wasm_wazero.
28782879
}
28792880

28802881
// stopPortedBuilders controls whether ported builders should be stopped,

0 commit comments

Comments
 (0)