Skip to content

Commit 7538b3f

Browse files
committed
dashboard: enable trybots for js/wasm
Fixes golang/go#26015 Change-Id: I25656a8e2918196cf950e29184c783503da9f905 Reviewed-on: https://go-review.googlesource.com/120775 Reviewed-by: Andrew Bonventre <[email protected]>
1 parent 7673371 commit 7538b3f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

dashboard/builders.go

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1157,9 +1157,11 @@ func init() {
11571157
addBuilder(BuildConfig{
11581158
Name: "js-wasm",
11591159
HostType: "host-js-wasm",
1160-
TryBot: false,
1161-
MaxAtOnce: 2,
1162-
numTryTestHelpers: 0,
1160+
TryBot: true,
1161+
numTryTestHelpers: 4,
1162+
GoDeps: []string{
1163+
"3dced519cbabc213df369d9112206986e62687fa", // first passing commit
1164+
},
11631165
env: []string{
11641166
"GOOS=js", "GOARCH=wasm", "GOHOSTOS=linux", "GOHOSTARCH=amd64",
11651167
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/workdir/go/misc/wasm",

0 commit comments

Comments
 (0)